-
nozzle
For Design a shock free nozzle(code for design)
- 2010-12-03 17:48:14下载
- 积分:1
-
BUAT-GUI-MATLAB
tutorial matlab gratis gratis gratsi
- 2013-09-07 05:32:48下载
- 积分:1
-
-MIMO-system
CSI对MIMO系统容量影响的仿真与分析(Simulation and Analysis for MIMO system capacity CSI effect)
- 2013-12-09 16:40:40下载
- 积分:1
-
fb_algor
matlab implementation for forward-backward algorithm for train and test of hidden markov model (HMM).
- 2012-02-02 01:40:11下载
- 积分:1
-
MUSIC
上传代码都是MATLAB关于music算法的内容,其中包括针对阵列幅相误差进行线阵校正的经典NSF方法,music-capon最小方差法,music算法估计声源方位谱。(Upload code are MATLAB algorithm on music content, including amplitude and phase errors for the array line array calibration method NSF classical, music-capon minimum variance method, music algorithm to estimate sound source spectrum.)
- 2021-03-28 01:09:11下载
- 积分:1
-
KinectCalibratedRGBData01
RESTORATION OF KINECT CALIBRATED RGBD DATA by mahmood Davoodianidaliki
- 2014-02-07 02:57:17下载
- 积分:1
-
matlabwork-2.17
matlab gui编程 实现调用sin函数和cos函数(matlab gui)
- 2014-02-18 18:06:33下载
- 积分:1
-
Hough-circle-detection
说明: 本压缩包是利用霍夫变换来处理圆角边界问题(This archive is the use of Hough transform to deal with border issues fillet)
- 2011-03-01 20:40:19下载
- 积分:1
-
lsm-rbf
说明: 一种最小二乘法的RBF网络
----------------------------------
radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(radical basis function neural network
------------------------------------------
clear all
close all
global sp k w2 b2 unitcenters
alldatanum=400
traindatanum=300
testdatanum=100
sp=8
errorlimit=0.1
u=rand(1,alldatanum+10)
y=zeros(1,alldatanum+10)
for i=4:alldatanum+3
y(1,i)=1.5*y(1,i-1)*y(1,i-2)*y(1,i-3)/(3+y(1,i-1)+y(1,i-2)*y(1,i-2)+...
y(1,i-3)*y(1,i-3)*y(1,i-3))+u(1,i)+u(1,i-1)+u(1,i-2) 。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。)
- 2011-04-13 10:26:06下载
- 积分:1
-
Heibai
黑白棋,又叫反棋(Reversi)、奥赛罗棋(Othello)、苹果棋或翻转棋。黑白棋在西方和日本很流行。游戏通过相互翻转对方的棋子,最后以棋盘上谁的棋子多来判断胜负。它的游戏规则简单,因此上手很容易,但是它的变化又非常复杂。有一种说法是:只需要几分钟学会它,却需要一生的时间去精通它。 本程序由matlab开发,作者为realghost,如果要转载,请保留此信息。(Reversi, also known as anti-chess (Reversi), Othello (Othello), flipped Apple chess or chess. Othello is very popular in the West and Japan. Flip through each other' s game pieces with each other, and finally to the board to determine who is more than a pawn in the outcome. Its rules of the game is simple, so it is easy to get started, but it changes and very complex. There is a saying: It takes only minutes to learn, it takes a lifetime to be proficient in it. The program developed by matlab, author realghost, if you want to reprint, please retain this information.)
- 2014-10-29 00:14:59下载
- 积分:1