-
waveletthresholddenoising
基于MATLAB的小波阈值去噪方法的研究(其中包括软阈值方法,硬阈值方法,广义小波阈值函数,自适应特征阈值等方法的代码)(MATLAB-based wavelet threshold denoising (including soft-thresholding method, hard threshold method, generalized wavelet thresholding function, adaptive threshold methods such as feature code))
- 2010-07-30 16:08:20下载
- 积分:1
-
zsy
说明: 非线性自适应的算法及其仿真实验,包含仿真实验报告,代码目录以及代码说明。(Nonlinear adaptive algorithm and its simulation results, the report contains the simulation, code directory and the code description.)
- 2010-04-18 11:23:01下载
- 积分:1
-
Genetic-Algorithm
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。(GA (Genetic Algorithm) is a simulation of Darwinian theory of evolution by natural selection and genetic mechanism of biological evolution of the computing model is a natural evolutionary process by simulating the optimal solution search method, which originally developed by the University of Michigan J.Holland Professor in 1975 first proposed and published an influential monograph " Adaptation in Natural and Artificial Systems" , GA This name was gradually known, J.Holland raised by Professor GA is usually simple genetic algorithm (SGA ).)
- 2013-07-21 17:19:22下载
- 积分:1
-
QAM
通信中应用的16QAM的仿真 在AWGN信道下的仿真 误码率等(Communication 16QAM application of simulation in the AWGN channel bit error rate simulation)
- 2010-03-10 09:13:47下载
- 积分:1
-
bimodal-noise
在复杂的电子系统中,影响信号接收的很多噪声为非高斯噪声,这些噪声是没有预料到的,以致破坏了接收机的功能,研究表明:这些噪声可以看成双模噪声,双模噪声从整体上讲属于非高斯噪声。(In complex electronic systems, many of the signal received by a non-Gaussian noise, the noise is not anticipated, resulting in damage to the receiver function, research shows that: the noise can be regarded as dual-mode noise, dual-mode noise As a whole is non-Gaussian noise.)
- 2011-04-30 17:21:27下载
- 积分:1
-
OpenCV_zh
OpenCV的全称是:Open Source Computer Vision Library。OpenCV是一个基于(开源)发行的跨平台计算机视觉库,可以运行在Linux、Windows和Mac OS操作系统上。它轻量级而且高效——由一系列 C 函数和少量 C++ 类构成,同时提供了Python、Ruby、MATLAB等语言的接口,实现了图像处理和计算机视觉方面的很多通用算法。(OpenCV s full name is: Open Source Computer Vision Library. OpenCV is based on (open) issued a cross-platform computer vision library, you can run on Linux, Windows and Mac OS operating systems. It is lightweight and efficient-++ class is composed of a series of C functions and a few C, while providing an interface to Python, Ruby, MATLAB and other languages , to achieve a lot of generic algorithm for image processing and computer vision.)
- 2014-01-17 11:15:09下载
- 积分:1
-
MATLAB
只需修改路径,就可处理txt文件心电数据,要求此心电数据必须是R波的横坐标,可画散点图,密度图等(use the matlab to process the ECG data,detect the R-point.)
- 2010-03-04 16:37:56下载
- 积分:1
-
1
说明: 本程序实现多模态故障检测与故障诊断,用的方法是LPP_GMM_FJ,GMM是用的FJ算法,效果很好(This procedure realize multimodal, fault detection and fault diagnosis method is LPP_GMM_FJ, GMM FJ algorithm is used, the effect is very good
)
- 2013-08-31 15:47:05下载
- 积分:1
-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
matlab114
入门基本操作,给大家一个简单的介绍,以此来了解matlab(Getting Started Basic Operations)
- 2013-09-21 21:55:50下载
- 积分:1