-
SVM
采用SVM高斯核,对样本进行分类,输入训练集和测试集,输出SVM分类准确率,采用10折交叉验证(This matlab code uses the SVM(support Vector Machine)to classify, and as the same time it uses the cross validation mathod.)
- 2020-12-17 20:59:13下载
- 积分:1
-
PNN
概率神经网络(Probabilistic Neural Network)是由D.F.Speeht博士在1989年首先提出,是径向基网络的一个分支,属于前馈网络的一种。它具有如下优点:学习过程简单、训练速度快;分类更准确,容错性好等。从本质上说,它属于一种有监督的网络分类器,基于贝叶斯最小风险准则。(The rate neural network, first proposed in 1989, is a branch of the RBF network and is one of the feedforward networks. It has the following advantages: the learning process is simple, the training speed is fast, the classification is more accurate, the fault tolerance is good, and so on. In essence, it belongs to a supervised network classifier based on Bayesian minimum risk criteria.)
- 2018-01-05 17:32:11下载
- 积分:1
-
EngineeringMatlabProgramming
Matlab book Engineering Matlab Programming Engineering Matlab Programming
- 2009-03-19 19:59:24下载
- 积分:1
-
DigitalImageProcessing-3
Digital Image Processing Using Matlab Additional Material
- 2011-05-27 22:32:16下载
- 积分:1
-
fuzzycmeans
Magnetic resonance (MR) images can be used to detect lesions in the brains of multiple sclerosis (MS)
patients and is essential for diagnosing the disease and monitoring its progression. An automatic method is
presented for segmentation of MS lesions in multispectral MR images. Firstly a PD-w image is subtracted its
corresponding T1-w image to get an image in which the cerebral spinal fluid (CSF) is enhanced. Then based on
kernel fuzzy c-means (KFCM) algorithm, the enhanced image and the corresponding T2-w image are segmented
respectively to extract the CSF region and the CSF combining MS lesions region. A raw MS lesions image is
obtained by subtracting the CSF region CSF combining MS region. By applying median filter and
thresholding to the raw image, the MS lesions are detected finally. Results are quantitatively uated on
BrainWeb images using Dice similarity coefficient (DSC). Finally, the potential of the method as well as its
limitations are discussed.
- 2014-12-28 01:45:09下载
- 积分:1
-
xiaobobaochengxu
小波包降噪、提取能量特征值,用于振动信号处理、故障诊断等。里面有经典的例子,供大家学习(Extract the energy eigenvalues for vibration, wavelet packet de-noising, signal processing, fault diagnosis. There are classic examples, for everyone to learn)
- 2020-12-25 17:29:05下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1
-
Circuit-Analysis-I-with-MATLAB-Computing-and-Simu
Circuit Analysis I with MATLAB Computing and Simulink - SimPowerSystems Modeling Mar 2009
- 2012-02-06 23:34:24下载
- 积分:1
-
采用小波进行图像消噪
数字图像在产生过程中经常会受到噪音污染。因此,对于数字图像应该对其进行去噪音处理。在传统的基于傅里叶变换的信号去噪音方法中,可以使得信号和噪音的频带重叠部分尽可能的小,这样就可以在频域通过时,不需改变滤波方法而将信号和噪音分隔开来。但是,如果信号和噪音的频域重合时,用该方法进行噪音处理的效果就比较差。(digital image in the selection process will be subject to regular noise pollution. Therefore, the digital image should be carried out to deal with the noise. Based on the traditional Fourier Transform method of signal to noise, can result in a signal and noise bands overlap small as possible, so it can be adopted in the frequency domain, the need to change methods of filtering the signal and noise to separate. However, if the signal and noise in the frequency domain coincidence, the method for dealing with the effects of noise on the relatively poor.)
- 2005-07-12 11:28:35下载
- 积分:1
-
example_clock
说明: Matlab擦除重绘动画——时钟演示,包含时针、分针和秒针,日期。(Matlab Erasemode redraw animation- Clock )
- 2011-04-13 17:03:42下载
- 积分:1