DFT的matlab源代码-node-fftw:节点的FFTW绑定

时间:2024-06-14 22:48:23
【文件属性】:

文件名称:DFT的matlab源代码-node-fftw:节点的FFTW绑定

文件大小:4.36MB

文件格式:ZIP

更新时间:2024-06-14 22:48:23

系统开源

DFT的matlab源代码Node.js的FFTW Linux构建 Windows版本 node.js在西方最快的傅立叶变换 安装 用法 fftw . dft_1d ( [ 1 , 1 , 1 , 1 ] , function ( err , result ) { result . forEach ( function ( complex ) { console . log ( complex . toString ( ) ) ; } ) ; } ) ; 产生4 + 0i 0 + 0i 0 + 0i 0 + 0i 。 请注意,每个复杂的对象都有访问器,分别为real和imag公开,分别用于访问实部和虚部。 也可以使用复杂的输入。 var input = [ { real : 1 , imag : 1 } , { real : 1 , imag : 1 } , { real : 1 , imag : 1 } , { real : 1 , imag : 1 } ] ; fftw . dft_1d ( input , function ( err , result ) { result .


网友评论