-
matched_filter
This demo introduces Matched Filter in CDMA system schemes wherein the data stream is subdivided into independent sub-streams, one for each transmit antenna employed. As a consequence, they provide a multiplexing gain and do not require explicit orthogonalization as needed for space-time block coding.
- 2010-05-09 15:05:40下载
- 积分:1
-
Planoconvex
lens matlab
二次光学设计中的透镜设计,根据非成像光学原理,利用matlab计算生成点坐标,导入TP(lens matlab)
- 2013-11-04 12:54:36下载
- 积分:1
-
waveletkernel
这是一个小波核函数工具包,可根据需要的核函数公式构建自己所需的核,可用于核学习方法。(The wavelet kernel function is a toolkit, can according to need to build your kernel function formula for nuclear, and can be used to study method.)
- 2017-02-21 20:52:18下载
- 积分:1
-
模型1
在此建立了车辆悬架的模拟模型,并对其进行了仿真研究(In this paper, the simulation model of vehicle suspension is established and simulated.)
- 2019-03-18 16:17:30下载
- 积分: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
-
Themostshortcircuitandshortcircuit
在secshortest中我希望只得到一条次短路,结果却出来好几条,因此在使用时,要得到次短路,只能用roadcost()函数分别求一下各条路的权重和,找到最小的。(I hope that in secshortest only a short time, the result is out of several, so when used to get at short circuit, can only be used roadcost () function, respectively, for some of the weight of the road and find the smallest.)
- 2009-05-14 16:44:14下载
- 积分:1
-
yueshuyouhuawentiyuanma
约束优化问题的matlab 多个元程序(Constraints multiple element program matlab)
- 2010-12-01 16:03:49下载
- 积分:1
-
ARIMA
MATLAB ARIMA 模型 做时间序列分析预测(MATLAB ARIMA )
- 2014-11-24 09:39:24下载
- 积分:1
-
SPWM
基于matlab simulink的spwm仿真模型,非常适合初学者学习正弦脉宽调制方法使用。(The spwm matlab simulink simulation model is very suitable for beginners to learn sinusoidal pulse width modulation method.)
- 2021-04-18 14:48:52下载
- 积分:1
-
认知无线电中采用遗传算法的频谱分配的公平性仿真实验
认知无线电中采用遗传算法的频谱分配的公平性仿真实验(Fairness simulation using cognitive radio spectrum allocation Genetic Algorithm)
- 2014-06-11 11:15:46下载
- 积分:1