How to calculate Fourier transform for exponential function without using FFT.

조회 수: 3 (최근 30일)
sharmin sathi
sharmin sathi 2022년 7월 4일
편집: Abhijeet 2022년 7월 4일
How to calculate Fourier transform for above figure without using FFT.

답변 (2개)

Abhijeet
Abhijeet 2022년 7월 4일
편집: Abhijeet 2022년 7월 4일

Chunru
Chunru 2022년 7월 4일
편집: Chunru 2022년 7월 4일
syms x
f(x) = exp(-x.^2)
f(x) = 
y = fourier(f)
y = 

카테고리

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