-
LLR
LLR caclulation for matlab
- 2014-10-20 22:27:30下载
- 积分:1
-
BAB-I-1
proposal steganografi
- 2015-03-17 00:52:14下载
- 积分:1
-
密码登陆框正式版V2.2BY罗华飞
matlab 学习例程 源代码 罗永飞版(Matlab Learning Routine Source Code Luo Yongfei Edition)
- 2019-05-05 21:28:11下载
- 积分:1
-
Network-Coding
国外网络编码的MATLAB实现,功能很强大,对于网络编码学习者帮助甚大(Foreign network coding MATLAB realization, very powerful, network coding for learners of great help)
- 2014-12-03 10:07:15下载
- 积分:1
-
pwm
PWM project design 12 volt inverter circiut DIAGRAM
- 2013-12-24 19:15: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
-
duanshi1
matlab编程的短时傅里叶变换典型实例,供大家参考。(short-time Fourier transform matlab programming typical examples for your reference.)
- 2014-01-18 22:16:30下载
- 积分:1
-
FourLowpassFilters
设计了巴特沃斯、车比雪夫I,Ⅱ型、椭圆滤波器,并有对心电信号的低通处理。(Designed Butterworth, Chebyshev car I, Ⅱ type, Elliptic filters, as well as on the ECG of the low-pass deal.)
- 2008-12-19 20:18:27下载
- 积分:1
-
kdtree
用matlab编写的k-dtree,加快搜索,在点云拼合中应用广泛。(Matlab prepared with k-dtree, to speed up the search, put together in the point cloud in a wide range of applications.)
- 2009-02-10 15:09:23下载
- 积分:1
-
SVPWM_MATLAB7.1
基于MATLAB7.1的空间电压矢量控制仿真模型,可在MATLAB7.1直接运行(SVPWM based MATLAB7.1 control simulation model can be run directly in MATLAB7.1)
- 2010-11-11 09:42:51下载
- 积分:1