搜索资源列表
在单片机中适用的10种软件滤波方法
- 为文本格式,主要是单片机中的十种软件滤波方法,并有具体的实现程序,我已调试运行过。-to text format, which is mainly of the 10 SCM software filtering methods, and specific procedures, I have run a debugger.
单片机程序集2
- 单片机的数字滤波程序,看看大家有没有用?-SCM digital filtering procedures, to see if they have no use
常用软件滤波方法及其示例程序
- 单片机常用的AD后滤波算法,供参考。-SCM common AD after filtering algorithm for information.
单片机数字滤波器算法
- 数字滤波文中描述了有关单片机滤波的各种常见算法需要维普浏览器打开-digital filter paper describes the SCM filtering algorithm needs of common browsers open Vip
CKLBQ.rar
- 51单片机写的程控滤波器,是07年电子大赛的 很多功能没有实现 望高人改正,51 single-chip microcomputer program written filter, is the e-Competition in 2007 did not materialize, many functions of an expert look correct
max262.rar
- 利用单片机控制max262芯片程控滤波器,实现频率步进可调,可以实现高低通滤波,带通滤波器。,Max262 chip to control the use of single-chip programmable filter, the realization of frequency step tunable, can achieve high and low pass filtering, band-pass filter.
digit-filter.rar
- 单片机做的数字滤波器,用于将50Hz方波滤成正弦波,1000Hz采样。附带Proteus仿真文件。,The single-chip digital filter used to filter into a sine wave 50Hz square wave, 1000Hz sampling. Proteus simulation document attached.
PIDcontrol
- 设计以89C51单片机、ADC、DAC等电路和运放电路组成的被控对象构成的单闭环反馈控制系统。 1. 硬件电路设计:89C51最小系统加上模入电路ADC0809和模出电路TLC7528;由运放构成的被控对象。 2. 控制算法:增量型的PID控制。 3. 软件设计:主程序、定时中断程序、A/D转换程序、滤波程序、D/A输出程序、PID控制程序等。 -Designed to 89C51 single-chip, ADC, DAC, such as circuit and operat
temperature
- 此设计以单片机STC89C51为核心,由声音传感器采集脉搏信号,经过LM324前置放大电路、滤波电路和比较电路后得到与脉搏相关的脉冲信号,将该脉冲信号作为定时/计数器T1中断信号交由单片机进行脉冲周期的计算,T0做定时器。然后得出每分钟的脉搏搏动次数(即心率),并将结果1602LCD上显示心率。在对人体脉搏检测时,具有检错排错的功能。若出现误操作(如不小心移动时产生的噪声)造成检测到的心跳次数不正确的结果,所以在程序中检测时间到达第5秒时,先对其进行计算,若结果超出正常范围则自动返回重新检测,直
AVR_IMU_1
- 卡尔曼滤波在AVR单片机的应用,引脚接法:PC1 (ADC1) Y Accel (Pin 8) PC2 (ADC2) Z Accel (Pin 7) PC3 (ADC3) X Rate (Pin 3) PC4 (ADC4) Y Rate (Pin 4) PC5 (ADC5) VRef (Pin 5) - Currently, this project assumes the AVR ATmega168 MCU is hosted on the AVR STK5
PS_2
- 此模块用于"PS/2接口的鼠标或键盘"与"具有外部读写的8位并口单片机"双向通信模块. Verilog HDL语言编写,在Quartus II 8.1 (32-Bit)软件中编译,并下载至EPM7128SLC84-10芯片中通过. 文件中有详细的注解. 此模块具有对于PS/2时钟和数据线的滤波功能,这样减少外部干扰,保证通信的可靠性! -This module for the "PS/2 mouse or keyboard interface" and "read
ad
- 配置单片机的A/D转换器模块,使其对D2区的电位器进行采样,采样结果显示在数码管上。满量程电压为3.3V时,10位A/D的分辨率大约为3mV,由于受噪声影响,A/D采集的数值会出现噪声,尝试添加数字滤波算法,降低噪声的影响。-Configure MCU A/D converter module, so pairs of D2 region potentiometer sampled, the sampling results show that in the digital pipe. Full
mic
- 凌阳单片机编程语音录入,FIR滤波,FFT处理,分阶显示,可扩展为音乐彩灯,比较简单,供学习用-Sunplus microcontroller programming voice input, FIR filtering, FFT processing, sub-bands show, can be extended to music Lantern, is relatively simple to use for learning
5
- SH501.C 基于单片机的信号发生器例程 SH502.C 低频信号发生器的例程 需要加上数码管的显示程序:disp.C SH503.C 方波频率的检测和倍频的程序 504 滤波原理和算法 不提供程序。在文章中分别给出不同的滤波算法和算法代码。 SH505.C 神经网络在单片机中的实现例程 SH506.C 信号数据的FFT变换 FFT的算法部分代码,不是完整程序。 SH507.C 电机转速信号的单片机测量程序 508 C51和汇编的混合编程方法 混合编程中的程
ad10
- 采用PIC单片机,用它的10ADC进行采集,再通过中值滤波法,再后通过595去显示温度值-Using PIC microcontroller, with its 10ADC for the collection, through the median filtering method, then go through the 595 shows that the temperature value
ADC_IIR_Filter
- 一个简单实用的例程,通过PIC33Fxxx单片机实现无限冲击响应IIR数字滤波器的设计-A simple practical routines, the adoption of single-chip implementation PIC33Fxxx IIR IIR digital filter design
单片机产生正弦波
- 通过单片机产生PWM,调节参数寄存器的值,产生不同占空比的PWM信号。若占空比的变化规律是正弦的,则滤波后可得到所需正弦波形。(The PWM is generated by the microcontroller to adjust the value of the parameter register, and the PWM signals with different duty cycles are generated. If the duty cycle is sinusoidal,
单片机常用算法设计
- 单片机常用算法设计,包括滤波算法,PID算法,模糊PID算法等等。(The algorithm design of single chip microcomputer includes filtering algorithm, PID algorithm, fuzzy PID algorithm and so on.)
单片机进行数字滤波
- 单片机进行数字滤波 Digital filtering by single chip microcomputer(Digital filtering by single chip microcomputer)
基于STM32单片机的ECG心电滤波算法
- 基于stm32的心电滤波算法,用MATLAB说明(STM32 based ECG filtering algorithm, illustrated by MATLAB)