搜索资源列表
Serial-test
- 串口测试功能:波特率,串口,停止位,数据位,奇偶校验。进行发送读取-Serial port baud rate, serial port, test function: stop bit, data bits, parity.To send read
102
- 数制变换及计数仿真 模拟十进制数到二进制数的转换过程,以LED来模拟各个二进制位,并能以动画方式模拟计数的过程。 选择手动方式时,将8个LED变成滑动条中数字的二进制(基数2)表示。例如,如果滑动条设置为数字10(在二进制中表示为00001010=(23)+(21)), LED的1和3点亮,其他LED为熄灭。 选择自动方式时,滑动条自动进行加1操作,实现0到255的循环计数;同时8个LED会实时显示滑动条数值所对应二进制数值。当滑动条大于255时,自动回0并重新由0开始计数
bluetooth
- These programmes are not heavily commented but infact are very simple and intutive to understand the Frequency hopping and related tasks. I have made two files for frequency hopping, one of them is not showing 6 proper impulsive peaks but other progr
bits_B
- 这是一个短小精悍的LabVIEW程序,计算一个二进制消息代码的位数。-This is a dapper LabVIEW program to calculate the number of bits of a binary message code.
LED
- 模拟十进制数到二进制数的转换过程,以LED来模拟各个二进制位,并能以动画方式模拟计数的过程。 选择手动方式时,将8个LED变成滑动条中数字的二进制(基数2)表示。例如,如果滑动条设置为数字10(在二进制中表示为00001010=(23)+(21)), LED的1和3点亮,其他LED为熄灭。 选择自动方式时,滑动条自动进行加1操作,实现0到255的循环计数;同时8个LED会实时显示滑动条数值所对应二进制数值。当滑动条大于255时,自动回0并重新由0开始计数。 -Analog dec
recorder
- 用Labview编写的录音机程序,可以支持声道、采样频率和采样位数的设置-Recorder program written using Labview can support channel, sampling frequency and the number of bits set
b2w
- bits to words in Labview
xuniyiqi
- 1.创建一个VI,产生头文件,使用For循环定时采集温度值,并将每次采样时间及温度数据以ASCII格式存储到一个文件中。在每次循环期间,记录下每次采集的时间及温度数据,添加到文件中,数据之间用添加一个制表位作为分隔符。-1. Create a VI, generated header files, use the For loop timing acquisition temperature value, and each sampling time and temperature data i
labview-to-PC
- labview实现PC 与单片机通信,任务要求:PC机发送数据给单片机,然后单片机返回发送的数据,测试发送的数据和接收的数据是否相同。波特率:4800,数据位8,校验位:0,停止位:1-labview achieve PC to communicate with the microcontroller, mission requirements: PC sends data to the microcontroller, then microcontroller returns data tra
OFDM-Tx-Rx
- ofdm 传输与接受的各项例子 -OFDM Receiver 1. Initalize the USRP setting the RX parameters and moving the LO outside the transmission band. 2. Generate random data bits (PN Sequence) (125 bits) 3. Use the Van De Beek algorithm to detect the cyclic prefix
Serial
- 一个可实现收发功能的串口通信实例,可修改串口号、波特率、数据位等参数-An example of serial communication to realize the function of sending and receiving.You can modify the serial number, baud rate, data bits and other parameters
字符串取低字节
- 在labview中取字符串的低八位 操作简单(Take the low eight bits of the string in LabVIEW)