CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - fft complex DSP
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - fft complex DSP - List
[
Other resource
]
ligl-fft
DL : 1
基于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
Date
: 2008-10-13
Size
: 77.21kb
User
:
李国龙
[
Other resource
]
dsp-c-relize
DL : 0
C语言实现各种常用的数字信号处理方法。比如复数运算、快速傅立叶变换FFT以及各种滤波算法-C language commonly used in various digital signal processing methods. For example, complex operations, FFT fast Fourier transform algorithm and the various filtering
Date
: 2008-10-13
Size
: 69.73kb
User
:
王雪松
[
DSP program
]
DSP_fft
DL : 0
程序通过DSP来实现数字滤波FFT的功能-The program implements FFT with DSP
Date
: 2025-07-04
Size
: 15kb
User
:
胡龙
[
DSP program
]
ligl-fft
DL : 0
基于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
Date
: 2025-07-04
Size
: 77kb
User
:
[
DSP program
]
dsp-c-relize
DL : 0
C语言实现各种常用的数字信号处理方法。比如复数运算、快速傅立叶变换FFT以及各种滤波算法-C language commonly used in various digital signal processing methods. For example, complex operations, FFT fast Fourier transform algorithm and the various filtering
Date
: 2025-07-04
Size
: 69kb
User
:
王雪松
[
DSP program
]
fft
DL : 0
该程序是应用在DSP上的傅里叶变换。它是对复序列的数组进行傅里叶变换后,输出相应的频谱数组。-The procedure is used in the Fourier transform DSP. It is a complex sequence of Fourier transform to the array, the output spectrum corresponding array.
Date
: 2025-07-04
Size
: 1kb
User
:
蔡志伟
[
DSP program
]
Dsp_c
DL : 0
dsp算法40例,包括fft、滤波器、谱运算等 1. 将模拟滤波器转变为数字滤波器。 2. 由得到幅频响应 。 3. 用Burg算法求AR模型的参数。 4. 由AR模型参数得到功率谱。 5. 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 6. 实现双线性Z变换。 7. 设计巴特沃斯模拟低通滤波器,求出转移函数 。 8. 设计切比雪夫I型模拟低通滤波器,求出转移函数 。 9. 直接由定义求 点复序列 的DFT 。 10.利用经典的Cooley-Tukey基2算法求复序列 的DFT 。 -dsp algorithms 40 cases, including the fft, filter, spectrum operations, etc. 1. Analog filters into digital filters. 2. Amplitude-frequency response by obtained. 3. Burg algorithm for AR model with the parameters of demand. 4. AR model parameters obtained from the power spectrum. 5. Levinson algorithm using Yule-Walker equations to get the first-order AR model parameters. 6. The bilinear Z transform to achieve. 7. Design of Butterworth analog low-pass filter, find the transfer function. 8. Design of Chebyshev-I analog low-pass filter, find the transfer function. 9. Directly from the definition of point complex sequence of DFT. 10. The use of the classic Cooley-Tukey radix-2 algorithm is seeking re-sequence of DFT. .......
Date
: 2025-07-04
Size
: 58kb
User
:
jack
[
DSP program
]
Lab0503-FFT
DL : 0
用dsp实现快速傅立叶变换(FFT)算法,FFT 并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计 算DFT 时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N 次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2 次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法- Dsp to achieve the fast Fourier transform (FFT) algorithm, the FFT is not a new transform, which is a fast algorithm for the discrete Fourier transform (DFT).Since the time when we in the calculation of DFT complex multiplication required four real multiplications and secondary real additions a complex additions need to quadratic real additions. Each operator a (k) 4N complex multiplications and 2N+2 (N-1) = 2 (2N-1) times the real number addition. Entire DFT operation a total of 4N ^ 2 real multiplications and N* 2 (2N-1) = 2N (2N-1) real additions
Date
: 2025-07-04
Size
: 80kb
User
:
车
[
DSP program
]
C28x_FPU_LIB
DL : 0
TI C283X系列dsp浮点运算库,主要包括实数FFT复数FFT及IFFT-The TI the C283X family dsp floating-point arithmetic library, including real number FFT complex FFT and IFFT
Date
: 2025-07-04
Size
: 78kb
User
:
[
DSP program
]
TI-c28-FFT-library
DL : 0
TI的FFT库函数,最高可完成1024个点的FFT运算,适用于C28***系列DSP-This FFT library contains generic FFT module (32-bit implementation) for real/complex FFT.
Date
: 2025-07-04
Size
: 985kb
User
:
moneyfan
[
Other Embeded program
]
FFT-IFFT-Implemented
DL : 0
在TI DSP上实现扩展精度的FFT和IFFT-Extended-Precision Complex Radix-2 FFT/IFFT Implemented on TMS320C62x
Date
: 2025-07-04
Size
: 61kb
User
:
催勇
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.