Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

period of sum of signals

Status
Not open for further replies.

Bhuvanesh123

Advanced Member level 4
Full Member level 1
Joined
Aug 29, 2013
Messages
113
Helped
0
Reputation
0
Reaction score
0
Trophy points
16
Location
Singrauli, India, India
Visit site
Activity points
814
i am reading signals and system by oppenheim.There they shown way to found how to find period of a signal,but did not show to find the period of signal when it is in sum like x(t)= sin5t-4cos7t .Here i can find period of individual signal(i mean sin5t and cos7t) but with that how can find period of x(t).Thank you
 

That solution says the resulting period is the Least Common Multiple (not a GCD) of the two periods of 2pi/5 and 2pi/7.

This basically means that if we pick a t then for some LCM of the periods of both signals there will be a time N*t that the signals will be the same as at t.

Using some simple counting as an example:
Code:
1 2 3 1 2 3 1 2 3 1 2 3 1 2 3 1 2 3       123 repeated (period of 3)
1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5   12345 repeated (period of 5)  
S                             R

One result (which may not be the smallest) will be multiplying the periods of each to find the period of the combined, i.e 3*5 = 15
 

Yes, it's least common multiple when you ask for period. It's also GCD in frequency.
Ah, yes:idea:. We were looking at things from the opposite sides of the "coin". :)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top