sintv.m

来自「This folder contains all the codes based」· M 代码 · 共 11 行

M
11
字号
function u=sintv(z)% sine transform, assume that size(z)=[nx,ny]=[2^k-1,ny]%% C. T. Kelley, May 1994%% This code comes with no guarantee or warranty of any kind.%[nx,ny]=size(z);ww=-4*fft([zeros(ny,1), z']',2*nx+2);u=imag(ww(2:nx+1,:));

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?