Welcome![Sign In][Sign Up]
Location:
Search - FFT in C

Search list

[Other resourceligl-fft

Description: 基于tms320vc55*系列DSP常用算法,包括: 1. Experiment 7A - Radix-2 Complex FFT in C 2. Experiment 7B - Radix-2 Complex FFT in C55x Assembly Language 3. Experiment 7C - Radix-2 Complex FFT and IFFT 4. Experiment 7C - Fast Convolution 5. matlab 源码- Based on tms320vc55* series DSP commonly used algorithm, including: 1. Experiment 7A - Radix-2 Complex FFT in C 2. Experiment 7B - Radix-2 Complex FFT in C55x Assembly Language 3. Experiment 7C - Radix-2 Complex FFT and IFFT 4. Experiment 7C - Fast Convolution 5. matlab source code
Platform: | Size: 79064 | Author: 李国龙 | Hits:

[Documents2DFFT-C

Description: 一个二维Fourier变换的程序 适用于256*256的点阵,用于应付一般的数字图像处理需要-a two-dimensional Fourier transform procedures apply to the 256* 256 dot matrix, used to meet the general needs of digital image processing
Platform: | Size: 7168 | Author: 李子刚 | Hits:

[DSP programad采样再fft

Description: 在ccs环境下的c语言编程主要实现ad采样在对其进行FFT变换-Language programming mainly realizes the ad sampling in ccs under the environment c in carries on FFT to it transforms
Platform: | Size: 50176 | Author: 安德森 | Hits:

[DSP programligl-fft

Description: 基于tms320vc55*系列DSP常用算法,包括: 1. Experiment 7A - Radix-2 Complex FFT in C 2. Experiment 7B - Radix-2 Complex FFT in C55x Assembly Language 3. Experiment 7C - Radix-2 Complex FFT and IFFT 4. Experiment 7C - Fast Convolution 5. matlab 源码- Based on tms320vc55* series DSP commonly used algorithm, including: 1. Experiment 7A- Radix-2 Complex FFT in C 2. Experiment 7B- Radix-2 Complex FFT in C55x Assembly Language 3. Experiment 7C- Radix-2 Complex FFT and IFFT 4. Experiment 7C- Fast Convolution 5. matlab source code
Platform: | Size: 78848 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSARM_FFT

Description: ARM库里的FFT算法,在C++builder下也可以正常使用-ARM 13-17 FFT algorithm in C++ builder can be under normal use
Platform: | Size: 167936 | Author: wuxin | Hits:

[DSP programokDSP-FFT

Description: FFT实现的标准C源码,适用于嵌入式环境和其他环境-FFT standard C source code, embedded in the environment and other environmental
Platform: | Size: 5120 | Author: 黄峰 | Hits:

[Otherfft

Description: 快速傅里叶变换(FFT)算法C++实现代码 -Fast Fourier Transform (FFT) algorithms to achieve C code
Platform: | Size: 1024 | Author: | Hits:

[Algorithmfft-C

Description: 采用C语言设计的FFT代码,在C语言下调试通过。文件为word文档,需要嵌入到自己的程序中-Using C language designed FFT code in C language under the debugger through. Document for the word document, the need to embed into their own procedures
Platform: | Size: 3072 | Author: 李文良 | Hits:

[Algorithmfft-Delphi

Description: 采用delphi语言设计的FFT代码,在C语言下调试通过。文件为word文档,需要嵌入到自己的程序中-Delphi language designed using FFT code in C language under the debugger through. Document for the word document, the need to embed into their own procedures
Platform: | Size: 3072 | Author: 李文良 | Hits:

[Algorithmfft-Ifft

Description: 实现FFT和IFFT的C++源码,比较经典的基二算法。-The realization of FFT and IFFT in C source code, compare the classic 2-based algorithm.
Platform: | Size: 4096 | Author: yequnsong | Hits:

[Mathimatics-Numerical algorithmsFFT

Description: 时间抽取基2的FFT算法C语言实现,注释清晰 在VC++6.0上已经通过测试。-Time taken from the base 2 FFT algorithm C language, notes in a clear VC++ 6.0 has passed the test.
Platform: | Size: 2048 | Author: zhou | Hits:

[Algorithmfft

Description: FFT算法,C语言编写,用于常用的数字信号处理,经典-FFT algorithm, C language, for the commonly used digital signal processing, classical
Platform: | Size: 8192 | Author: 胡志敏 | Hits:

[Algorithmfft

Description: MATFOR FFT Visual Fortran program. MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MATLAB Interface, a new feature in MATFOR 4.1, provides MATFOR users access to MATLAB functions so they can obtain functionality that has not been built into MATFOR. The ability of using MATLAB functions makes MATFOR an ideal tool for those who create prototypes using MATLAB, then do implementation in C++ and other programming languages. Through the use of MATFOR, users may perform quick results comparisons between MATLAB and other languages. -MATFOR FFT Visual Fortran program.MATFOR Extensions, as implied in the name, are data or components external to MATFOR modules that can be used to add versatility to MATFOR programs. Currently there are two types of extensions available with MATFOR, they are MATLAB Interface and Tecplot FileIO. MATLAB Interface, a new feature in MATFOR 4.1, provides MATFOR users access to MATLAB functions so they can obtain functionality that has not been built into MATFOR. The ability of using MATLAB functions makes MATFOR an ideal tool for those who create prototypes using MATLAB, then do implementation in C++ and other programming languages. Through the use of MATFOR, users may perform quick results comparisons between MATLAB and other languages.
Platform: | Size: 272384 | Author: donotspam | Hits:

[Special EffectsFFT

Description: 1. 运行myfft.exe 把音频数据经过fft后存放在data.txt文件中 2. 再运行HUITU.exe把data.txt中的数据一帧一帧的画到屏幕上,形成动态效果 3. 运行soundee.exe 是还原声音 注:其中myfft.c是fft的C语言代码,用VC实现的;HUITU.C是绘图代码,用TC实现的;soundee.c是还原声音代码,用VC实现的。 -1. Myfft.exe run the audio data stored in the post-fft file data.txt 2. HUITU.exe to re-run the data in the data.txt a picture to a screen to form a dynamic effect 3. Soundee.exe is running to restore the sound Note: myfft.c which is the fft of the C language code, using VC achieved HUITU.C is drawing code, using TC achieved soundee.c code to restore the sound, achieved using VC.
Platform: | Size: 319488 | Author: 游智超 | Hits:

[Algorithmfft

Description: FFT算法实现 Radix2 可以计算 4,8,16,32, 64,128, 256....点FFT Radix4 可以计算 4,16, 64, 256, 1024...点FFT FFT_DIT_general.c 实现了 Radix2 和Radix4 的配合使用,可以计算Radix2可以计算的所有FFT,但效率比Radix2高。-FFT can be calculated Radix2 algorithm 4,8,16,32, 64,128, 256 .... can calculate the FFT Radix4 points 4,16, 64, 256, 1024-point FFT FFT_DIT_general.c ... Radix2 and Radix4 achieved with the use of Radix2 can calculate can calculate all the FFT, but Radix2 high efficiency.
Platform: | Size: 2048 | Author: liuxiaoxiao | Hits:

[Embeded-SCM DevelopFFT

Description: 关于FFT在FPGA上的完美程序,有电路图和实物图显示,在NOIS上运行正常,经测试成功,有完整的论文-FFT in the FPGA on the perfection of procedures, it shows the circuit diagram and in-kind, in the NOIS run properly, test the success of a complete paper
Platform: | Size: 699392 | Author: 无名氏 | Hits:

[Algorithmfft

Description: fft c语言下编译通过,内涵fft以及ifft,注释说明很全-fft in c
Platform: | Size: 1024 | Author: polay | Hits:

[DSP programfft

Description: program for FFT WHICH IS IMPLEMENTED IN C FOR DSK6713
Platform: | Size: 1024 | Author: balaji | Hits:

[DocumentsFFT-in-C-language

Description: FFT算法的C语言实现,分别包括了FFT算法和IFFT算法,可以在输入的时候选择何种算法-FFT algorithm in C language
Platform: | Size: 6144 | Author: 马哲 | Hits:

[Otherfft

Description: 快速傅里叶变换用c语言实现,亲测有效,能运行出实部虚部等还有运行时间(The realization of fast Fourier transform in C language)
Platform: | Size: 882688 | Author: 玫瑰林夏 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net