How can I find fft of this function

1 Ansicht (letzte 30 Tage)
Niloufar
Niloufar am 20 Okt. 2022
Beantwortet: Fabio Freschi am 20 Okt. 2022
I want to find fft of this function.How can I do that?
T = 2*pi; t = linespace(-T,T,100); x1 = zeros(1,length(t)); x1(abs(t)<T/4) = 1;

Antworten (1)

Fabio Freschi
Fabio Freschi am 20 Okt. 2022
try with fft

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by