-
MATPOWER1
MATLAB CODE FOR POWER FLOW 1
- 2014-01-06 19:48:29下载
- 积分:1
-
magicsquare
大家还记得小时候做数学题做到的幻方吗?如何用程序建立一个幻方呢?这就是一个简单的小程序,to make a magicsquare!(Remember when you do the math to do magic square it? How to create a magic square with the process? This is a simple little program, to make a magicsquare!)
- 2014-06-05 20:12:05下载
- 积分:1
-
DOA11
波束形成,多信号的信号谱估计,基于线性约束最小方差准则(Beamforming, signal spectrum multiple signal estimates based linearly constrained minimum variance criterion)
- 2016-04-14 17:51:34下载
- 积分:1
-
rbf
RBF网络逼近函数子程序。。。。。。。。(RBF network approximation function subroutine)
- 2010-08-25 19:15:45下载
- 积分:1
-
imagex
一种新颖的区域生长方法,对传统的区域生长方法做了一定的改进,效果还不错。(A novel region growing method, the traditional region growing to do some improvements, the results were good.)
- 2020-12-09 16:49:20下载
- 积分:1
-
Mallat
使用Matlab的Mallat算法实现,帮助初学小波分析课程的人来了解Mallat算法。(The Mallat algorithm using Matlab。It helps the beginner who learns the course of wavelet analysis to understand the Mallat algorithm.)
- 2009-10-15 16:10:01下载
- 积分:1
-
mynnctrl
matlab中的神经网络控制系统工具箱,可以用来方便的开发基于神经网络的控制系统(Matlab the neural network control system toolbox. can be used to facilitate the development of neural network based control system)
- 2006-05-17 16:38:08下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
lle_and_pca
实现lle和pca的matlab编程,主要目的是比较lle和pca这两个高维数据降维方法的性能,各有所长。(Use matlab to realise lle and pca ,the purpose is to compare lle and pca,which reduce high dimension data to low data dimension,and each has advantage!)
- 2011-10-27 10:16:24下载
- 积分:1
-
resistance
在已知天线阵列的单元个数和要求的副瓣电平时,利用切比雪夫加权,求的该阵列的各个阻抗(Sidelobe level in the known number of cells of the antenna array and requirements, the use of cut weighted Chebyshev, find the array impedance)
- 2013-04-17 23:17:29下载
- 积分:1