-
cost207
网上下载的cost207模型的matlab仿真程序。(Cost207 downloaded matlab model simulation program.)
- 2007-09-19 15:43:11下载
- 积分:1
-
Linear-matrix-neural-network
线性神经网络的MATLAB程序编写,实现神经网络功能(Linear-matrix-neural-network)
- 2009-11-02 09:00:21下载
- 积分:1
-
levelset
基于边界和G0分布的水平集迭代图像分割算法(level set segmentation based on edge and g0 distribution)
- 2013-05-14 16:20:26下载
- 积分:1
-
MATLAB_11238187
《MATLAB外部接口编程》,
超星的文件(" MATLAB external interface programming," the paper Superstar)
- 2009-11-03 20:32:46下载
- 积分:1
-
FSK
fsk simulation in Matlab
- 2013-07-10 21:00:43下载
- 积分:1
-
4
说明: 5、绘制散点图。
对发射和接收信号利用scatterplot函数可显示信号星座图的样子及噪声对信号造成的失真程度。在该图中,横轴代表了信号的同相分量而纵轴代表了正交分量。下面的代码还利用了
对接收信号利用modem.deqammod对象的demodulate方法进行解调。解调结果为包含0到15之间整数的列向量。
(5, draw a scatter plot. The transmitted and received signals can be displayed using a function of the degree of distortion scatterplot like and noise signals caused by the signal constellation of FIG. In this figure, the horizontal axis represents the in-phase component signal and the vertical axis represents the quadrature component. The following code is also used to demodulate the received signal using the method of demodulating modem.deqammod object. Demodulation result is an integer from 0 to 15 comprising a column vector.)
- 2014-09-21 08:33:48下载
- 积分:1
-
counter_v2vo6w
无线信道ajldzK模型MATLAB仿真程序,实现了lmGTqjB技术下多参数的模拟,最接近物理信道,信道逼近参数接近最小二乘ajldzK算法。
(Radio channelajldzK model MATLAB simulation program, to achieve a multi-parameter simulation lmGTqjB technology, the closest physical channel, the channel parameters close to the least square approximation algorithm ajldzK
)
- 2015-12-23 09:03:49下载
- 积分:1
-
aoshu
小学数学一个奥数题目的编程,方便运算出此类型的题目(Primary Mathematics Olympiad title of a program to facilitate the operation of this type of subject)
- 2011-07-04 00:11:08下载
- 积分:1
-
refd-raida-pdf
一款用于用户,天线设计技术文件,直接学习就可以制作了,无需软件支持!(A refd raida wokes)
- 2015-02-21 14:36:15下载
- 积分: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