-
tfrppage
说明: page变换例程,可以对信号进行柯恩类时频分布中的page变换(page conversion routines, you can type on the signal time-frequency distribution of Cohen)
- 2008-10-13 10:48:10下载
- 积分:1
-
rk4
Runge Kutta 4th order
- 2015-03-20 20:52:51下载
- 积分:1
-
SAR MATLAB
一本关于SAR成像的书籍且包含SAR成像的matlab代码,非常值得学习(A book about SAR imaging, and the resources contain SAR imaging matlab code, which is worth learning.)
- 2021-02-25 14:09:38下载
- 积分: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
-
Programming-syntax-ofmatlab
一个比较好的关于matlab语法的ppt文档(Programming syntax ofmatlab)
- 2013-05-03 16:56:35下载
- 积分:1
-
STTC_simulation
matlab上实现网格空时码(STTC)的仿真。(Simulation of trellis space time code (STTC) on matlab.)
- 2020-06-29 04:40:02下载
- 积分:1
-
MATLAB智能算法30个案例分析代码
说明: 压缩包内是关于BeiHang出版的matlab智能算法30个案例的代码,对于学习理解智能算法的原理和编程有一定的帮助。如遗传算法、粒子群算法、免疫优化算法、模拟退火算法、BP算法等。(there are 30 matlab codes, which match a book about intelligence algorithms,such as genetic algorithms, PSO, ACO,BPO,etc. WISH that will be help for you.)
- 2019-05-19 15:34:49下载
- 积分:1
-
yuandaima1
进行逐步线性回归算法,找到最合适的回归模型,进行数据分析(making the data is easy to look for the answer )
- 2010-06-21 21:20:12下载
- 积分:1
-
eig_qr
使用QR分解方法计算矩阵特征值的matlab源码(Calculated using the QR decomposition of the matrix eigenvalue matlab source)
- 2007-12-18 16:38:40下载
- 积分:1
-
NExT
一种适用于多自由度的自然激励技术,可以实现从随机响应信号中提取自由振动信号。(A multi-degree of freedom for the natural excitation technique, can extract from the random response signal free vibration signals.)
- 2020-11-26 13:59:31下载
- 积分:1