-
jacobi.tar
Implementations of Jacobi, Newton and Newton-Euler methods in Matlab. Include routines to visualize the results as well to save them into Matlab data files.
- 2010-03-03 22:39:47下载
- 积分:1
-
chp
Transient stability analysis of distribiuted system with DG
- 2013-02-27 02:55:47下载
- 积分:1
-
CS-reconstruction
通过各种方法对图像进行稀疏化分解,最后用压缩感知算法进行重建(The image is sparse decomposed by various methods, and finally reconstructed by compressed sensing algorithm)
- 2017-09-09 10:04:50下载
- 积分:1
-
kaiser
说明: 这是一个Kaiser-窗滤波器,用于信号处理,在MATLAB平台开发程序代码。(This is a Kaiser-window filters for signal processing, in the MATLAB platform development program code.)
- 2010-03-24 13:23:42下载
- 积分:1
-
imadeedgesegmentation
说明: 本程序实现了采用聚类法对图像进行分割,给出了图像分割前后的直方图,程序内有详细的程序说明和例图像(This program was realized using clustering method for image segmentation is presented, and the histogram image segmentation, procedure in detail program)
- 2010-04-15 10:23:33下载
- 积分: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
-
matlab
使用matlab绘制三角函数图像,主要学习坐标范围设置及plot函数(Matlab draw trigonometric image, mainly to study the coordinate range of settings and plot function)
- 2012-06-22 16:44:38下载
- 积分:1
-
tianxian
雷达天线方向图仿真,非常简单实用。。。。。。。。。(Radar antenna pattern simulation, a very simple and practical)
- 2020-07-01 20:00:01下载
- 积分:1
-
ssprop-MATLB
在非线性光纤光学的必须仿真方程,包括spm,xpm以及损耗的薛定谔方程。其中有10多个小仿真程序,以及其中用到的函数。(Must the simulation equation in nonlinear fiber optics, including the SPM, XPM and depletion of the schrodinger equation.There are more than 10 small simulation program, and the use of the function.)
- 2021-03-15 10:29:22下载
- 积分:1
-
nesc-ref
Nes C programming language Guide
- 2014-12-05 02:34:12下载
- 积分:1