dsp_fft32x32.h

来自「TI c64x的FFT程序」· C头文件 代码 · 共 31 行

H
31
字号
/* ======================================================================= *//* DSP_fft32x32.h -- 32x32 Mixed Radix FFT                                 *//*                   Intrinsic C Implementation                            *//*                                                                         *//* Rev 0.0.1                                                               *//*                                                                         *//* ----------------------------------------------------------------------- *//*            Copyright (c) 2007 Texas Instruments, Incorporated.          *//*                           All Rights Reserved.                          *//* ======================================================================= */#ifndef DSP_FFT32X32_H_#define DSP_FFT32X32_H_ 1void DSP_fft32x32_i (    const int * restrict ptr_w,    int npoints,    int * restrict ptr_x,    int * restrict ptr_y);#endif/* ======================================================================== *//*  End of file:  DSP_fft32x32.h                                            *//* ------------------------------------------------------------------------ *//*            Copyright (c) 2007 Texas Instruments, Incorporated.           *//*                           All Rights Reserved.                           *//* ======================================================================== */

⌨️ 快捷键说明

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