Amplitude of square wave
2 views (last 30 days)
Show older comments
I am using a sine wave
a = A sin(2*pi*f*t)
where A = 2.
I made a square wave by adding the odd harmonics of sine wave.
b = A sin(2*pi*f*t) + A sin( 3 * 2*pi*f*t)/3 + A sin(5* 2*pi*f*t)/5 + A sin(7* 2*pi*f*t)/7 +......
When the square wave is created the amplitude of the square wave will not be the same as the sine wave. What will be the coefficient for the amplitude of the square wave?
0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!