-
msk5
MSK信号,通过mld,完整演示了MSK信号的产生和接收。(MSK signal, by mld, a complete presentation of the MSK signal generation and reception.)
- 2010-08-10 16:47:03下载
- 积分:1
-
mie
基于matlab的mie散射理论的参数计算,计算入射波和散射波的系数的关系,从而得到颗粒系的辐射参数(matlab functions for mie scattering)
- 2020-12-16 16:49:12下载
- 积分:1
-
Convolutional--algorithms
卷积码编译码matlab实现,译码采用viterbi译码,并且右边验证误码率的程序,本人毕业论文,高分通过,因为网上不少程序有误,特此上传,供大家参考学习。(Convolutional code encoding and decoding matlab implementation, decoding using viterbi decoding and bit error rate of the right of verification procedures, I thesis, score by as many online programs are wrong, hereby uploaded for your reference study.
)
- 2011-11-12 21:53:12下载
- 积分:1
-
QPSKBPSK
QPSK BPSK qam的AWGN和瑞利信道的生成和仿真(QPSK BPSK qam of AWGN and Rayleigh Road, generation and simulation)
- 2010-08-02 09:49:31下载
- 积分:1
-
heart500
基于mit数据库的时域心率算法,阈值自动更新,心率自动计算。(Mit database based on time-domain heart rate algorithm, the threshold value is automatically updated, heart rate calculated automatically.)
- 2013-09-21 21:03:49下载
- 积分:1
-
2008
是国外著名专家mahafza的书的代码,主要用于雷达设计和优化(Is a famous expert mahafza book code, mainly for radar design and optimization)
- 2015-01-20 15:17:36下载
- 积分:1
-
matlab-excelatable
实现matlab中GUI excel与table控件的交互,内含包括uitable用法(Matlab interact with the GUI excel table controls, embedded usage including uitable)
- 2014-01-16 11:25:37下载
- 积分:1
-
PF_Simple
粒子滤波采样程序,采用SIR方法,重采样生成等权值粒子(Particle filter sampling procedures, the use of SIR methods, resampling particle generation, and weight)
- 2010-11-12 09:40:09下载
- 积分:1
-
SkinDetector
Skin Detector for matlab
- 2015-03-05 16:45:58下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1