-
beamforming.0.0.2
implement basic routines in Matlab and Octave (currently using Matlab R13) for simulating adaptive beamforming and filtering for antenna arrays.
- 2009-04-03 17:37:31下载
- 积分:1
-
winrippmi_beta
ripper matlab code for classification
- 2012-05-26 21:36:19下载
- 积分:1
-
CMA_Equalizer
盲均衡的经典算法-恒模算法,实验效果良好,是入门学习的必须(Classic blind equalization algorithm- constant modulus algorithm, the experimental result is good, the entry must learn)
- 2020-09-11 22:18:02下载
- 积分: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
-
dengwen
绘制等温(等高)线的MATLAB程序,并给出实例(Isothermal draw (contour) line of the MATLAB program, and gives examples)
- 2010-12-30 22:56:10下载
- 积分:1
-
msk
通信系统中,连续相位调制(msk)与解调的MATLAB实现。(Communication systems, continuous-phase modulation (msk) and demodulation of MATLAB to achieve.)
- 2008-12-14 16:18:22下载
- 积分:1
-
frequencycoefficients
将图像分为nxn的分块,之后将各分块三个颜色通道的直方图平均化,最后进行离散余弦变化,分别提取各通道低频系数(The image into nxn sub-block after block of all three color channels of the histogram equalization, and finally the discrete cosine change, were extracted from the low frequency coefficients of each channel)
- 2010-11-21 19:00:16下载
- 积分:1
-
KPCA
基于MATLAB的PCA和KPCA的实现,有图,有返回的参数,绝对可以运行!(Based on the PCA and KPCA MATLAB to achieve, there are plans to return to the parameters, the absolute can run!)
- 2020-09-18 19:17:56下载
- 积分:1
-
SSFroughSeg
这是采用模糊粗糙集的方法处理图像的matlab代码(This is a fuzzy rough set approach to image matlab code)
- 2010-07-01 22:15:21下载
- 积分:1
-
Matlab_database_GUI
Matlab GUI连接SQL数据库-实现学生成绩查询系统-matlab程序以及access文件(Matlab GUI to connect SQL database- to achieve student performance query system-matlab program and access files)
- 2010-08-09 12:15:44下载
- 积分:1