-
1_2006011134
matlab音乐合成,信号与系统大作业,非常实用 (matlab combine music)
- 2010-08-30 10:25:44下载
- 积分:1
-
mimoqam
QAM MIMO simulation using MATLAB
- 2014-02-04 00:29:59下载
- 积分:1
-
GA-PLS-toolbox
GA-PLS遗传偏最小二乘法 用于数据挖掘或者是光谱特征变量筛选(GA-PLS Genetic Partial Least Squares)
- 2021-03-26 23:09:12下载
- 积分:1
-
sp_sen
prob of detection vs prob of false alarm
- 2016-04-14 12:28:15下载
- 积分:1
-
generation-fo-random-numbers
通信系统中,服从标准分布、正态分布、泊松分布和瑞利分布的随机数的生成(the genneration of the uniform distribution, Gaussian distribution, Rayleigh distribution and Possion distribution, in communication system)
- 2012-01-02 14:21:43下载
- 积分:1
-
sim
Buck-Boost电路建模、仿真程序,输出波形有效,效果良好。(Buck-Boost circuit modeling, simulation program, the output waveform is effective to good effect.)
- 2013-05-22 22:55:56下载
- 积分:1
-
测绘工程中常用的坐标转换代码Navigation_utilities
测绘工程中常用的坐标转换代码,有WGS-xyz坐标系转经纬度、ENU坐标,有北天东坐标系转WGS-xyz、经纬度等(MAPPING commonly used coordinate transformation code, WGS-xyz coordinate system of latitude and longitude turn, ENU coordinate with the northern east coordinates turn WGS-xyz, latitude and longitude)
- 2020-07-16 18:48:50下载
- 积分:1
-
wxslckbk
用与合成孔径雷达的回波检测的编程的原代码(Using synthetic aperture radar detection of the echo of the original programming code)
- 2009-04-24 08:47: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
-
MATLAB_programming_electronic_documents_fitting_al
MATLAB程序设计拟合算法电子文档MATLAB programming electronic documents fitting algorithm(Fitting algorithm MATLAB programming electronic document MATLAB programming electronic documents fitting algorithm)
- 2010-08-02 14:04:08下载
- 积分:1