-
rakereceive_kron
本程序仿真了AWGN信道下,采用DS扩频对bpsk信号的影响,扩频码采用walsh码,扩频因子16;
接收端进行rake接收,然后分集合并,比较了三种分集方式对误码率的影响
从图像可以看出在扩频因子较高的情况下,最大比值合并与等增益合并性能相近(This program simulates the AWGN channel, using DS spread spectrum signal for bpsk influence spreading code using walsh code spreading factor 16
Rake receiver receiving end, and diversity combining, diversity compares three methods on the bit error rate of
As can be seen from the image in the case of higher spreading factor, the maximum ratio combining and equal gain combining similar performance)
- 2013-08-31 18:29:24下载
- 积分:1
-
ECEF_LBH_ENV
使用matlab编写的经纬高、东北天数据和地心坐标数据之间的转换函数文件,包含了东北天坐标系的定义说明文件以及相关的转换公式。
三个函数的调用文件名:ECEFtoENV,ECEFtoLBH,LBHtoECEF。使用说明见函数的说明。(Prepared using matlab high latitude and longitude, northeast-day data and geocentric coordinate conversion functions between data file that contains the definition of the coordinate system Northeast day documentation and related conversion formulas. Three function calls filename: ECEFtoENV, ECEFtoLBH, LBHtoECEF. See the instructions for use function.)
- 2020-07-02 14:00:01下载
- 积分:1
-
8PSK
8进制相位调制数字基带传输的simulink模型 过高斯信道 有星座图(8PSK digital baseband transmission via Gauss channel with simulink)
- 2020-11-22 18:29:35下载
- 积分:1
-
ladder_matrix
求解输入矩阵的阶梯形式,仅供大家学习交流(Input matrix form for solving the ladder, only for them to learn from the exchange)
- 2011-06-06 16:11:27下载
- 积分:1
-
comm
构建了简单的通信系统,其间对载波相位进行了估计,同时在函数中给出了估计误差,还计算了误码率以及采用信道编码的误码率(Construction of a simple communication system, during which the estimate of the carrier phase, and gives in function of the estimation error, also calculated BER and the channel coding error rate)
- 2014-12-25 13:45:20下载
- 积分:1
-
Simulation
All optical discrete Fourier transform processor for 100Gbps OFDM
- 2013-12-28 12:53:11下载
- 积分:1
-
li9_23
clear all
I=imread( lena.bmp )
figure imshow(I)
I2=imrotate(I,-4, bilinear ) 逆时针旋转4度
figure imshow(I2)
I3=fliplr(I) 垂直镜像
figure imshow(I3)
I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2
figure imshow(I4)
A=double(I) 转换为double类型
计算7个不变矩
[nc,nr]=size(A)
[x,y]=meshgrid(1:nr,1:nc) 得到网格
x=x(:)
y=y(:)
A=A(:)
m.m00=sum(A)
if m.m00==0
m.m00=eps
end
m.m10=sum(x.*A)
m.m01=sum(y.*A)
计算均值
xmean=m.m10/m.m00
ymean=m.m01/m.m00
计算中心矩(li9_23.rar
cm.cm00=m.m00
cm.cm02=(sum((y-ymean).^2.*A))/(m.m00^2)
cm.cm03=(sum((y-ymean).^3.*A))/(m.m00^2.5)
cm.cm11=(sum((x-xmean).*(y-ymean).*A))/(m.m00^2)
cm.cm12=(sum((x-xmean).*(y-ymean).^2.*A))/(m.m00^2.5)
cm.cm20=(sum((x-xmean).^2.*A))/(m.m00^2)
cm.cm21=(sum((x-xmean).^2.*(y-ymean).*A))/(m.m00^2.5)
cm.cm30=(sum((x-xmean).^3.*A))/(m.m00^2.5)
im(1)=cm.cm20+cm.cm02
im(2)=(cm.cm20-cm.cm02)^2+4*cm.cm11^2
im(3)=(cm.cm30-3*cm.cm12)^2+(3*cm.cm21-cm.cm03)^2
im(4)=(cm.cm30+cm.cm12)^2+(cm.cm21+cm.cm03)^2
im(5)=(cm.cm30-3*cm.cm12)*(cm.cm30+cm.cm12)...
*((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)...
+(3*cm.cm21-cm.cm03)*(cm.cm21+cm.cm03)...
+(3*(cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)
im(6)=(cm.cm20-cm.cm02)*((cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)...
+4*cm.cm11*(cm.cm30+cm.cm12)*(cm.cm21+cm.cm03)
im(7)=(3*cm.cm21-cm.cm03)*(cm.cm30+cm.cm12)...
*((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)...
+(3*cm.cm12-cm.cm30)*(cm.cm21+cm.cm03)...
*()
- 2010-10-17 21:53:14下载
- 积分:1
-
decimate
MATLAB 数字信号处理工具箱中decimate函数c语言实现(MATLAB Digital Signal Processing Toolbox decimate function c language)
- 2013-11-05 14:13:08下载
- 积分:1
-
kernelofdmacha
信道估计中所使用的关键程序希望对大家有帮助(Channel estimation used in the critical processes for all of us want to help)
- 2009-04-30 20:23:50下载
- 积分:1
-
besjcd
地磁场计算,大回源线圈产生的地磁场,不同电导率的地磁场计算(Earth' s magnetic field analysis, the source coil back to the geomagnetic field generated by the different conductivity of the Earth' s magnetic field calculation of)
- 2010-01-27 14:06:57下载
- 积分:1