搜索资源列表
ZHAO9B
- 是实现FIR滤波器的主要功能。利用C和汇编实现的。包含了延时、主频、头文件、主函数、向量函数、及SIAN函数-FIR filter is the main function. Using C and compiled achieve. Includes delay, speed, the first paper, the main function, vector function, and function Brasileiro
DSPdelaycode
- 自己写的TMS320LF2407A的精确延时函数和中断函数,初始化函数等-Wrote it myself TMS320LF2407A accurate delay function and interrupt functions, initialization functions, such as
IIR_FILTER
- 无限冲击响应滤波器( llR )算法 由于系统对序列施加的算法,是由加法、延时和常系数乘三种基本运算的组合,所以可以用不同结构的数字滤波器来实现而不影响系统总的传输函数。-Infinite impulse response filter (llR) algorithm because the system imposed on the sequence of algorithms, are by adder, delay and the constant coefficients by a
lcd1602
- 1602液晶显示字符串,数据主要程序,里面省略了延时子函数。-1602 LCD string data program, which omitted delay Functions.
ADSP
- 设x(n) = x1(n) + x2(n),x1(n)是窄带信号,定义为x1(n) = sin(0.05πn +φ),φ是在[0, 2π)区间上均匀分布的随机相位。x2(n)是宽带信号,它由一个零均值、方差为1的白噪声信号e(n)激励一个线性滤波器而产生,其差分方程为x2(n) = e(n) + 2e(n-1) + e(n-2)。 (1)计算x1(n)和x2(n)各自的自相关函数,并画出其函数图形。据此选择合适的延时,以实现谱线增强。 (2)产生一个x(n)序列。选择合适的μ
keyboard
- keyboard.c 该文件是总线型键盘的代码,其中包括main主函数以及循环读总线键盘的代码(已加入延时防抖)-keyboard.c