登录
首页 » matlab » fruit_classification

fruit_classification

于 2010-06-10 发布 文件大小:1152KB
0 138
下载积分: 1 下载次数: 45

代码说明:

  fruit classification using neural networks and multilayer perceptrons with matlab

文件列表:

fruit_classification
....................\1.txt,5,2008-03-14
....................\10.txt,5,2008-03-14
....................\2.txt,6,2008-03-14
....................\3.txt,6,2008-03-14
....................\4.txt,4,2008-03-14
....................\5.txt,6,2008-03-14
....................\6.txt,5,2008-03-14
....................\7.txt,6,2008-03-14
....................\8.txt,4,2008-03-14
....................\9.txt,6,2008-03-14
....................\add.m,1252,2008-03-14
....................\block diagram and flow chart.doc,71680,2008-03-13
....................\block diagram and flow chart1.doc,44544,2008-10-13
....................\classify.m,3058,2008-03-14
....................\closeprogram.m,103,2008-03-14
....................\feature_extraction.m,947,2008-03-14
....................\fruit_classification
....................\....................\1.txt,5,2008-03-14
....................\....................\10.txt,5,2008-03-14
....................\....................\2.txt,6,2008-03-14
....................\....................\3.txt,6,2008-03-14
....................\....................\4.txt,4,2008-03-14
....................\....................\5.txt,6,2008-03-14
....................\....................\6.txt,5,2008-03-14
....................\....................\7.txt,6,2008-03-14
....................\....................\8.txt,4,2008-03-14
....................\....................\9.txt,6,2008-03-14
....................\....................\add.m,1252,2008-03-14
....................\....................\block diagram and flow chart.doc,71680,2008-03-13
....................\....................\block diagram and flow chart1.doc,44544,2008-10-13
....................\....................\classify.m,3058,2008-03-14
....................\....................\closeprogram.m,103,2008-03-14
....................\....................\feature_extraction.m,947,2008-03-14
....................\....................\main.m,6929,2010-05-22
....................\....................\menu.fig,1876,2008-03-14
....................\....................\menu.m,5198,2008-03-14
....................\....................\numTF.txt,5,2008-03-15
....................\....................\object classification system.doc,71680,2008-11-16
....................\....................\pca.m,4223,2008-03-14
....................\....................\target.txt,520,2008-03-15
....................\....................\temp





....................\....................\....\5.bmp,35480,2008-03-14
....................\....................\....\6.bmp,55296,2008-03-14
....................\....................\....\7.bmp,46880,2008-03-14
....................\....................\....\8.bmp,43480,2008-03-14
....................\....................\....\9.bmp,34480,2008-03-14
....................\....................\test

....................\....................\....\1.bmp.txt,750,2008-03-14

....................\....................\....\10.bmp.txt,750,2008-03-15

....................\....................\....\2.bmp.txt,750,2008-03-14

....................\....................\....\3.bmp.txt,750,2008-03-14

....................\....................\....\4.bmp.txt,750,2008-03-14
....................\....................\....\5.bmp,35480,2008-03-14
....................\....................\....\5.bmp.txt,750,2008-03-14
....................\....................\....\6.bmp,55296,2008-03-14
....................\....................\....\6.bmp.txt,750,2008-03-14
....................\....................\....\7.bmp,46880,2008-03-14
....................\....................\....\7.bmp.txt,750,2008-03-15
....................\....................\....\8.bmp,43480,2008-03-14
....................\....................\....\8.bmp.txt,750,2008-03-14
....................\....................\....\9.bmp,34480,2008-03-14
....................\....................\....\9.bmp.txt,750,2008-03-14
....................\....................\train





....................\....................\.....\5.bmp,35480,2008-03-14
....................\....................\.....\6.bmp,55296,2008-03-14
....................\....................\.....\7.bmp,46880,2008-03-14
....................\....................\.....\8.bmp,43480,2008-03-14
....................\....................\.....\9.bmp,34480,2008-03-14
....................\....................\train.m,1521,2008-03-14
....................\....................\train.txt,7520,2008-03-15
....................\main.m,7142,2008-03-15
....................\menu.fig,1876,2008-03-14
....................\menu.m,5198,2008-03-14
....................\numTF.txt,5,2008-03-15
....................\object classification system.doc,71680,2008-11-16
....................\pca.m,4223,2008-03-14
....................\target.txt,520,2008-03-15
....................\temp





....................\....\5.bmp,35480,2008-03-14

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • computerwork_2
    2. 设 是窄带信号,定义 是在 区间上均匀分布的随机相位。 是寬带信号,它是一个零均值、方差为1的白噪音信号e(n)激励一个线性滤波器而产生,其差分方程为 。 1) 计算 和 各自的自相关函数,并画出其函数图形。根据此选择合适的延时,以实现谱线增强。 2) 产生一个 序列。选择合适的 值。让 通过谱线增强器。画出输出信号 和误差信号e(n)的波形,并分别与 和 比较。 (Computer Experiments: 1. Consider an AR process x(n) defined by the difference equation where v(n) is an additive white noise of zero mean and variance .The AR parameters and are both real valued: a) Calculate the noise variance such that the AR process x(n) has unit variance .Hence , generate different realization of the process x (n). b) Given the input x (n), an LMS filter of length M = 2 is used to estimate the unknown AR parameters and . The step size is assigned the value 0.05. Compute and plot the ensemble average curve of and by averaging the value of parameters and over an ensemble of 100 different realization of the filter. Calculate the time constant according to the experiment results and compare with the corresponded theoretical value. c) For one realization of the LMS filter, compute the prediction error And the two tap-weight errors and Using power spectral plots of , show that)
    2020-06-28 19:40:01下载
    积分:1
  • face-detection
    Face Detection using adaboost algorithm.....................
    2011-10-14 19:39:05下载
    积分:1
  • pls
    一个很好用得基于MATLAB的偏最小二乘回归得程序。(A good use of the MATLAB based on a partial least-squares regression procedures.)
    2008-06-04 07:58:08下载
    积分:1
  • AM-demodulation
    说明:  AM调制解调的M文件,实现简单的AM调制以及解调,可求频谱(AM demodulation M files, achieve simple AM modulation and demodulation, may ask the spectrum )
    2011-04-08 08:51:12下载
    积分:1
  • spectra
    Spectra is made using simple mathematics
    2013-04-04 18:22:21下载
    积分:1
  • m_file
    this is source seperation matlab code
    2013-09-19 05:39:49下载
    积分:1
  • Friction-induced-vibration
    线弹性介质中摩擦力-振动相互关系研究,供动力学研究之用(Friction-induced vibration in linear elastic media with distributed contacts)
    2013-12-28 22:03:55下载
    积分:1
  • Rayleigh-fading
    验证了多径效应与瑞利衰落,分别测试了10、100、500、1000条路径下的衰落情况。(Verify the effect of multipath Rayleigh fading, were tested under the fading paths 10,100,500,1000 situation.)
    2011-04-25 20:18:50下载
    积分:1
  • MELCEPST
    MATLAB下计算Mel倒谱的函数,在语音特征提取方面常用(Mel cepstrum calculated under MATLAB functions used in the speech feature extraction)
    2010-05-31 14:24:38下载
    积分:1
  • drawfunction
    绘制不同函数曲线的用户界面。 调节函数,坐标范围和网格(Draw a different function curve user interface. Adjustment function, range and grid coordinates)
    2011-06-23 11:11:27下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载