搜索资源列表
汇编_wav声波文件显示程序
- 汇编语言写的,支持读取wav并将波形显示在屏幕上,是自己多年以前的一个课程设计的作业程序,希望对朋友有所帮助-compilation of the written language, and will support wav read waveform display on the screen of their own years ago a curriculum design of the process, and I hope to help a friend
celiangyiGUI
- 通过串口控制下位机的一个QT界面,有绘制波形,读取电压电流等参量的功能。-Through the serial port of a slave under the control of QT interface with drawing waveforms, read voltage and current parameters of the function.
8155-C51
- “基于8155的存储示波器” 仿真软件是Proteus和Keil联调,用C51编写,功能是从示波器输入一段正弦波形,A/D后存储进6264,单步回放功能是从6264读取后D/A,显示数值在LCD上,还有回放整段锯齿波形功能,I/O口用8155.-" Based on the storage oscilloscope 8155," Keil simulation software is the Proteus and the FBI, with the C51 prepara
shiboqi_51_12864
- 用c51单片机+12864实现示波器功能——单次触发+存储回放系统方案中信号经过直流偏置输入到模数转换芯片AD876,AD转换输出后输入到先入先出存储器。在单片机的控制下将存储在存储器中 的采样数据读取并将波形在LCD中显示,同时,可以通过两路DA输出可以在普通示波器中实时回放波形-SCM+12864 achieved using the oscilloscope function c51- Single Trigger+ storage playback system program
project
- 此程序可以驱动SPI接口的DA进行输出电压或波形,还可以读取最多16位数字量的值并与规则表中的值进行判断。-This program can drive the DA with SPI interface to the output voltage or waveform, you can also read up to 16-bit digital value and judge the value through a table.
wave-player
- BASCOM-AVR- DOS的波播放器项目:这是一个专业的波播放器项目基于AVR- DOS的文件系统。你可以通过触摸屏选择波形文件,并播放该。这个项目从1GB SD / MMC记忆卡读取文件和使用PWM发挥8位文件。-AVR-DOS Wave Player Project: This is a professional wave player project based on AVR-DOS file system. you can select the wave files by tou
serialDispDebug
- 针对单片机数据采集系统,用Matlab实现上位机,实现从串口读取采集数据并实时绘制信号波形,包括初始化主机串口、按照通信协议调用回调函数读取数据,并实时刷新波形显示。-For SCM data acquisition system, the Matlab computer, data read the serial port acquisition and real-time signal waveform drawing, including the initialization callb
Moni_IIC-2017-2-28
- 使用飞思卡尔单片机通过模拟IIC读取MPU6050中加速度计测得的X轴角度以及陀螺仪绕Y轴的角速度,然后使用卡尔曼滤波进行数据融合求得x轴的倾角,并通过RS232串口发送给匿名上位机观察波形。-Function: The Freescale microcontroller reads the X-axis angle measured by the accelerometer and the angular velocity around the Y-axis measured by the g
红外遥控-基于38K的载波--c51单片机
- 经过研究,论文还有各种资料,我彻底了解了红外的一种最常用的数据传输方式--nec协议,并制作了相应的c51处理部分模块化程序。该程序有很多详细的注释,给我自己和别人看的,非常适合暂时还不会红外遥控与c51通信的朋友,和项目中需要遥控的朋友。经过在示波器上看接收头的波形,发现了由于无限通信,传输过程中出现的错误信号,并用程序判断,注释中写的很详细。用外部中断0去接收信号,保证信号变化能随时读取。