-
main_greedy
求最短路径,用matlab编写的贪婪算法。(greedy algorithm)
- 2014-01-02 20:57:43下载
- 积分:1
-
RaisedCosinesystemofthesource
文中给出了通信系统中的升余弦滚降传输特性的matlab程序实现源代码。(text is a system of communication or transmission cosine roll-off characteristics of the Matlab program source code.)
- 2007-05-24 13:13:27下载
- 积分:1
-
Pan-Sharpening
Pan-sharpening, fusion of panchromatic and multispectral image to produce sharpened multispectral image.
- 2013-05-21 23:47:32下载
- 积分:1
-
齿轮箱信号处理
齿轮箱信号分析处理,去噪处理,小波分析,功率谱分析(Gearbox signal analysis and processing, denoising, wavelet analysis, power spectrum analysis)
- 2021-03-17 15:39:21下载
- 积分:1
-
eulerdemo
eulersimu.mdl, eulergraph.m, eulersimudemo.fig
simulink 随机信号系统仿真(eulersimu.mdl, eulergraph.m, eulersimudemo.figsimulink Random Signal System Simulation)
- 2007-09-09 15:21:27下载
- 积分:1
-
nlms
Normalized Least mean square algorithm in matlab
- 2009-04-02 02:42:00下载
- 积分: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
-
reduce-the--PAPR
用改进的星座图扩展法降低OFDM信号峰均功率比(Improved constellation expansion method to reduce the OFDM signal peak to average power ratio)
- 2012-04-20 18:50:14下载
- 积分:1
-
MATLAB.pdf
这是一个MATLAB混合编程的经典教材。希望能给大家带来帮助(This is a classic textbook MATLAB programming mix. We hope you help)
- 2010-09-02 12:40:22下载
- 积分:1
-
rungekutta
用龙贝格积分法计算积分的程序,matlab语言编写,希望能对大家有用。(Romberg integration method with integral calculation procedures, matlab language, hoping to be useful to everyone.)
- 2020-12-16 20:29:12下载
- 积分:1