虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

meanS

  • 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd

    1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smdk2443\smdk2443.bat file set BSP_EVT1=1 -> set BSP_EVT1= In smdk2443\src\inc\bsp_cfg.h file #define EVT1 -> #define EVT0 2. Default system tick mode is changed. The value is fixed tick. Fixed tick meanS that tick interrupt is occurred every 1ms. Variable tick meanS that timer interrupt period is changed when power mode is in idle. For changing to variable tick In smdk2443\src\inc\bsp_cfg.h file #define FIXEDTICK -> #define VARTICK In smdk2443\src\Common\Timer\Sources file SOURCES= timer_fixedtick.c watchdog.c -> SOURCES= timer_vartick.c watchdog.c

    标签: EVT0 followings BSP support

    上传时间: 2014-01-27

    上传用户:fnhhs

  • OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented i

    OTSU Gray-level image segmentation using Otsu s method. Iseg = OTSU(I,n) computes a segmented image (Iseg) containing n classes by meanS of Otsu s n-thresholding method (Otsu N, A Threshold Selection Method from Gray-Level Histograms, IEEE Trans. Syst. Man Cybern. 9:62-66 1979). Thresholds are computed to maximize a separability criterion of the resultant classes in gray levels. OTSU(I) is equivalent to OTSU(I,2). By default, n=2 and the corresponding Iseg is therefore a binary image. The pixel values for Iseg are [0 1] if n=2, [0 0.5 1] if n=3, [0 0.333 0.666 1] if n=4, ... [Iseg,sep] = OTSU(I,n) returns the value (sep) of the separability criterion within the range [0 1]. Zero is obtained only with images having less than n gray level, whereas one (optimal value) is obtained only with n-valued images.

    标签: OTSU segmentation Gray-level segmented

    上传时间: 2017-04-24

    上传用户:yuzsu

  • Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the

    Servomotors are available as AC or DC motors. Early servomotors were generally DC motors because the only type of control for large currents was through SCRs for many years. As transistors became capable of controlling larger currents and switching the large currents at higher frequencies, the AC servomotor became used more often. Early servomotors were specifically designed for servo amplifiers. Today a class of motors is designed for applica-tions that may use a servo amplifier or a variable-frequency controller, which meanS that a motor may be used in a servo system in one application, and used in a variable-frequency drive in another application. Some companies also call any closed-loop system that does not use a stepper motor a servo system, so it is possible for a simple AC induction motor that is connected to a velocity controller to be called a servomotor.

    标签: motors Servomotors servomotors available

    上传时间: 2014-08-10

    上传用户:源码3

  • This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM.

    This project features a full-hardware sound compressor using the well known algorithm: IMA ADPCM. The core acts as a slave WISHBONE device. The output is perfectly compatible with any sound player with the IMA ADPCM codec (included by default in every Windows). Includes a testbench that takes an uncompressed PCM 16 bits Mono WAV file and outputs an IMA ADPCM compressed WAV file. Compression ratio is fixed for IMA-ADPCM, being 4:1. PLEASE NOTICE THAT THIS CORE IS LICENSED UNDER http://creativecommons.org/licenses/by-nc-sa/3.0/ (Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported). That meanS you may use it only for NON-COMMERCIAL purposes.

    标签: full-hardware compressor algorithm features

    上传时间: 2014-01-14

    上传用户:Shaikh

  • The main function of the traffic detection system is to examine the speed, the flow, the vehicle typ

    The main function of the traffic detection system is to examine the speed, the flow, the vehicle type and the lane occupancy of the motor vehicles. The method based on ARM embedded system in this paper provides a new meanS for the traffic detection system research.

    标签: the detection function examine

    上传时间: 2013-12-18

    上传用户:busterman

  • Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or

    Rotation tool, totates a single image contained in HANDLE.HANDLE can be a handle to figure, axes, or image object. This GUI is a pure imitation of ROTATEGUI from Birju Patel and uses some code from that function. However, it has extended functionalities and was re-writen using R13 syntax. Which meanS that it can be compiled with the V3.x compiler.

    标签: HANDLE contained Rotation totates

    上传时间: 2017-07-28

    上传用户:han_zh

  • The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the ave

    The radially averaged power spectrum (RAPS) is the direction-independent mean spectrum, i.e. the average of all possible directional power spectra. This function computes and plots the RAPS of an input image. The function was written to produce the RAPS for square weather radar reflectivity images so you will have to relabel the plot axes and title to suit your needs. The radially averaged power spectrum provides a convenient meanS to view and compare information contained in 2D spectra in 1D

    标签: spectrum direction-independent i.e. the

    上传时间: 2013-12-17

    上传用户:watch100

  • Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Lan

    Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which meanS that the strength of a chatterbot could be directly measured by the quality of the output selected by the Bot in response to the user. By the previous description,we could deduce that a very basic chatterbot can be written in a few lines of code in a given specific programming language. Lets make our first chatterbot (notice that all the codes that will be used in this tutorial will be written in C++. Also, it is assumed that the reader is familiar wih the STL library)

    标签: chatterbot Basicaly computer Natural

    上传时间: 2017-07-30

    上传用户:小宝爱考拉

  • 通过对聚类分析及其算法的论述

    通过对聚类分析及其算法的论述,从多个方面对这些算法性能进行比较,同时以儿童生长发育时期的数据为例通过聚类分析的软件和改进的K-meanS算法来进一步阐述聚类分析在数据挖掘中的实践应用。

    标签: 聚类分析 算法

    上传时间: 2017-08-08

    上传用户:Altman

  • Some time ago, I stated in another article that I d take the idea of location broadcasting and devel

    Some time ago, I stated in another article that I d take the idea of location broadcasting and develop a mobile solution as a follow-up. The problem back then was I had no meanS to get location data off of a cell phone, or a way to make it useful. My, how times have changed since then! In this article, I ll demonstrate how to get your phone s GPS coordinates…

    标签: broadcasting location another article

    上传时间: 2013-12-25

    上传用户:李梦晗