-
randraw
能够产生多达50种分布的随机变量(Nakagami,Rayleigh,Poisson...).(Able to generate as many as 50 kinds of distribution of random variables (Nakagami, Rayleigh, Poisson ...).)
- 2008-04-28 15:12:36下载
- 积分:1
-
OFDMsimulink
实现的通信中正交频分复用的过程,包括OFDM的一些信号处理的算法(To achieve communication in orthogonal frequency division multiplexing process, including a number of OFDM signal processing algorithms)
- 2011-10-26 15:22:51下载
- 积分:1
-
normalization
matlab中使用libsvm进行分类预测时对数据进行归一化。(Data normalization)
- 2013-11-25 20:16:58下载
- 积分:1
-
BP
Back Propagation Algotritm. Please Help Me to Solve the error message
- 2013-11-14 10:11:10下载
- 积分:1
-
SHE
This is the simulink model for selective harmonic elimination method for induction motor.
- 2010-03-05 13:47:10下载
- 积分:1
-
singularity
Singularity detection for 1-D signal using wavelet maxima.
- 2014-11-09 19:40:37下载
- 积分:1
-
Graph-Based-Semi-Supervised-Learning
基于图和半监督的学习方法 graph-based and semi-supervised learnign(graph-based and semi-supervised learning)
- 2014-12-24 14:26:36下载
- 积分:1
-
kymdjm
在matlab中应用牛顿切线法和割线法求解一元多次方程,很好的(In the application of matlab Newton tangent method and secant method solving one yuan equation for many times, very good)
- 2017-05-31 03:33:55下载
- 积分:1
-
很不错的脑电波ICA算法进行脑电波提取有用的波段,MATLAB编译
有信道编码,调制,信道估计等,用于信号特征提取、信号消噪,进行逐步线性回归,实现串口的数据采集,包含优化类的几个简单示例程序,使用拉亚普诺夫指数的公式。
- 2023-07-20 03:35:03下载
- 积分:1
-
fjhnmk
function matrix=asciiRead(fileName)
asciiRead: Read an ascii file into a matrix
Usage: matrix=asciiRead(fileName)
Roger Jang, 20041021
if nargin<1, selfdemo return end
fid=fopen(fileName, rb )
content=fread(fid, inf, char )
fclose(fid)
file=tempname
copyfile(fileName, file
- 2010-04-04 20:39:20下载
- 积分:1