-
MechanicofaTunedMassDamper
阻尼吸震器的Matlab例程,有助于设计吸震器。使用环境Matlab 。(Damping shock-absorbing device of Matlab routines, contribute to the design of shock-absorbing device. Use of the environment Matlab.)
- 2009-01-20 11:25:08下载
- 积分:1
-
改进等高线拟合代码-my-quxian
改进等高线拟合代码,很有价值。(improve contour fitting code and of great value.)
- 2005-03-03 14:36:10下载
- 积分:1
-
answers
这是matlab课本的对应的习题解答 用于学习和交流只用 请勿用做非法用途(this is the answer of some question in the book matlab,only for study and communication )
- 2009-04-30 20:54:33下载
- 积分:1
-
FFT
说明: 一个用于MATLAB中实现的FFT功能的码序列。很有用,有帮助(One for the realization of the FFT function of MATLAB, the code sequence. Very useful, helpful)
- 2010-03-29 10:43:07下载
- 积分:1
-
2-D-FFT
说明: 2-D FFT
- 2012-06-12 16:25:37下载
- 积分:1
-
gabor
2D gabor wavelet,used to simulate human vision for any application in digital image processing
- 2015-02-26 12:20:29下载
- 积分:1
-
dbf100zhenlie
100天线阵列1期望信号2干扰信号,用LMCV自适应波束形成(100 antenna array desired signal interference signals, adaptive beam formation LMCV)
- 2013-05-08 10:49:52下载
- 积分:1
-
mimoML
ML detection for mimo ofdm
Script for computing the BER for BPSK modulation in a
Rayleigh fading channel with 2 Tx, 2Rx MIMO channel
Maximum Likelihood equalization
- 2015-12-14 06:43:34下载
- 积分:1
-
chaohundunxitonghuamotongbukongzhi
超混沌系统的滑模同步控制程序 四维超混沌系统 滑模面 同步控制 指数趋近律(Synchronization control hyperchaos system sliding mode)
- 2016-01-12 10:20:57下载
- 积分: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