필터 지우기
필터 지우기

How can I use FFT to solve this function?

조회 수: 2 (최근 30일)
Yuxing Zhang
Yuxing Zhang 2018년 11월 25일
a.png
My problem is to solve the treamfunction satisfication use FFT method and I do not have ideas how to do it, can anyone help me improve my codes? Or give me some hints please?
tspan=0:0.5:4;
v=0.001;
L=20;n=64;
x2=linspace(-L/2,L/2,n+1);
x=x2(1:n);
y=x;
kx=(2*pi/L)*[0:(n/2-1) (-n/2):-1];
kx(1)=10^-6;
ky=kx;
[X,Y]=meshgrid(x,y);
[KX,KY]=meshgrid(kx,ky);

답변 (0개)

카테고리

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