-
wavelett
小波变换的MATLAB变换程序
可以对信号进行降噪声处理(xiaobobianhuan.m)
- 2010-08-13 22:44:36下载
- 积分:1
-
fungsi_2
Function do scan type 2
- 2010-01-13 21:53:39下载
- 积分:1
-
GLCM
说明: 这个程序是用MATLAB编写得一个灰度共生矩阵特征及其一些参数得计算,希望对大家有用。(The MATLAB program is written, a GLCM features and some of the parameters was calculated, and I hope useful.)
- 2011-02-20 11:30:11下载
- 积分:1
-
802.11Security
Beginning with an introduction to 802.11b in general, 802.11 Security gives you a broad basis in theory and practice of wireless security, dispelling some of the myths along the way. In doing so, they provide you with the technical grounding required to think about how the rest of the book applies to your specific needs and situations. If you are a network, security, or systems engineer, or anyone interested in deploying 802.11b--based systems, you ll want this book beside you every step of the way.(Beginning with an introduction to 802.11b in general, 802.11 Security gives you a broad basis in Theor y and practice of wireless security, dispelling some of the myths along the way. In do ing so, they provide you with the technical grounding r equired to think about how the rest of the book ap plies to your specific needs and situations. If you are a network, security, or systems engineer, or anyone interested in deploying 802.11b--ba sed systems. you ll want this book beside you every step of the way.)
- 2006-06-07 15:38:38下载
- 积分:1
-
xiaobobianhuan
GUI系统进行小波变换,能够将图像进行适当的压缩。(Wavelet transform GUI system, an image can be appropriately compressed.)
- 2014-01-26 10:17:50下载
- 积分:1
-
Digitalsignalprocessing
由MATLAB软件编写的数字信号处理实现示例(Prepared by the MATLAB software, digital signal processing implementation example)
- 2010-05-14 14:44:08下载
- 积分:1
-
MATLAB-examples
MATLAB例子20个左右 适合新手学习从易到难 循序渐进 很不错 欢迎大家下载!(MATLAB example 20 or so for a novice to learn from easy to difficult gradual nice welcome to download!)
- 2014-08-11 21:47:59下载
- 积分: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
-
C_andMATLAB
C_与MATLAB混合编程(英文版),讲解如何用C与MATLAB的混合编程运用。(C_ mixed with the MATLAB programming (English))
- 2009-05-28 13:32:43下载
- 积分:1
-
MyRearch
包含matlab及C++对图像的基本操作,如:边缘提取,配准等等(Contains matlab and C++ the basic operation of the image, such as: edge detection, registration, etc.)
- 2012-04-16 19:39:18下载
- 积分:1