AliKhan

10 Reputation

8 Badges

13 years, 190 days

MaplePrimes Activity


These are questions asked by AliKhan

Dear All,

Please can someone help me in writing the Maple program for the following, I am stuck :

theta(n):=((beta*a)/(Pi))*(A1(n)+A2(n)

with

A1(n)=(sin((n+1)*beta/2))/((n+1)*beta/2)

A2(n)=1 for n=1

A1(n)=(sin((n+1)*beta/2))/((n+1)*beta/2)

A2(n) = (sin((n-1)*beta/2))/((n-1)*(beta/2))           for n is not equal to 1

note pls: n= 1, 3, 5,....

Thanks in advance

Dear All,

I am trying to find the exact amplitude and phase angle for the signal, with values attached using MATLAB.  BUT the phase angles doesn't make sense.  Can you guys help me in doing the FFT of the signal and find the amplitude and phase using MAPLE.   I am interested in,  fundamental component, 5th , 7th , 11th, 13th 15th, 17th and 19th harmonics with their phases.

I shall be very thankful if anyone of you can actually solve the problem.

Dear All,

I need help in adding following two set of equtions in MAPLE, your help will be really appreciated:

w:=2*Pi*100:  O:=5*w

S1:=100*cos(O*t)*(cos(theta)-(1/3)*cos(3*theta)+(1/5)*cos(5*theta)-(1/7)*cos(7*theta))

S2:=100*cos(O*t)*(cos(theta-Pi/6)-(1/3)*cos(3*theta-Pi/6)+(1/5)*cos(5*theta-Pi/6)-(1/7)*cos(7*theta-Pi/6))

S:=S1+S2

Also

Addition of following two equations required pls

X1:=100*cos(O*t)*(cos(theta...

Hi guys,

I have the following complex equation,

Az:=unapply((rhs(sol[2])*BesselJ(q,t2*r)+rhs(sol[3])*BesselY(q,t2*r))),r)

It gives a value which is constant for frequency upto 3000 Hz, i.e. if I run the solution again keeping all the values constant the result is the same  BUT   When I change the frequency to 15000 Hz, the equation still give me the result but every time its different when I run the program with constant values.

Dear All,

I am trying to add the following two equations but MAPLE doesn't give me one value i.e. either in cos or sin,  its giving me both so don't know which one to choose sin or cos:

A:= (142.3*cos(w*t))*cos(theta);

B:=(142.3*cos(w*t + Pi/6))*cos(theta+Pi/6);

C:=A+B;

expand(%)

combine(%)

Looking forward to your kind replies.

Best Regards

A.Q

 

 

 

 

1 2 3 4 5 6 7 Last Page 1 of 9