Feeds
질문
how can i plot including sym data in graph?
i need help i want to plot this equation in ficture so , i make code %%%% fs=3000; t= 0 : 1/fs : 10; m_amplitude=1; s...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
what is magnitude of amplitude in real world?
in matlab fs=1000; fv=200 amplitude=0.1 t= 0 : 1/fs :10 y= amplitude * sin (2.*pi.*fv*t) plot(t,y) in this case i co...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
how to convert mat file of impulse signal to wavefile?
fs=1000; t= 0 :1/fs : 10; impulse= t==2; double(impulse) plot(t,y); save impulse.mat Data = load('impulse.mat'); au...
거의 3년 전 | 답변 수: 1 | 0
