How can I find fft of this function

1 visualización (últimos 30 días)
Niloufar
Niloufar el 20 de Oct. de 2022
Respondida: Fabio Freschi el 20 de Oct. de 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;

Respuestas (1)

Fabio Freschi
Fabio Freschi el 20 de Oct. de 2022
try with fft

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by