搜索资源列表
my_project
- 接收端对有干扰污染后的信号进行对应解码,并计算误码率; 将输出仍然排列为n列的矩阵,计算监督矩阵H,用编码矩阵和监督矩阵相乘判断是否有误码,并根据错误图案纠正误码-The receiving end of pollution have interference signals corresponding to decoding, and calculate the bit error rate the output is still ranked as the n column matr
kuopin
- 一个四用户的扩频通信系统,扩频增益为N=16,采用Walsh码进行直接序列扩频,BPSK调制,无线信道为AWGN信道。在接收端进行解扩,解调,判决,通过仿真得到其中一个用户的误比特率与信噪比的仿真结果。-A four-user spread spectrum communication system for spreading gain N = 16, the use of Walsh codes for direct sequence spread spectrum, BPSK modulat
SHIYAN_3
- 利用M函数仿真扩频通信系统。6个用户的CDMA的同步通信系统,每个用户利用L=31的Gold码,进行扩频,信道为AWGN信道,接收端利用匹配滤波器进行检测。绘出当N=10000个发射比特下,SNR=0:15(dB)时的误码率曲线。 -M function simulation using Spread Spectrum Communication System. 6 simultaneous users of CDMA communication system, each user of t
lms3
- w=(randn(1,M)-randn(1,M))/100 d=zeros(1,M) u=zeros(1,M) u_out=zeros(1,e_max-M) f_out=zeros(1,e_max-M) X delayed input data vector Y measured signal W coefficient vector E enhanced signal clc N=30 f
BER_OFDM_AWGN
- This code compares the bit-error rate performance of N-continuous OFDM with the standard signal format over a AWGN channel. N-continuous OFDM renders the emitted signal s phase and amplitude continuous.
BER_PAPR
- This code compares the bit-error rate performance of N-continuous OFDM with the standard signal format over a flat fading Rayleigh channel and also the PAPR performance. N-continuous OFDM renders the emitted signal s phase and amplitude continuous.
rfid_vc
- /Initial COM m_ctrlComm.SetCommPort(1) //选择com1 m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位 m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小 m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件
yy
- (1)产生N个服从随机分布的随机数,重复M次运算,总计算量为M*N个点 (2)选定生成矩阵,进行信道编码 (3)进行双极性映射,根据不同信噪比加入高斯噪声(4)判决统计误码率(5)使用最小汉明距离译码并统计误码率(6)绘制星座图和误码率曲线图((1) N random number random distribution, repeated M times of operation, the total amount of computation for M*N points (2) selec
