登录
首页 » matlab » WordRecognition_Matlab

WordRecognition_Matlab

于 2015-03-14 发布 文件大小:656KB
0 244
下载积分: 1 下载次数: 2

代码说明:

  Word recognition matlab

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

发表评论

0 个回复

  • BDDocDownloaderv20100620_20100919
    智能天线示例代码,请一定要上载质量高而且本站没有的源码。请一定要上载质量高而且本站没有的源码。(Smart antenna sample code, be sure to upload high quality and this site does not source. Be sure you want to upload high quality and this site does not source code.)
    2012-05-27 22:14:41下载
    积分:1
  • PWM-parameter-tuning
    应用 Ma t l a b / S i mu l i n k仿真研究了这种整流器系统的三、c参数和 P I 调节器参数对直流侧电压响应及交流侧谐波与功率因数的影响,提出了一套简单易行、规范化 的设计和参数整定方法。(Ma tlab/S i mu link simulation research of this rectifier system, c parameter and the PI regulator parameters on the response of DC voltage and AC-side harmonic and power factor, a simple, standardized design and parameter tuning.)
    2012-07-26 18:00:24下载
    积分:1
  • MieCoated
    用Mie理论计算双层粒子的散射角——散射光强曲线 1.RB1.m 计算第一类Ricatti-Bessel函数的函数 2.RB2.m 计算第二类Ricatti-Bessel函数的函数 3. Alegendr.m 计算角函数 和 的函数 4. MieCoeff.m 计算包覆粒子米尔系数的函数 5. Amp.m 计算散射光复振幅的函数 6. MieIntensity.m 画包覆粒子散射角-光强图 (Mie theory calculations using double-particle scattering angle- scattering intensity curve 1. RB1.m calculate the first class Ricatti-Bessel function of the function 2. RB2.m calculate the second category Ricatti-Bessel function of the function 3. Alegendr.m computing angle functions and function 4. MieCoeff.m coated particles Mill coefficient calculation function 5. Amp.m calculate the scattering amplitude recovery function 6. MieIntensity.m painting coated particle scattering angle- light intensity diagram)
    2013-10-05 14:40:22下载
    积分:1
  • random
    随机游走类似布朗运动,就是随机的向各个方向走吧。 虽然代码没什么技术含量,不过产生的图像实在太漂亮了,所以还是贴上来吧。 产生的图像:(Similar to Brownian motion random walk, is random and go in all directions. Although the code is no technical content, but the resulting image is too beautiful, so it is still Tieshanglai it. graphics layer.)
    2014-12-22 11:41:50下载
    积分:1
  • system_error_rate_change(G)
    这个MATLAB例程是系统误码率变化仿真(The MATLAB routine changes in the system simulation of bit error rate)
    2010-09-29 21:47:22下载
    积分:1
  • AlphaBlending
    讲解使用Alpha Blending的方式来实现伪运动模糊的效果(Use Alpha Blending explain the way to achieve the effect of pseudo motion blur)
    2010-11-17 23:18:13下载
    积分:1
  • MyEntropy
    说明:  计算香浓信息熵,方便快捷的matlab代码,可以简单直接调用(Calculated Shannon information entropy, convenient matlab code can be simple and direct calls)
    2010-03-26 15:04:24下载
    积分:1
  • toushi_offset
    应用MATLAB仿真平台根据图像偏移量实现图像的透视变换(MATLAB simulation platform perspective transformation of the image according to the image offset)
    2013-03-13 10:18:48下载
    积分:1
  • MexCDF-toolbox
    我看到网上很多雷达信号处理的人都想从IPIX网站上下载数据,可是却没有MexCDF toolbox ,今天我把它上载,百分之白能用,里面有详细的安装步骤,可以在matlab7到matlab2012上使用。(I see online many radar signal processing wants to download data from the IPIX website, but did not MexCDF toolbox I upload per cent of white can be used, which has detailed installation steps, in matlab7 to matlab2012 to use.)
    2012-11-12 18:18:39下载
    积分:1
  • 101259378luv_rgb_yuv_lab_space_convert(2)
    Convert a color image between color representations. B = COLORSPACE(S,A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = dest<-src , or alternatively, S = src->dest . Supported color spaces are RGB R G B Red Green Blue (ITU-R BT.709 gamma-corrected) YPbPr Luma (ITU-R BT.601) + Chroma YCbCr / YCC Luma + Chroma ("digitized" version of Y PbPr) YUV NTSC PAL Y UV Luma + Chroma YIQ NTSC Y IQ Luma + Chroma YDbDr SECAM Y DbDr Luma + Chroma JPEGYCbCr JPEG-Y CbCr Luma + Chroma HSV / HSB Hue Saturation Value/Brightness HSL / HLS / HSI Hue Saturation Luminance/Intensity XYZ CIE XYZ Lab CIE L*a*b* (CIELAB) Luv CIE L*u*v* (CIELUV) Lch CIE L*ch (CIELCH)(Convert a color image between color representations. B = COLORSPACE (S, A) converts the color representation of image A where S is a string specifying the conversion. S tells the source and destination color spaces, S = ' dest <-src' , or alternatively, S = ' src-> dest' . Supported color spaces are ' RGB' R' G' B ' Red Green Blue (ITU-R BT.709 gamma-corrected)' YPbPr ' Luma (ITU-R BT.601 )+ Chroma ' YCbCr' /' YCC' Luma+ Chroma ( " digitized" version of Y' PbPr) ' YUV' NTSC PAL Y' UV Luma+ Chroma ' YIQ' NTSC Y' IQ Luma+ Chroma ' YDbDr' SECAM Y ' DbDr Luma+ Chroma ' JPEGYCbCr' JPEG-Y' CbCr Luma+ Chroma ' HSV' /' HSB' Hue Saturation Value/Brightness' HSL ' /' HLS ' /' HSI ' Hue Saturation Luminance/Intensity' XYZ ' CIE XYZ' Lab ' CIE L* a* b* (CIELAB)' Luv ' CIE L* u* v* (CIELUV)' Lch ' CIE L* ch (CIE)
    2009-04-13 10:24:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载