how to Plot ampitude spectrum using stem function ,

m(t)= 10 cos(2pi400 t)+5 cos(2pi1000t)+2cos(2pi3000t) Plot the amplitude spectrum M(f) for f>= 0
figure t = linspace(0,1,50)'; Y = 10*cos(2*pi*400*t)+5*cos(2*pi*1000*t)+2*cos(2*pi*3000*t); stem(Y)

Réponses (0)

Produits

Version

R2017b

Question posée :

le 8 Sep 2018

Modifié(e) :

le 8 Sep 2018

Community Treasure Hunt

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

Start Hunting!

Translated by