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

交流调速<b>系统</b>

  • 使用ICCAVR编辑

    使用ICCAVR编辑,实现直流电机的控制和调速,配合MCU2使用,之间用串口调试

    标签: ICCAVR 编辑

    上传时间: 2014-07-01

    上传用户:努力努力再努力

  • niosPWM可以在SOPC builder中实现PWM功能的自定制

    niosPWM可以在SOPC builder中实现PWM功能的自定制,通过PWM口可实现对电机的调速。

    标签: niosPWM builder SOPC PWM

    上传时间: 2014-08-27

    上传用户:chenbhdt

  • 一个单片机控制直流电机的程序

    一个单片机控制直流电机的程序,可以调速、控制起停

    标签: 单片机控制 直流电机 程序

    上传时间: 2015-10-30

    上传用户:cc1015285075

  • 一个单片机控制步进电机的小程序

    一个单片机控制步进电机的小程序,可以调速

    标签: 单片机控制 步进电机 程序

    上传时间: 2014-01-15

    上传用户:exxxds

  • 关于SVPWM的调制方法介绍

    关于SVPWM的调制方法介绍,适用于电机调速、电力电子变换等各种场合

    标签: SVPWM 调制

    上传时间: 2014-01-04

    上传用户:541657925

  • CCS 启动、停止按键控制

    CCS 启动、停止按键控制,指示灯指示,电位器0-1500调速

    标签: CCS 按键控制

    上传时间: 2014-07-16

    上传用户:wys0120

  • 无刷直流电动机的开环运行程序

    无刷直流电动机的开环运行程序,电机为方波运行,内含PWM调速功能

    标签: 无刷直流电动机 开环 运行程序

    上传时间: 2013-12-23

    上传用户:wuyuying

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    标签: represented integers group items

    上传时间: 2016-01-17

    上传用户:jeffery

  • 步进电机是机电控制中一种常用的执行机构

    步进电机是机电控制中一种常用的执行机构,它的用途是将电脉冲转化为角位移,通俗地说:当步进驱动器接收到一个脉冲信号,它就驱动步进电机按设定的方向转动一个固定的角度(及步进角)。通过控制脉冲个数即可以控制角位移量,从而达到准确定位的目的;同时通过控制脉冲频率来控制电机转动的速度和加速度,从而达到调速的目的。

    标签: 步进电机 机电控制 机构

    上传时间: 2016-01-23

    上传用户:hphh

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    标签: converts Toolbox complex logical

    上传时间: 2016-02-12

    上传用户:a673761058