-
BPidentification
BP网络实现的基本MATLAB程序,非常容易看懂(BP identification)
- 2009-12-04 12:18:15下载
- 积分:1
-
Anfis
Fuzzy control Design using ANFIS for a power system with svc
- 2009-06-03 16:46:06下载
- 积分:1
-
beer
蜂窝覆盖仿真模型的matlab代码 可运行(The cellular coverage simulation model matlab code and it can be run)
- 2013-01-27 12:01:30下载
- 积分:1
-
lfc_singlearea_PI_control
Simulation model for solving the load flow problem
- 2012-04-09 03:32:58下载
- 积分:1
-
NMF-DTU-Toolbox
matlab源代码,是非负矩阵分解工具箱,包含乘法更新,最小二乘约束,投影梯度法等方法(Usage:
[W,H] = nmf(X,K,alg,maxiter,speak)
W: output matrix
H: output matrix
X: input matrix
K: number of components
alg: algorithm to use
maxiter: maximum number of iterations
speak: print to screen
Algorithms:
mm: Multiplicative updates method using euclidean distance measure.
cjlin: Projected gradient method
prob: Probabilistic non-negative matrix factorization.
als: Alternating least squares.
alsobs: Alternating least squares with optimal brain surgeon.
Demonstrations:
PET: NMF on a PET dataset
Text: NMF used on a three different datasets Email, medical, and CNN.
Algorithms
mm: Multiplicative update method using euclidean distance measure.
Described in Lee and Seung, 2001, Algorithms for Non-negative Matrix Factorization, Advances in Neural Information Processing Systems 13, 556-562. This algorithm is the most commonly used algorithm to solve NMF.
cjlin: Alternative non-negative least squares using projected gradients.
Author: Chih-Je)
- 2021-04-22 19:28:48下载
- 积分:1
-
Documentation
loading data base in matlab which read different images from foler and load it to m file
- 2010-06-07 15:39:18下载
- 积分:1
-
tuxaingchulishiiyan
说明: 对一副测试图像进行加各种噪声,然后进行多帧平均,中值滤波,均值滤波,维纳滤波,理想低通滤波,巴特沃斯低通,带通滤波,自适应滤波九种方法处理,并分析结果,得出各种滤波方法的优缺点。包括实验报告(Plus a pair of test images of all kinds of noise, and then multi-frame averaging, median filtering, mean filtering, Wiener filter, the ideal low-pass filter, Butterworth low-pass, band pass filtering, adaptive filtering nine kinds of approach and analyze the results, obtained the advantages and disadvantages of various filtering methods. Including the lab report)
- 2011-03-30 21:37:44下载
- 积分:1
-
CDMAkuopin
这段程序是用matlab实现了CDMA扩频,原理简单,思路清晰。(This process is achieved with matlab CDMA spread-spectrum, is simple, clear.)
- 2010-05-05 16:15:33下载
- 积分:1
-
Matlab_Programming_PDF
This is book for Matlab programming
- 2010-06-06 16:10:42下载
- 积分:1
-
OFDM-MATLAB
这里面有两个程序,两个都是采用4QAM调制。不过个人觉得第一个更容易懂,因为写的很有条理。我改的那个程序就是根据这个来的。
不过在这里面有个问题就是信道系数只能是由高到低,大家可以试试,改成[0.227 0.46 0.688 0.46 0.227]这个是老师给我的仿真中常用的信道系数,这个成为归一化信道,就是系数平方和为1.
第二个程序没有涉及到信道系数,但是这个程序当中,在128个子载波中,前后有32个空载波,这个在OFDM中也是经常用的,这样可以降低误码率。
(And there are two programs, two are based on 4QAM modulation. But personally feel that the first is easier, because the writing is organized. I changed that procedure is based on the past. However, there is a problem in that there is only channel coefficients from high to low, we can try and change into [0.227 0.46 0.688 0.46 0.227] This is the teacher gave me the simulation channel coefficient commonly used, this became normalized channel, is coefficient of the square and is 1. The second program is not related to channel coefficients, but this program which, in the 128 sub-carriers, the before and after the 32 air carriers, the in OFDM is also often used, which can reduce the error rate.)
- 2010-10-09 17:19:06下载
- 积分:1