资源列表
UART
- TDS6713EVM UART 通信测试程序,应用基础学习-TDS6713EVM UART communication test procedures, application foundation study
USB
- TDS6713EVM USB接口测试程序代码-TDS6713EVM USB interface testing program code
Final
- Arterial Stiffness Calculation
dc-moter
- 直流电机的选择和详细的使用方法(含datasheet)-datasheet of DC Motor
DSPyizhout
- DSP一周通,一款不错的DSP学习资料,可以在短时间内学到DSP开发的相关知识-A good DSP learning materials, in a short time to learn DSP development of knowledge
1.2.1
- PIC18F4580 电机PID调速程序-PIC18F4580 Motor PID speed control program
mohu
- dspic30f2020 电源模糊PID控制,可以输出500A大电流-dspic30f2020 power Fuzzy PID control output 500A current
6011pwm03.31
- dspic30f6011 电源控制PWM设置测试程序-dspic30f6011 power control PWM set up test procedures
Lab0308-uart
- 理解DSP串行通信芯片的配置编程,实现计异步通信程序。-Understand the configuration of the DSP serial communications chip programming, achieve meter asynchronous communication program.
Lab0501-FIR
- 用dsp实现有限冲激响应滤波器(FIR)算法。通带边缘频率10kHz,阻带边缘频率22kHz,阻带衰减75dB,采样频率50kHz-Dsp to achieve a finite impulse response filter (FIR) algorithm. Passband edge frequency of 10kHz, the stopband edge frequency of 22kHz, and stop-band attenuation of 75dB, sampling fre
Lab0502-IIR
- dsp实现无限冲激响应滤波器(IIR)算法,低通巴特沃斯滤波器在其通带边缘1kHz 处的增益为-3dB,12kHz 处的阻带衰减为30dB,采样频率25kHz-dsp Infinite Impulse Response Filter (IIR) algorithm, low-pass Butterworth filter gain in its passband edge at 1kHz-3dB 12kHz at the stop-band attenuation of 30dB, the sa
Lab0503-FFT
- 用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)