フィルターのクリア

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 Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by