Feeds
提问
how to multiply two signals given step signal of duration 0.2 and cosine wave ,and i need to plot the spectrogram of the output ,some how managed to get product but spectrogram is happening
fs=1000; t=0:1/fs:2.0-1/fs; Z=length(t); f1=20; f2=30; f3=40; x=3*cos(2*pi*f1*(t)+0.2)+cos(2*pi*f2*(t)-0.3)+2*cos(2*pi*f3*...
4 years 前 | 1 个回答 | 0