资源列表
[通讯编程] tiaozhi
说明:产生一组随机的0、1二进制比特序列,分别用2ASK, 2FSK, 2PSK和2DPSK四种调制方式把它们调制到一个较高的载频上,结果给出前8个比特所对应的时域波形。-0,1 generate a set of random binary bit sequence, respectively 2ASK, 2FSK, 2PSK and 2DPSK four kinds of modulation modulation them to a higher carrier frequency, the r<weiwei> 在 2025-07-19 上传 | 大小:1kb | 下载:0
[通讯编程] VCSetTimer
说明:通过介绍SetTimer函数,来计算通信延时。在VC下得到精确延时时间,而sleep函数是完成不了的-By introducing the SetTimer function to calculate the communication time delay. In the next VC to be accurate delay time, and can not sleep function is to complete<wukong> 在 2025-07-19 上传 | 大小:1kb | 下载:0
[通讯编程] duandianm
说明:语音端点监测,可以自动识别语音信号的开始和结束-Voice activity monitoring<11111123123123> 在 2025-07-19 上传 | 大小:1kb | 下载:0
[通讯编程] qask
说明:clear all M=input( enter the number of symbols ) N=log(M)/log(2) NPoints=input( Enter the number of points ) NumberBits=input( Enter the number of points per bit ) for i=1:NPoints m=round(rand(1)*3) data(i)=2*m-1-M end-clear<venkat reddy> 在 2025-07-19 上传 | 大小:1kb | 下载:0
[通讯编程] quatenarymod
说明:clear all m=input( enter the number of symbols ) n=log(m)/log(2) npoints=input( enter the no of points ) nbits=input( enter the no of points per bit ) for i=1:npoints d=round((rand(1))) data(i)=2*d-1-m end-clear all m=in<venkat reddy> 在 2025-07-19 上传 | 大小:1kb | 下载:0