PDA

View Full Version : time signals


vptran84
Oct10-04, 12:26 AM
Hi, wat would you get if you add these:

3cos(600*pi*t) + 5sin(1000*pi*t - 45degrees) + 5sin(1200*pi*t)? thanks in advance...

TenaliRaman
Oct10-04, 03:07 AM
what exactly are u looking for? cuz if u want to combine this into 1 expression then it must be ugly .... u can plot the graph in graphmatica and see the graph of the expression ...

-- AI

vptran84
Oct10-04, 03:50 AM
yes i want to combine them into one...does anyone know how to combine it? and if they do, and you give me some tips? thanks

TenaliRaman
Oct10-04, 11:26 AM
set 3cos(600*pi*t) + 5sin(1000*pi*t - 45degrees) = rsin(alpha*t + beta)
try to find r,alpha and beta.

then set 5sin(1200*pi*t) + rsin(alpha*t+beta) = r'sin(alpha'*t+beta')
try to find r',alpha' and beta'.

and ur done!
simple isn't it? :tongue2:

-- AI

chroot
Oct11-04, 06:08 PM
It is not possible to combine these three terms into one sine or cosine term.

- Warren