-
bpsk
基于能量检测的频谱感知.由于实际信道中的多径和阴影效应,单个认知用户频谱感知的性能受到影响,因此需要靠不同用户间的协同频谱感知来对抗多径和阴影效应。本设计要求在文中采用一种协作机制,即两用户进行协作频谱感知,提高主用户的检测率,减少检测时间,并且得到捷变增益。要求给出仿真结果。(spectrum sensing in cognitive radio based on energy detection.As the channels in diameter and shadow, not a single user spectrum of capabilities and therefore need different between a user to the spectrum is perceived as more and the effect. this design for the use of a coordination mechanism, the two users collaborate spectrum, the detection rate of increase and decrease the test of time and get a change requires immediate gain. some emulation.
)
- 2010-05-08 08:52:08下载
- 积分:1
-
zhuyuanfenxigaoduan
用matlab实现的主元分析算法,很实用的程序,经调试通过(Matlab principal component analysis algorithm, very practical program, the debugging through)
- 2012-09-18 10:42:54下载
- 积分:1
-
GA
说明: 遗传算法的设计与实现
y=x.*sin(10*pi*x)+2 (
Genetic Algorithm Design and Implementation
y=x.*sin(10*pi*x)+2 )
- 2013-11-18 21:09:52下载
- 积分:1
-
simulatedanneal
simulated annealing 退货模拟算法实现(simulated annealing )
- 2010-07-06 15:58:36下载
- 积分:1
-
GUI
For some fnc to graphics
- 2010-11-02 11:25:37下载
- 积分:1
-
motor
空间电压矢量PWM控制中电机模型的设计与实现(Design and Implementation of the space voltage vector PWM control of the motor model)
- 2012-05-12 18:07:20下载
- 积分:1
-
ImproveWaitbar
在gui界面实现暂停、停止、中止的功能,可以看一下(In the gui interface to pause, stop, stop function, can look)
- 2011-11-19 09:21:09下载
- 积分:1
-
kalman
对自适应滤波器和卡尔曼滤波器用MATLAB对语音信号进行了滤波,发现卡尔曼滤波器能够在较大的噪声中还原原来的信号。(Kalman filtering)
- 2015-01-22 23:19:28下载
- 积分:1
-
PWM-DC-DC
电动汽车充电站matlab模型,包含PWM整流模块、双向DC-DC充放电模块,采用matlab自带电池模型,供参考,希望有所帮助。(EV charging station models based on matlab.)
- 2021-02-04 17:29:58下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1