Nisar
Followers: 0 Following: 0
Feeds
已回答
How to code equation
clc; T=10; Fs=1; t=-2*T:1/(10*Fs):2*T; rect_pulse_fft = fftshift(fft(rect_pulse)); L=length(t); f=Fs*(-L/2:(L/2-1))/L; re...
How to code equation
clc; T=10; Fs=1; t=-2*T:1/(10*Fs):2*T; rect_pulse_fft = fftshift(fft(rect_pulse)); L=length(t); f=Fs*(-L/2:(L/2-1))/L; re...
6 months 前 | 0