-
1CSin_OMP
利用压缩传感技术对1-D信号进行处理,1-D信号压缩传感的实现(Compressed sensing technology using 1-D ,1-D signal processing implementation of compressed sensing signal)
- 2011-01-10 10:49:17下载
- 积分:1
-
MATLAB
说明: MATLAB通信仿真及应用实例详解,matlb学习资料(MATLAB通信仿真及应用实例详解)
- 2010-04-19 11:09:18下载
- 积分: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
-
NJW
聚类分群方法,使用此程序处理数据可以避免高维数据的奇异性问题,然后使用配套的kmeans方法进行处理(Cluster grouping method to process data using this program to avoid the singularity problem of high-dimensional data, and then use the matching method for processing kmeans)
- 2014-12-03 10:41:04下载
- 积分:1
-
motionEstES
Block Matching Algorithm (continuous)
Motion Estimation ESTES
- 2013-11-05 23:58:22下载
- 积分:1
-
gridon01
说明: 采用LCL滤波器的并网逆变器双闭环控制系统仿真,系统采用电感电流外环电容电流内环(The double closed-loop control system of grid-connected inverter with LCL filter is simulated. The system adopts inductance current outer loop and capacitance current inner loop.)
- 2019-04-23 15:59:59下载
- 积分:1
-
fuction
matlab 最小二乘线性回归 递推法 源码,解决线性回归中的病态方程问题(recursive least squares linear regression method matlab source code, solve the equation of linear regression of pathological problems)
- 2010-06-21 11:53:00下载
- 积分:1
-
A-star_PathAlgorithm-master
说明: 自动驾驶全局路径规划A*算法,启发式算法(A star algorithm global planning which is used for unmanned vehicle)
- 2020-07-26 21:19:56下载
- 积分:1
-
math_solutions
《高等应用数学问题MATLAB求解》的PDF版及习题解答(《Higher Applied Mathematics MATLAB to solve the problem》of the PDF version and answer exercises)
- 2009-02-02 10:48:21下载
- 积分:1
-
Approximation-method--BPs-l1-norm
基于BP的l1范数逼近法~~~~~~~~~~~~~(Approximation method based on BP s l1 norm)
- 2013-12-28 10:37:15下载
- 积分:1