Question: numerical integration problem

I am trying to integrate a function numerically, but Maple doesn't give an answer:

restart;

ko:=2*Pi/v*f;v:=2.998*10^8;f:=2.525*10^9;

Lo:=29.379;Wo:=34.477;

evalf(eval(1/(120*Pi^2)*Int((sin(ko*W/2*cos(theta))/cos(theta))^2*sin(theta)^3*BesselJ(0,ko*L*sin(theta)),theta=0..Pi),[L=Lo,W=Wo]));

I have Maple 12.

Thanks for your comments in advance.

Please Wait...