⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dsp_fft32x32.h

📁 TI c64x的FFT程序
💻 H
字号:
/* ======================================================================= *//* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -