搜索资源列表
ECG
- TI公司上的心电仪器采样设计程序,需要的人下哈.
audio_aic23
- 数字音频实验测试工程,程序演示了通过I2C 总线对 TLV320AIC23 芯片的控制,各种音频环路,多种采样频率,DMA 音频采集和输出等 测试。程序中有详尽的说明。TLV320AIC23 的控制HDL模块Freedev_aic23 的7 号 寄存器提供了读和写两个端口,分别连接到数字音频芯片的AD 和DA 通道,每次可 读出和写入一个32 位宽的数据,分别是16 位左声道和16 位右声道的采样值。每 次数据就是一次采样的结果。如果是48K 采样率,那么每个数据时间间隔就是
4x4矩阵键盘在stm32上的实现
- 4x4矩阵键盘在stm32上的实现,采样反转法,实践证明好用-4x4 matrix keyboard stm32 on the realization of sampling inversion method, proved easy to use
max197.rar
- 用max197对外部输入电压做采样,再在1602上显示电压数据,MAX197 with the external input voltage to do sampling, and then in 1602 to show voltage data
record.rar
- VS1003的 单独录音控制 生成IMADPCM 格式数据 可以把数据保存后 直接在PC上播放 8K 采样,VS1003的 单独录音控制 生成IMADPCM 格式数据 可以把数据保存后 直接在PC上播放 8K 采样
STM32-320240display
- stm32采样波形同时在液晶上显示出来 并计算出频率-stm32 sampling the waveform at the same time in the liquid crystal display and calculate the frequency of
adc9_to_can
- 基于stm32f103rb微处理的9路AD采样并上传至can总线-AD_9 to can based on stm32f103rb
can_to_usart
- 通过can总线接收9路AD采样并通过串口上传值PC机-AD9 to usart through can bus
I2C
- MSP430F147,ST7920A,片上AD,通过uart与上位机通信,上位机程序采用VB编写,另外单片机采样数据通过EEPROM保存。-MSP430F147, ST7920A, chip AD, through the uart communicat with PC, PC s programme finished by VB, and sampling data preserved in EEPROM.
conductance
- 在ICCAVR平台上开发完成 主要是ATMEGA640/1280/2560的应用示例.(示例为电导测试仪) 主要包括了模拟采样,LCD级联菜单,串口通信等内容. -The ICCAVR platform is developed primarily ATMEGA640/1280/2560 of application examples. (Example for the conductivity tester) includes a simulation sample, LCD c
Test_ADC
- JN5139芯片自带的ADC接口(12bit),最快采样频率27.8K,该程序将GAINSJ开发套件上的模拟电压(电池电压)通过ADC转换成数字信号,并通过串口传到PC机上显示出来。开发环境为Jennic CodeBlocks软件,采用C语言编写。-JN5139 chip onboard ADC Interface (12bit), the fastest sampling frequency of 27.8K, the program will GAINSJ Development Kit o
AD_TEST
- 本文件是AD测试实验;测试前需要对管脚复用的电压基准进行设置,将JP10的2,3脚短接,1脚空出。AD输入端子(J10)可输入4路AD(ADC0--ADC3),另有1路可测量片内温度,5路采样值都通过串口发送出去,在串口调试助手上看观察其值。4路AD中ADC0可通过跳线器(JP5)“ADJ_VOL”(1,2脚短接)与板上电位器相连,通过手动调VR1可以观察到电压值的变化-This document is the AD test experiment testing is required be
SPI_10ad
- 周立功2131开发板上10位AD采样在595上显示-ZLG 2131 development board 10 samples in 595 AD on the show
DS18B20
- 温度传感器DS18B20,对环境温度进行采样,在液晶5110上清晰显示-Temperature sensor DS18B20, the ambient temperature samples, clearly show on the LCD 5110
wdkz
- 本装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显示出来。如实时温度超过设定的上、下限值,一方面由LCD显示信息,并发出警报声;另一方面自动控制继电器(Relay)开接通或断开,从而控制加热源的开与断,达到对温度进行实时控制的目的。-The device' s function is real-time temperature monitoring and control. Te
CAN
- 这个例程演示怎么用CAN外设和模数转换器 将ADC采样到的值通过CAN1 发送到CAN2 同时显示在LCD上,调节VR1将在 LCD上看到发送值和接收到的值同步。 硬件上将 CAN1L CAN1H 用导线分别连到CAN2L CAN2H上。-The CAN example is available in different targets: Simulator: - configured for software Simulator MCB1700: -
ucos-LCD-ADC
- 基于LPC2124的ADC波形采样,以ucos为操作系统,利用定时器1设定采样时间,将采集到的波形显示在LCD上。-LPC2124-based ADC waveform sampling ucos operating system, use the timer to set the sampling time will be collected from the waveform displayed on the LCD.
adc_oversampling
- 是在proteus上仿真的过采样电路。设计简单效果显著,具有很高的参考价值。-In proteus the oversampling circuit simulation. The design is simple and effective, and has a high reference value.
msp5438A控制AD1118采样
- MSP5438A控制AD1118采样在TFT上显示。
AD
- MCU的片内ADC对P6.0端口的电压进行转换将模拟电压值显示在1602液晶上。