Signals & Systems - Non-Periodic wave

Click For Summary

Discussion Overview

The discussion revolves around the classification of signals as Power Signals or Energy Signals, particularly focusing on non-periodic signals. Participants explore the definitions and characteristics of these types of signals, including mathematical proofs and examples from their studies in signals and systems.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions whether the signal V(t) = 230√2 Sin(100πt) is non-periodic, suggesting it is an energy signal based on their interpretation of periodicity.
  • Another participant clarifies that the signal is periodic, explaining that the fundamental frequency and period can be derived from the sine function's properties.
  • Discussion arises around the periodicity of discrete signals, with one participant asserting that x[n] = Cos(2n) is non-periodic, while others argue it is periodic based on the relationship between frequency and period.
  • Participants explore the periodicity of x[n] = (-1)^{n}, with some asserting it is non-periodic while others argue it is periodic with a fundamental period of 2 samples.
  • There is a discussion on the transformation of sin^2 functions into simpler forms to analyze periodicity, with some participants agreeing on the usefulness of such transformations.
  • Several participants express difficulty in determining the periodicity of various discrete signals and seek clarification on applying the periodicity condition.
  • One participant provides a method for calculating the period of discrete signals, emphasizing the need for integer solutions in the context of discrete time signals.
  • Another participant discusses the energy of a signal and questions whether to treat components separately or together in the energy formula.

Areas of Agreement / Disagreement

There is no consensus on the periodicity of certain signals, with multiple competing views presented. Participants express differing opinions on the classification of specific signals as periodic or non-periodic, leading to unresolved debates on the topic.

Contextual Notes

Participants note the importance of definitions and the context in which signals are analyzed, highlighting that assumptions about periodicity may depend on the specific mathematical treatment and interpretation of the signals involved.

Who May Find This Useful

Students and practitioners in the fields of signal processing, electrical engineering, and applied mathematics may find this discussion beneficial for understanding the nuances of signal classification and periodicity.

Angello90
Messages
65
Reaction score
0
Hi guys,

I have this question in the book whether a signal is Power Signal or Energy Signal.
From what I have read signal is an energy one if its time-averaged power is = 0, or its non periodic.

For non-periodic signal
V(t) [tex]\neq[/tex] V(t+T)
I tried to prove that
[tex]V(t) = 230\sqrt{2} Sin (100\pi t)[/tex]
is non-periodic.

So I picked random values for t=1 and T=1, and I got this eqn:
[tex]230\sqrt{2} Sin (100\pi)=230\sqrt{2} Sin (100\pi+1)[/tex]
Which states that it's non-periodic, ie V(t) is an energy signal.

Now I have an impression that this is not right. Can anyone help me? Book I have is no good with examples.

Plus if anyone could send me a link where there are some examples with Energy, Power, Periodic and Non-Periodic signals?

I'm using "Signals and Systems" by S. Haykin and B. Van Veen.

Thanks guys!
 
Physics news on Phys.org
Angello90 said:
Hi guys,

I have this question in the book whether a signal is Power Signal or Energy Signal.
From what I have read signal is an energy one if its time-averaged power is = 0, or its non periodic.

For non-periodic signal
V(t) [tex]\neq[/tex] V(t+T)
I tried to prove that
[tex]V(t) = 230\sqrt{2} Sin (100\pi t)[/tex]
is non-periodic.

So I picked random values for t=1 and T=1, and I got this eqn:
[tex]230\sqrt{2} Sin (100\pi)=230\sqrt{2} Sin (100\pi+1)[/tex]
Which states that it's non-periodic, ie V(t) is an energy signal.

Now I have an impression that this is not right. Can anyone help me? Book I have is no good with examples.

Plus if anyone could send me a link where there are some examples with Energy, Power, Periodic and Non-Periodic signals?

I'm using "Signals and Systems" by S. Haykin and B. Van Veen.

Thanks guys!

I'm not of great help on your question, but I googled Power Signal or Energy Signal, and got lots of great hits. This PDF is short and to the point:

http://cnx.org/content/m10055/2.10/content_info

You can re-do the full google search if that PDF is not enough help.
 
Last edited by a moderator:
Hi,
Remember that T stands for period so its best to work in radians. Its not possible to input an arbitary value (T=-1 or even T=2pi) and say it is not periodic. T=2pi might not be periodc but t=5pi might be periodic, i.e. the curve might repeat every 5pi times.

So, your equationis [tex]V(t) = 230\sqrt{2} Sin (100\pi t)[/tex]
Don't worry about 230... its just the amplitude.
Concentrate on [tex]Sin (100\pi t)[/tex].

Do you know this formula? [tex]v(t)=sin(wt+\phi)[/tex]

[tex]w=2\pi f=100\pi[/tex], therefore f=50/pi. That is the FUNDAMENTAL FREQUENCY. Hence, T=pi/50

This is the FUNDAMENTAL PERIOD. that is, it repeats every pi/50

-----------
Anyways, you can tell straight away it is periodic because it is similar to sin(t). Only difference is that it has a bigger amplitude and higher freq.
 
Ok that makes perfect sense! Thanks for that!

But here comes another question, this time for distinct time.

Eqn. [tex]x[n] = Cos(2n)[/tex] is not periodic, as we need [tex]x[n+N] = x[n] \forall n \in Z[/tex]. This follows that [tex]x[n+N] = Cos(2n+2N)[/tex] therefore [tex]2N = \Omega = m2\pi[/tex] where [tex]m \in Z[/tex]. And there is no integer to solve this question. Simillary if eqn is [tex]x[n] = Cos(2n\pi)[/tex] than signal is periodic with period 1 sample. That also seems clear to me.

But problem arrises with signal in a form [tex]x[n] = (-1)^{n}[/tex]. I tried doing simillar tehnique as in signal above, and I got [tex]x[n+N] = (-1)^{n+N}[/tex], and than [tex]N = \Omega = m2\pi[/tex]. Again there is no integer to solve this eqn, thus it should be non periodic, but my book tells me that it is periodic, with fundamental period of 2 samples.

That makes me loose the track of what to do with what!
 
Angello90 said:
But problem arrises with signal in a form [tex]x[n] = (-1)^{n}[/tex]. I tried doing simillar tehnique as in signal above, and I got [tex]x[n+N] = (-1)^{n+N}[/tex], and than [tex]N = \Omega = m2\pi[/tex]. Again there is no integer to solve this eqn, thus it should be non periodic, but my book tells me that it is periodic, with fundamental period of 2 samples.

That makes me loose the track of what to do with what!

If you compare the 2 sides you can see that (-1)^n = cos(n*pi). As you can see cos(n*pi) has a period of 2 samples.This may help you visualise.

Or, you can see that (-1)^n repeats itself every 2 samples. -1,1,-1,1, ... Thats how the sequence is. So period is again 2.
 
Ok, but why would you compare (-1)^n with cos(n*pi)?

Also another question about periodic signal:
x(t) = Sin^2(2*pi*f*n);

Do I have to brake Sin^2, into simpler format (i.e. Sin^2(A) = 1/2 (1-Cos (2A) ) )?
 
Angello90 said:
Ok, but why would you compare (-1)^n with cos(n*pi)?

What I meant by comparing was that you can see that the two are one and the same. If you have trouble visualizing periodicity of (-1)^n , you could visualise the periodicity of cos(n*pi).Anyways the two are same.

Angello90 said:
Also another question about periodic signal:
x(t) = Sin^2(2*pi*f*n);

Do I have to brake Sin^2, into simpler format (i.e. Sin^2(A) = 1/2 (1-Cos (2A) ) )?

Yes by that way you can easily check for periodicity.
 
I always have troubles to determine discrete signal whether periodic or nonperiodic and its fundamental period, even the most basic one [tex]x[n] = Cos(2n)[/tex] and [tex]x[n] = Cos(2n\pi)[/tex]

I know for periodic discrete signal need to follow [tex]x[n+N] = x[n][/tex]
But I don't know how to apply and relate it like Angello92 do this:
Eqn. [tex]x[n] = Cos(2n)[/tex] is not periodic, as we need [tex]x[n+N] = x[n] \\forall n \\in Z[/tex] . This follows that [tex]x[n+N] = Cos(2n+2N)[/tex] therefore [tex]2N = \\Omega = m2\\pi[/tex] where [tex]m \\in Z[/tex] . And there is no integer to solve this question. Simillary if eqn is [tex]x[n] = Cos(2n\\pi)[/tex] than signal is periodic with period 1 sample. That also seems clear to me.

And I know this equation [tex]N = 2pi / \Omega}[/tex]

Can help me explain more by solving this discrete signal:
a)x[n] = 5 cos [0.2pi*n]
b)x[n] = 5 cos [6pi*n]
c)x[n] = 5 sin [6pi*n / 35]
d)x[n] = (-1)^{n^2}

Thanks you... some one please help me.
 
Last edited:
[tex]x[n] = 5 cos [0.2\pi n][/tex]

Don't worry about 5 - it's amplitude.
[tex]Cos[0.2\pi n] = Cos[\Omega n][/tex]

thus:

[tex]0.2\pi =\Omega[/tex] and since [tex]\Omega = \frac{2\pi}{N}[/tex]
[tex]0.2\pi = \frac{2\pi}{N}[/tex]
[tex]N = \frac{2\pi}{0.2\pi}[/tex]
[tex]N = \frac{2}{0.2}[/tex]
[tex]N = 10[/tex]
Therefore period is 10.

You do same thing for the rest:

So [tex]x[n] = 5 sin [6\pi n / 35][/tex]
[tex]\frac{6\pi}{35} = \frac{2\pi}{N}[/tex]
[tex]N = \frac{2\pi 35}{6\pi}[/tex]
[tex]N = \frac{70}{6}[/tex]
[tex]6 N = 70[/tex]
[tex]3 N = 35[/tex]
Therefore period is 35.

With x[n] = (-1)^{n^2} I'm not sure how to do. But it's obvious it's every 2 samples.
@ x[1] = -1
@ x[2] = 1
@ x[3] = -1
@ x[4] = 1
and so on.

Hope that helps
 
  • #10
The cos part N = 10 I understand.

But:
6N = 70
3N = 35

Why not become N = 35/3?
 
  • #11
N = 35/3 isn't an integer, it is a rational number. So in such cases period is smallest multiple of the rational number which is an integer.

3N gives 35 which is an integer , thus it is a valid period.

If you recall, the period must be an integer as this is a discrete time signalcoming to the problem of (-1)^{n^2} :-
note that (-1)^n = -1 if n is odd and it is = 1 if n is even.
n^2 is odd when n is odd and it is even when n is even.

thus , (-1)^{n^2} is same as (-1)^n. and it was demonstrated earlier in this thread that (-1)^n has period as 2.
 
Last edited:
  • #12
Thanks you very much, I understand so far and I will try to work on some exercises 1st
 
  • #13
x(t) = cos^2(2*pi*t)
=1/2[1+cos(4*pi*t)

so w=2pi/T
4pi = 2pi
T=0.5, is I do the correct way?

But how about
x(t) = sin^3(2t)?
I do like this:
1/4[3sin 2t + sin 6t]

2 = 2pi/T
T = pi

6 = 2pi/T
T = pi/3

The answer is 1/pi. How to do this?
 
  • #14
Also, beside the question above, here another one
Find the energy for the signal:
x(t) = 5 cos(pi*t) + sin (5pi*t), -infinity<t<infinity.

How to apply the energy formula to this one? is it the X^2(t) in the energy formula substitute with this?
[5 cos(pi*t) + sin (5pi*t)]^2

or the cos and the sin do it separately..

Thank you, please help me for this question and the previous one, help pls..
 
  • #15
jasonjinct said:
Find the energy for the signal:
x(t) = 5 cos(pi*t) + sin (5pi*t), -infinity<t<infinity.

How to apply the energy formula to this one? is it the X^2(t) in the energy formula substitute with this?
[5 cos(pi*t) + sin (5pi*t)]^2

or the cos and the sin do it separately..

x(t) = 5cos(pi*t) + sin(5pi*t) , is a periodic signal with period pi. This is a power signal, i.e it has a finite power and thus infinite energy over the interval -inf to +inf.
 
  • #16
ops, sorry is power signal, but how to evaluate the integration
is it take the whole equation as X(t), then square the whole equation? or do integrate it one by one?

Almost, can you help me on the find the fundamental period of x(t) = sin^3(2t)?
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K