Determining whether a sequence is periodic

  • Thread starter Thread starter magnifik
  • Start date Start date
  • Tags Tags
    Periodic Sequence
AI Thread Summary
The sequence in question is defined as cos((2π/3)n + π/6) + 2sin((π/4)n), and the periodicity can be determined by analyzing its components. Both the cosine and sine functions are periodic, and their combined periodicity can be established. In discrete time, the periodicity is confirmed by setting N = 24, which leads to the conclusion that the sequence is indeed periodic. The periodicity holds because adding multiples of 2π does not affect the values of the cosine and sine functions. The discussion confirms that the sequence is periodic with the established period.
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
cos\left(\frac{2\,\pi}{3}\,n\,+\,\frac{\pi}{6}\right)\,+\,sin\left(\frac{\pi}{4}\,n\right)

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

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 N = 24 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
 
yes.
 
Dickfore said:
yes.

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