搜索资源列表
PWMDAC
- 功能:输出PWM信号,通过滤波电实现DAC转换。由KEY1控制PWM的占空比,每按一次按键将会改变一次PWM的占空比。该程序是在LPC2104上测试通过的
mma7660加速度的驱动测量程序对测量的数据滤波
- mma7660加速度的驱动测量程序对测量的数据滤波-mma7660 driven acceleration measurement procedure on the measurement data filtering
IIR
- DSK6713的IIR滤波器的程序 可以用来做为IIR滤波-DSK6713 the IIR filter can be used as IIR filter
limingqi_FIR
- 为dsp编写的fir滤波器程序,134阶带通滤波器-Dsp prepared for the procedure fir filter, 134-order band-pass filter
TLC549
- TLC549AD转换51单片机代码,程序有详细的中文注释,包括中位置滤波法的设计-#include<reg52.h> #include<intrins.h> #define uchar unsigned char #define uint unsigned int sbit AD_Out = P3^2 sbit CS = P1^0 sbit AD_In = P1^1
filter
- 实现按键的滤波以及按键FIFO队列的处理。systick配置为1ms中断,在中断服务程序实现所有按键的检测滤波。-Push button FIFO queue filtering and processing. systick configured to 1ms interrupt, the interrupt service routine testing to achieve all the key filter.
EWB
- 该程序可实现FIR滤波的功能,适合在DSP实验箱上运行-The program enables the functions of FIR filter, suitable for running on DSP Experiment Box
lvbo
- 很好的软件滤波程序,在平时做数据采集时可以随时调用,很好的资料-Good software filter program to do data acquisition in peacetime can call at any time, good information
freescale--segway-car
- 飞思卡尔智能车直立行走程序,包括卡尔曼滤波,互补滤波,可以直立行走.-freescale smart car program, for small segway smart car using gyo and acc.
666666
- 灌装机程序,包括中值滤波和冒泡法等,实际应用多年;有很强的应用价值!-Filling Machine
KalmanFilter
- 卡尔曼滤波的C程序实现,实现对下一时间数据的预测和对数据的融合。-Kalman filter C program, to achieve the forecast for the next time data and data integration.
adc
- 基于低功耗单片机msp430f5438a的高速AD SPI max144AD芯片驱动程序 带数字滤波 -Based on a high-speed low-power microcontroller msp430f5438a AD SPI max144AD chip driver with digital filtering
the-finally-code-freescare
- 飞思卡尔最终程序,XS128 光电组 包含pid重新改过滤波的 可以跑 加了起始和终止线识别(第一排判断的-the finally code freescare Contains pid back to mend filter can run with the start and stop line identification (the first row
ecg
- ecg心率处理 算法 适用于微控制器和嵌入式 前端采集的数据 程序上可以很好的滤波 从而得到精准的心率数据-ecg,filter,Algorithm This project is ecg processing program that consists of filter,Algorithm,ecg sampling. On the other hand,its also fit for mcu application.
FIR
- 基于STM32F407的FIR滤波程序,用的是ST官方的DSP库-Based on STM32F407 FIR filtering procedures, using ST official DSP library
My-balance-car
- 智能平衡小车程序 卡尔曼滤波 pid程序 mpu6050读取角度 可以平稳站立测试通过-Intelligent balance car program Kalman filter pid program mpu6050 angle can be read by a smooth test stand
train-board
- 基于LM3S2948芯片的一个火车运行沙盘的控制程序,程序经过严格验证过应用在一个发布会上。速度用PWM控制,红外IO采集到站状态,自己写的一个验证的滤波程序。-Based on a train running sand table LM3S2948 chip control program, application procedures rigorously validated in a release. Speed with PWM control, infrared IO collecti
Kalman
- 可用于MPU6050的卡尔曼滤波程序,具有详细注释。-Kalman Filter C Code.
28335 PWM启动AD程序
- EPWM波启动AD采样,包含中值滤波和SCI发送程序(EPWM waves start AD sampling)
MPU6050 卡曼尔
- mpu6050相关的测试程序和iic程序及卡曼尔滤波程序的源码。