Welcome![Sign In][Sign Up]
Location:
Search - fft vector

Search list

[Mathimatics-Numerical algorithmsMath

Description: 以面向对象方法实现的数值算法类库,包括 向量、矩阵等的运算以及FFT-object-oriented methods to achieve the numerical algorithm library, including vector, matrix arithmetic and FFT
Platform: | Size: 65277 | Author: xpdelphi | Hits:

[ConsolehmmPlatform

Description: 语音分析平台(不包括HMM模型) 平台源码中提供了语音文件的提取和处理方法,时域分析(预处理/能量/振幅/过零/端点检测),频域分析(fft/功率谱/倒谱)和矢量量化的实现(搜集转发)-voice analysis platform (not including HMM) platform to provide a source document voice extraction and processing methods , time-domain analysis (pretreatment / energy / amplitude / zero / Endpoint Detection), frequency domain analysis (fft / power spectrum / cepstrum), and vector quantization (The collection transponders)
Platform: | Size: 159121 | Author: 何洁 | Hits:

[Speech/Voice recognition/combineica_C

Description: 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Signal Separation code. it is based on convolution of mixed Blind Signal Separation algorithm, not only can be separated from the artificial synthesis of mixed-signal, but for the real environment convolution of mixed voice signals can be separated. in this procedure, the tests included two documents, makefile can be used directly after. Also worth mentioning is that Compression bag containing some of voice processing functions commonly used. fft transform, for example, to read \\ write wav file, and some of the commonly used one-dimensional and two-dimensional vector matrix transformation functions. these can be directly applied to other applications going.
Platform: | Size: 141264 | Author: 李永胜 | Hits:

[Other200711135

Description: Traffic sign shape classification based on Support Vector Machines and the FFT of the signature of blobs.pdf
Platform: | Size: 536291 | Author: 张夏宜 | Hits:

[Mathimatics-Numerical algorithmsMath

Description: 以面向对象方法实现的数值算法类库,包括 向量、矩阵等的运算以及FFT-object-oriented methods to achieve the numerical algorithm library, including vector, matrix arithmetic and FFT
Platform: | Size: 64512 | Author: | Hits:

[ConsolehmmPlatform

Description: 语音分析平台(不包括HMM模型) 平台源码中提供了语音文件的提取和处理方法,时域分析(预处理/能量/振幅/过零/端点检测),频域分析(fft/功率谱/倒谱)和矢量量化的实现(搜集转发)-voice analysis platform (not including HMM) platform to provide a source document voice extraction and processing methods , time-domain analysis (pretreatment/energy/amplitude/zero/Endpoint Detection), frequency domain analysis (fft/power spectrum/cepstrum), and vector quantization (The collection transponders)
Platform: | Size: 158720 | Author: 何洁 | Hits:

[Speech/Voice recognition/combineica_C

Description: 在linux平台下,纯c写的盲信号分离的代码.它采用基于卷积混合的盲信号分离算法,不但可以分离人工合成的混合信号,而且对于真实环境中的卷积混合的语音信号也能够分离.在本程序中,包含了两个测试文件,makefile后便可以直接使用. 另外值得一提的是,压缩包里包含有一些语音处理方面的常用函数.例如fft变换,读取\写入wav文件,以及一些常用的一维向量和二维矩阵变换的函数.这些可以直接应用在其他应用程序里去.-in linux platform, net write c Blind Signal Separation code. it is based on convolution of mixed Blind Signal Separation algorithm, not only can be separated from the artificial synthesis of mixed-signal, but for the real environment convolution of mixed voice signals can be separated. in this procedure, the tests included two documents, makefile can be used directly after. Also worth mentioning is that Compression bag containing some of voice processing functions commonly used. fft transform, for example, to read \ write wav file, and some of the commonly used one-dimensional and two-dimensional vector matrix transformation functions. these can be directly applied to other applications going.
Platform: | Size: 141312 | Author: | Hits:

[Other200711135

Description: Traffic sign shape classification based on Support Vector Machines and the FFT of the signature of blobs.pdf
Platform: | Size: 535552 | Author: 张夏宜 | Hits:

[Speech/Voice recognition/combinewwwawr

Description: 基于矢量量化和查找表的改进DTW语音识别方法,对算法进行了详细的研究与模拟.-Based on Vector Quantization and Improved look-up table DTW speech recognition method, the algorithm carried out a detailed research and simulation.
Platform: | Size: 143360 | Author: chenfeng | Hits:

[VHDL-FPGA-Verilog16Point-FFT

Description: 16点FFT VHDL源程序,The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input data is a vector of 16 complex values represented as 16-bit 2’s complement numbers – 16-bits for each of the real and imaginary component of a datum.-16:00 FFT VHDL source code, The xFFT16 fast Fourier transform (FFT) Core computes a 16-point complex FFT. The input datais a vector of 16 complex values represented as 16-bit 2 s complement numbers- 16-bits foreach of the real and imaginary component of a datum.
Platform: | Size: 1824768 | Author: qiyuan | Hits:

[Algorithmfft

Description: 快速傅立叶变换,及快速傅立叶反变换。输入第一行为向量维数,第二三行为两个向量-Fast Fourier Transform, and Fast Fourier Transform. Input vector dimension of the first acts, acts of two vector
Platform: | Size: 3072 | Author: 黄半仙 | Hits:

[Communicationc_FFT

Description: The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.-The code performs a number (ITERS) of iterations of the Bailey s 6-step FFT algorithm (following the ideas in the CMU Task parallel suite). 1.- Generates an input signal vector (dgen) with size n=n1xn2 stored in row major order In this code the size of the input signal is NN=NxN (n=NN, n1=n2=N) 2.- Transpose (tpose) A to have it stored in column major order 3.- Perform independent FFTs on the rows (cffts) 4.- Scale each element of the resulting array by a factor of w[n]**(p*q) 5.- Transpose (tpose) to prepair it for the next step 6.- Perform independent FFTs on the rows (cffts) 7.- Transpose the resulting matrix The code requires nested Parallelism.
Platform: | Size: 4096 | Author: ramya | Hits:

[DSP programfftplot

Description: MATLAB program for fft plot norm of a vector distance between vector amp modulation
Platform: | Size: 2048 | Author: Daulappa | Hits:

[Bookscross_ambfn2

Description: 互相关模糊函数的matlab程序,很不错的,- cross_ambfn2.m- amodification of "ambfn1.m" for plotting cross ambiguity between two signals OF THE SAME LENGTH Designed to allow mismatch caused by FFT Doppler processing a pulse train. The two signals differ only in phases (if there is frequency mode it is the same in both signals. ambfn1.m- plots ambiguity function of a signal u_basic (row vector) The m-file returns a plot of quadrants 1 and 2 of the ambiguity function of a signal The ambiguity function is defined as:
Platform: | Size: 3072 | Author: mimi | Hits:

[Special Effectscode

Description: 基于FFT变换、DCT变换、HT变换、小波变换和矢量量化技术的图像压缩的Matlab实现。-Based on the FFT transform, DCT transform, HT transform, wavelet transform and vector quantization image compression technology, the Matlab implementation.
Platform: | Size: 4096 | Author: Anna | Hits:

[Otherfft

Description: FFT变换 使用COMPLEX模板 VECTOR-FFT transform ,COMPLEX VECTOR template used
Platform: | Size: 1024 | Author: 栾兰 | Hits:

[matlabOFDM

Description: OFDM下行的仿真1、产生要传输随机数; 2、进行调制; 3、串并转换; 4、进行IFFT操作(代码中有用到共轭对称向量的IFFT为实数进行简化计算); 5、增加循环前缀; 6、并串转换; 7、输出前滤波; 8、增加信道噪声(加性高斯白噪声); 9、接收端串并转换; 10、去除循环前缀; 11、进行FFT变换; 12、信号解调; 13、误比特率计算; -OFDM downlink simulation 1, have to be transmitted random number 2, the modulation 3 series and transforms 4, the IFFT operation (code useful to conjugate symmetric vector of the IFFT of real numbers to simplify calculations) 5, the increase in circulating prefix 6, and string conversion 7, the output before the filter 8, increased channel noise (additive white Gaussian noise) 9, the receiver string and conversion 10, removal of cyclic prefix 11, the FFT transform 12 , the signal demodulation 13, bit error rate
Platform: | Size: 112640 | Author: 刘洋 | Hits:

[Special EffectsFFT

Description: 这是用Matlab实现的基于傅里叶变换的矢量地图的水印加密算法。其中包括加密源程序和解密源程序。-This is achieved using Matlab Based on Fourier Transform vector map watermarking encryption algorithm. Including encryption and decryption source code source.
Platform: | Size: 1160192 | Author: 卞则康 | Hits:

[Otherfft

Description: 1-D FFT算法,输入不同向量维度,输出其离散傅里叶变换- a program to implement the 1-D FFT algorithm,Output: a vector, which is the discrete Fourier transform of the input
Platform: | Size: 12288 | Author: | Hits:

[Otherfft测试程序2

Description: 提取了一种手势识别的算法,通过皮肤颜色模型将手势分割出来,然后追踪其边缘,再通过傅里叶系统作为特征向量进行识别。识别率很高的。(A gesture recognition algorithm is extracted from the skin color model, then the gestures are segmented, then the edges are traced, and then the Fourier system is used as the feature vector to identify. The rate of recognition is very high.)
Platform: | Size: 3072 | Author: xy1994 | Hits:
« 12 »

CodeBus www.codebus.net