How can I find fft of this function

조회 수: 1 (최근 30일)
Niloufar
Niloufar 2022년 10월 20일
답변: Fabio Freschi 2022년 10월 20일
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;

답변 (1개)

Fabio Freschi
Fabio Freschi 2022년 10월 20일
try with fft

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by