Thread Closed

Combining periodic function

 
Share Thread Thread Tools
Mar25-07, 03:05 PM   #1
 

Combining periodic function


Given:
x(t) =
cos(2*pi*f1*t) 0 <= t < 4
cos(2*pi*f2*t) 4 <= t < 8
cos(2*pi*f3*t) 8 <= t < 12

f1, f2, and f3 are given as well

Would it be possible to combine all three of these conditions into one convenient equation or am I just dreaming? I tried using Matlab to concatenate the three graphs, but it won't give me an equation of it.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Ants and carnivorous plants conspire for mutualistic feeding
>> Forecast for Titan: Wild weather could be ahead
>> Researchers stitch defects into the world's thinnest semiconductor
Mar25-07, 06:03 PM   #2
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
I'm not sure what you mean by a "convenient" equation. What you have is a perfectly good function, You could use the "Heaviside step function" which is defined by H(x)= 0 if x<= 0, H(x)= 1 if x> 0.

Then f(t)= cos(2pi f1 t)+ ((cos(2pi f2 t)- cos(2pi f1 t))H(t-4)+ (cos(2pi f3 t)- cos(2pi f2 t))H(t-8).

for 0<= t<= 4, both t-4< 0 and t-8< 0 so both H(t-4) and H(t-8) are 0 and only the first term, cos(2pi f1 t), is non zero. For 4< t<= 8, t-4> 0 so H(t-4)= 1 but H(t-8) is still 0: f(t)= cos(2pi f1 t)+ cos(2pi f2 t)- cos(2pi f1 t)= cos(2pi f2 t). If 8< t<= 12, both t-4> 0 and t-8>0 so both H(t-4) and H(t-8) are 1. f(t)= cos(2pi f1 t)+ cos(2pi f2 t)- cos(2pi f1 t)+ cos(2pi f3 t)- cos(2pi f2 t)= cos(2pi f3 t).

But is cos(2pi f1 t)+ ((cos(2pi f2 t)- cos(2pi f1 t))H(t-4)+ (cos(2pi f3 t)- cos(2pi f2 t))H(t-8) better than what you have?
Thread Closed
Thread Tools


Similar Threads for: Combining periodic function
Thread Forum Replies
periodic function Calculus & Beyond Homework 1
Periodic Function Problem Calculus & Beyond Homework 4
Periodic function Precalculus Mathematics Homework 2
Periodic Function Question Engineering, Comp Sci, & Technology Homework 1
periodic function Precalculus Mathematics Homework 7