-
K-means-and-Perceptron
该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.(Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to classify 40 sets of data with the training of the perceptron algorithm, and then using the trained discriminant function The remaining 10 sets of data classification, and finally with the original classification poor comparison, if the classification is correct, then the whole show.)
- 2012-07-28 12:59:45下载
- 积分:1
-
AC_AC_Voltage_regulator_circuit
经典单相交交变换电路仿真,基于matlab7.1(Classic single-phase AC conversion circuit simulation, based on matlab7.1)
- 2013-08-27 17:56:26下载
- 积分:1
-
pca
PCA based Feature Extraction and Matching
- 2014-10-29 00:05:37下载
- 积分:1
-
digital-filter
matlab设计的数字滤波器,有巴特沃斯,切比雪夫1,切比雪夫2,椭圆四种,分别都有高通,低通,带通几种,天津工业大学课程设计(matlab digital filter design, there Butterworth, Chebyshev 1, Chebyshev 2, oval four, each of which has a high-pass, low-pass, band-pass several, Tianjin Polytechnic University curriculum design)
- 2013-12-10 11:28:27下载
- 积分:1
-
[space]MATLABcommand
说明: [航天]MATLAB命令大全,[航天]MATLAB命令大全([Space] MATLAB command Guinness, [space] MATLAB command Guinness)
- 2008-12-02 14:18:16下载
- 积分:1
-
23123145
matlab教程和有关通信仿真的示例以及详细解释,学习通信仿真的可以看看。(matlab tutorials and examples of communication simulation and detailed explanation, learning communication simulation can see.)
- 2015-03-27 11:11:01下载
- 积分:1
-
1
matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
plane-wave-
用平面波展开法计算二维声子晶体带隙,里面附有注释,可以学习(With two-dimensional plane wave expansion method to calculate the phononic band gap, which is annotated, you can learn)
- 2021-04-20 10:08:50下载
- 积分:1
-
EXTPRINCIPLE
The M-files that are in the folders "Operations," "Extension Principle," and "Plotting" are all keyed
into a specific chapter of the book Uncertain Rule-Based Fuzzy Logic Systems: Introduction and
New Directions, by Jerry M. Mendel, and published by Prentice-Hall, 2000.
There are also some miscellaneous M-files.
- 2013-12-19 15:51:32下载
- 积分:1
-
beiten
利用matlab写成的窄带噪声发生,含噪脉冲信号进行相关检测,包括数据分析、绘图等等。( Using matlab written narrowband noise occurs, Noisy pulse correlation detection signal, Data analysis, plotting, etc..)
- 2016-09-30 10:24:34下载
- 积分:1