搜索资源列表
8pskfunc.c
- 该程序用C语言实现了8psk信号通过AWGN信道,并计算误比特率的仿真。通过输入平均比特信噪比和仿真比特数,可以求得不同参数要求下的误比特率。-The program using C language to implement 8psk signal through AWGN channel, and calculate the bit error rate simulation. By entering the average bit SNR and simulation of the num
Wendukongzhi_temp_control
- 1. 采用三个测温点对温度进行平均及最大温差控制,以消除温度失恒,模块损坏所造成的损失。 2. DS18B20测温芯片温度数值采集 3. 可实现按键消抖,单击,双击,长击,组合击多种功能 4. 可实现6位LED数码管对温度,错误代码等各种指示功能显示 -1 using three temperature measurement points on the temperature and the average and maximum temperature control, to
ADandRS232
- 使用MSP430的AD与RS232,将AD采集回来的信号通过串口发送出去,并且取平均值,减少误差-Using MSP430 AD with RS232, AD sampling signal via a serial port sent back, and average, reduce the error
CAPTURE
- PIC单片机的CCP功能 //220V的交流电源直接用电阻限流,经光耦隔离,形成脉冲送到CCP2, //CCP2模块的捕捉功能,设置为每16个上升沿捕捉一次,相当于平均滤波,目的是为了减小误差 //TMR1计数的分频系数计算:假设电源为50Hz,即一个周期为20ms,16个周期为320ms //320ms=320000us,单片机用4MHz晶振,指令周期为1us,设TMR1的分频系数为K:65536×K=320000 //得K=4.88,取K=8,即TMR1的预分频系数设为1
Han-carlson.ppt
- Abstract—Variable latency adders have been recently proposed in literature. A variable latency adder employs speculation: the exact arithmetic function is replaced with an approximated one that is faster and gives the correct result most of the time,
Sensor data processing
- 处理传感器数据的程序,例如测距传感器。去掉一个最大值,去掉一个最小值,然后8个数据取平均值。结果去除了部分噪声,减少了误差。(program that deals with sensor data, such as a range finder. Remove a maximum, remove a minimum, and then take the average of the 8 data. As a result, partial noise is removed and error i