I want to see the plot for absolute value of FPhi(abs(Fphi)) in real frequency grid and not with this fftshift. What should i do to see the real plot and not the centered/fftshift one. P.s I tried removing the fftshift commands but didn't work.
2 ビュー (過去 30 日間)
古いコメントを表示
mesh(fftshift(fx),fftshift(fy),fftshift(abs(FPhi(:,:,ik))),'FaceColor','flat'); view(0,90);
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Pole and Zero Locations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!