Determining whether a sequence is periodic

  • Thread starter Thread starter magnifik
  • Start date Start date
  • Tags Tags
    Periodic Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 2K views
magnifik
Messages
350
Reaction score
0
can someone help me determine whether this sequence is periodic?

[cos((2pi/3)n + pi/6) + 2sin((pi/4)n)] where n is all integers

i know that for a function to be periodic,
x(n) = x(n+N)

however, i am confused because both the cos and sin component contain n

please help. thx.
 
Physics news on Phys.org
[tex]cos\left(\frac{2\,\pi}{3}\,n\,+\,\frac{\pi}{6}\right)\,+\,sin\left(\frac{\pi}{4}\,n\right)[/tex]

In general, in continuous time, the sum or product of two periodic signals is periodic, so your signal is periodic too.
 
Take [itex]N = 24[/itex] and see what happens.
 
VinnyCee said:
[tex]cos\left(\frac{2\,\pi}{3}\,n\,+\,\frac{\pi}{6}\right)\,+\,sin\left(\frac{\pi}{4}\,n\right)[/tex]

In general, in continuous time, the sum or product of two periodic signals is periodic, so your signal is periodic too.


sorry, i forgot to specify that this is a discrete time signal. does that change anything?
 
Dickfore said:
Take [itex]N = 24[/itex] and see what happens.

n + N = n + 24
x(n+N) = cos(2pi/3(n + 24) + pi/6) + sin(pi/4(n + 24))
= cos(2pi/3(n) + 16pi + pi/6) + sin(pi/4(n) + 6pi)
= cos(2pi/3(n) + pi/6) + sin(pi/4(n) + 6/pi)
so it's equal to x(n) because 2*k*pi doesn't change cos or sin
is this correct? thanks.

sorry for the ugly formatting
 
Dickfore said:
yes.

thanks for the help. how did you get N = 24?