photo

Nisar


Last seen: 2 months ago Active since 2024

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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...

2 months ago | 0