单片机开发板源程序适合初学者 第二部分DA转换输出,INT0中断实验,IO直接驱动数码管,LCD12864
上传时间: 2013-12-17
上传用户:qweqweqwe
LCA51单片机实验书付实验程序,数据排序,二进制数转换成ASCII码 ,内存块移动,数据传送子程序,查找相同数个数,脉冲计数(定时/计数器实验),扩展存储器读写实验, P1口输入、输出实验等等
上传时间: 2014-01-20
上传用户:zhouli
启东计算机厂实验程序,含键盘显示、电机,AD/DA转换,IC卡读写
上传时间: 2014-12-08
上传用户:cainaifa
arm课程基础实验代码需用ARM2440才可以哟,里面包含汇编,混合汇编,LED 串口通信AD转换LCD驱动等
标签: 无线传输实验代码
上传时间: 2015-11-26
上传用户:mcu8051
dsp实验报告,包含了dsp实验中的几个实验例如a/d转换等比较基础的实验
上传时间: 2016-06-27
上传用户:122333
数码管、IO端口、定时器、模数转换等等相关的单片机实验
标签: 单片机实验
上传时间: 2017-04-28
上传用户:一味清欢
彩色实验 文件:demo_color.m 1. 提取RGB图像的三个分量,并分别显示。 2. 合成伪彩色图像。 3. 将RGB图像转换到HSI空间,并显示三个分量。 4. 对原图像的RGB三个分量分别进行平滑操作,将原图像转换到HSI空间对亮度分量进行平滑操作,计算两种平滑操作方法的图像差值。 5. 在RGB和HSI空间中用ice函数进行色彩调节。 压缩实验 文件:demo_huff.m 1. 计算矩阵f=[119 123 168 119;107 119 168 168;119 119 107 119;168 107 119 119]一阶熵估计,并进行霍夫曼编码。 2. 对Lena图像进行霍夫曼编码,并对编码后图像解码。
上传时间: 2019-01-19
上传用户:Rouxuan
单片机各类实验以及protues仿真,比如数码管、AD转换、温度测量、模拟键盘、流水灯......电路图和源码均可使用
上传时间: 2020-07-01
上传用户:
基于FPGA设计的字符VGA LCD显示实验Verilog逻辑源码Quartus工程文件+文档说明,通过字符转换工具将字符转换为 8 进制 mif 文件存放到单端口的 ROM IP 核中,再从ROM 中把转换后的数据读取出来显示到 VGA 上,FPGA型号Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。module top( input clk, input rst_n, //vga output output vga_out_hs, //vga horizontal synchronization output vga_out_vs, //vga vertical synchronization output[4:0] vga_out_r, //vga red output[5:0] vga_out_g, //vga green output[4:0] vga_out_b //vga blue );wire video_clk;wire video_hs;wire video_vs;wire video_de;wire[7:0] video_r;wire[7:0] video_g;wire[7:0] video_b;wire osd_hs;wire osd_vs;wire osd_de;wire[7:0] osd_r;wire[7:0] osd_g;wire[7:0] osd_b;assign vga_out_hs = osd_hs;assign vga_out_vs = osd_vs;assign vga_out_r = osd_r[7:3]; //discard low bit dataassign vga_out_g = osd_g[7:2]; //discard low bit dataassign vga_out_b = osd_b[7:3]; //discard low bit data//generate video pixel clockvideo_pll video_pll_m0( .inclk0 (clk ), .c0 (video_clk ));color_bar color_bar_m0( .clk (video_clk ), .rst (~rst_n ), .hs (video_hs ), .vs (video_vs ), .de (video_de ), .rgb_r (video_r ), .rgb_g (video_g ), .rgb_b (video_b ));osd_display osd_display_m0( .rst_n (rst_n ), .pclk (video_clk ), .i_hs (video_hs ), .i_vs (video_vs ), .i_de (video_de ), .i_data ({video_r,video_g,video_b} ), .o_hs (osd_hs ), .o_vs (osd_vs ), .o_de (osd_de ), .o_data ({osd_r,osd_g,osd_b} ));endmodule
上传时间: 2021-12-18
上传用户:
设计了自动控制系统综合实验案例“基于LabVIEW和单片机的温度控制系统设计”。实验系统硬件部分由单片机、温度传感器、D/A转换模块、调压模块和电烤箱组成,设计了单片机与各个模块之间的接口电路。软件部分采用LabVIEW软件实现控制算法,并设计监控界面实现参数设定、温度数据实时监控等功能。设计了单片机与LabVIEW软件之间的串口通信程序,实现了输入、输出数据的传输。通过综合实验系统设计,使学生得到控制系统设计和实验调试等综合能力的训练。A comprehensive experimental case of the automatic control system is presented,which is the design of the temperature control system based on LabVIEW and SCM.The hardware part of the experimental system is composed of the SCM,temperature sensor,D/A conversion module,voltage regulating module and electric oven.The interface circuit between the SCM and each module is designed.In the software part,LabVIEW software is used to realize the control algorithm,and the monitoring interface is designed to realize the functions of parameter setting,temperature data real-time monitoring,etc.The serial communication program between the SCM and LabVIEW software is designed to realize the transmission of input and output data.Through the design of this comprehensive experimental system,students can get the comprehensive ability training for the control system design,experiment debugging,etc.
上传时间: 2022-03-27
上传用户:qdxqdxqdxqdx