搜索资源列表
20060731FFT
- 适用于MP3音乐中波形处理(FFT算法),该代码采样不是很多,更适合嵌入式产品中MP3播放器波形处理
MCMPFFT
- 嵌入式程序中的fft算法代码,详细输入输出内容参见程序说明-Embedded program code fft algorithm in detail the contents of input-output descr iption of the procedures, see
95637012Multiplier
- 一种可以完成16位有符号/无符号二进制数乘法的乘法器。该乘法器采用了改进的booth算法,简化了部分积的符号扩展,采用Wallace树和超前进位加法器来进一步提高电路的运算速度。本乘法器可以作为嵌入式CPU内核的乘法单元,整个设计用VHDL语言实现。- This file contains all the entity-architectures for a complete-- k-bit x k-bit Booth multiplier.-- the design makes use of
xcorr
- c编写的互相关函数xcorr,在VC上验证,方便移植到单片机,嵌入式上-xcorr function write by C langduge
crc_pure_c
- 整理的C RC通用计算代码。可用于没有OS的嵌入式-CRC general purpose computing, finishing the C code. Can be used for the OS embedded
MatrixAndVector
- 矩阵和向量代数运算C语言函数。可用于嵌入式代码的子函数。-linear algebra functions, which can be used in an embeded system
EHMM
- 特征训练识别的嵌入式隐马尔可夫模型代码,可用于人脸识别的分类-Training recognition feature embedded hidden Markov model code, can be used for face recognition classification
least-square-method(first-order)
- 运用c语言进行最小二乘法运算,可用于嵌入式计算。-Using C language to order a least squares computation。
least-square-method(second-order)
- 运用c语言进行二阶最小二乘法运算,可用于嵌入式计算。-Using C language to second-order calculation method of least squares
滤波算法
- 嵌入式基本滤波算方法函数,已经使用VS验证过,放心使用(Embedded basic filtering method function)