当前位置:   article > 正文

fftw_plan_dft_1d 函数原型

fftw_plan_dft_1d

fftw_plan_dft_1d 是 FFTW(Fastest Fourier Transform in the West)库中用于创建一维离散傅里叶变换(DFT)的计划(plan)的函数,其函数原型如下:

fftw_plan fftw_plan_dft_1d(int n, fftw_complex *in, fftw_complex *out, int sign, unsigned flags);
  • 1
  • 2

其中:

  • n:指定一维 DFT 的长度,即信号的长度。
  • in:指向输入数据的指针,数据类型为 fftw_complex*,表示复数数组。
  • `out
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/AllinToyou/article/detail/105139
推荐阅读
  

闽ICP备14008679号