Triangle (tripulse()) Spectrum

hallo
do u know how to create a samlinng's Lines (Spectrumlines) for a triangle : for Expl. this code fs = 10000; t = -1:1/fs:1; w = .4; x = tripuls(t,w); figure,plot(t,x) xlabel('Time (sec)');ylabel('Amplitude'); title('Triangular Aperiodic Pulse')

Answers (0)

Categories

Asked:

mo
on 30 May 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!