搜索资源列表
快速沃什变换源码
- 快速沃什变换源码提供了数字信号变换方法的C程序实现,并有例子应用。-rapid transformation source providing a digital signal conversion of the C program, and application examples.
实数据快速傅立叶变换算法
- 傅立叶变换是信号处理时最常用的算法之一,实现时域与频域之间的转换,对人们研究各种信号非常有用,本程序利用VC实现快速傅立叶变换算法-Fourier transform signal processing is the most commonly used algorithm, achieving time-domain and frequency domain between the conversion of the people look very useful signal, the pr
频域回声抵消其算法
- 频域回声抵消其算法,运用FFT的高效快速实现系数更新,multidelay frequency echo canceller
fft_c
- fft(快速傅里叶变换)算法的c语言实现-fft (Fast Fourier Transform) algorithm implementation c language
report
- 实现快速傅里叶变换,运算速度为Nlog2N 只能用于有2^n 个样本的信号-Fast Fourier transform, computation speed can only be used for Nlog2N there are 2 ^ n signal samples
rs_code
- rs(15,11)编码实现,对于学习RS编码原理的人员可以作为一个例子学习,也可以应用于相应的系统中。 -rs (15,11) encoding the realization of the principle of learning personnel RS coding can be used as an example of learning, can also be applied to the corresponding system.
FastRBF
- 快速fft变换的c实现,在visual C++下实现,可以已知道linux下 -Fast fft transform c to achieve, in the visual C++ Achieve, you can already know under linux
fft
- 用c++实现快速傅里叶变换(fft),适合于电子通信类专业学生,希望对大家有所帮助。-Using c++ to achieve fast Fourier transform (fft), suitable for electronic communications professional students, we hope to be helpful.
fft
- 基2fft,实现对实数序列的离散快速傅里叶变换-Based 2fft, the realization of the real sequence of discrete Fast Fourier Transform
Huffmancoding
- 在已知信源统计规律的情况下,快速实现对信源的霍夫曼编码,编码效率达到97 以上-Statistical law known source case, rapid implementation of the source of the Huffman coding, coding efficiency up to 97 or more
F
- 基于混合基算法的快速傅立叶变换和反变换在VDSL2中的应用与实现-Mixed-radix FFT-based fast Fourier transform and inverse transform in the application and implementation of VDSL2
fft
- 程序实现了快速傅里叶变换、逆变换等功能,可供参考-Program to achieve a fast Fourier transform, inverse transform and other functions, for reference
juzhenchengfa
- 快速乘法程序,对于矩阵的一些计算,提供了快速实现方法,希望能给大家一点帮助!-Rapid multiplication process, a number of calculations for the matrix provides a fast implementation, and I hope to give everyone a little help!
FFTconsole
- FFT快速傅里叶变换算法的实现,与及其逆变换的实现-FFT Fast Fourier Transform algorithm, and its inverse transform implementation
fft
- 本程序是用于二维快速傅里叶变换的C语言实现方法-This procedure is used for two-dimensional fast Fourier transform method for C language
FFT-Algorithm
- 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dynamic memory allocation, file o
chap3
- 快速傅里叶变换,能够快速实现各种类型的傅里叶变换,方便快捷;实用性强-Fast Fourier transform, fast Fourier transform to achieve various types, fast and convenient practical
interleave
- 比特级交织的一种快速实现,可以达到2Gbps的吞吐量,适用于P4以后的CPU,针对Intel CPU优化-A fast implementation of interleaving which can achieve 2Gbps of throughput, optimization for Intel P4 after the CPU
automatmul
- 进行自动将矩阵相乘运算的程序,可以快速实现矩阵乘法-Automatic matrix multiplication program, you can quickly achieve matrix multiplication
SVD_C++
- C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o