CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - inner loop

搜索资源列表

  1. pmsm3_1

    4下载:
  2. 本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的采集是通过编码器获得。是一个不可多得矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍! -this program from the company's Web site TI program, its function is through the traditional vector c
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1001776
    • 提供者:徐克
  1. pmsm3_2

    1下载:
  2. 本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的获得是靠滑模自适应算法求得。是一个不可多得无速度传感器矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍! -this program from the company's Web site TI program, its function is through the traditional
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:1053090
    • 提供者:徐克
  1. datadraw3.0.8.tar

    0下载:
  2. DataDraw is an ultra-fast persistent database for high performance programs written in C. It s so fast that many programs keep all their data in a DataDraw database, even whi le being manipulated in inner loop s of compute intensive appl icatio
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:710274
    • 提供者:balife
  1. Genetic-Algorithm

    0下载:
  2. 压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出-Compressed within a collection of some of the commonly used C# 7 kinds of genetic algorithms is mainl
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:21624
    • 提供者:罗云峰
  1. ad

    0下载:
  2. 程序中第一个for语句中又嵌套了一个for语句组成了双重循环。外循环控制逐行处理,并把每行的第0列元素赋予l。进入内循环后,把l与后面各列元素比较,并把比l大者赋予l。内循环结束时l 即为该行最大的元素,然后把l值赋予b[i]。等外循环全部完成时,数组b中已装入了a各行中的最大值。后面的两个 for语句分别输出数组a和数组b。-Procedures for the first statement and a nested for statement composition of a double
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2766
    • 提供者:lili
  1. tone

    0下载:
  2. This example uses the AIC23 codec module of the 6713 DSK Board Support Library to generate a 1KHz sine wave on the audio outputs for 5 seconds.The sine wave data is pre-calculated in an array called sinetable. The codec operates at 48KHz by default.
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:117666
    • 提供者:xpert
  1. zhuanjuzhuangsucilianshiliangkongzhi

    1下载:
  2. 带转矩内环的转速磁链闭环矢量控制仿真系统,大家共同学习-The speed with torque inner loop flux vector control simulation system, we learn together
  3. 所属分类:matlab

    • 发布日期:2016-08-08
    • 文件大小:14724
    • 提供者:张莹
  1. shuanfa2

    0下载:
  2. 求图的任两结点间的距离,(2) 用二维数组存放C和A ,C是原成本矩阵,A 是求出的距离矩阵 (3) 算法采用三重循环,其中最外层的循环变量必须代表中间结点,中层的循环变量代表头结点而内层循环变量代表尾结点。 (4) 试着把三层循环变量的顺序作些改变,最外层的循环变量仍代表中间结点,而中层循环变量代表尾结点,内层循环变量代表头结点。把两种做法所得结果作比较,看结果是否相同 (5) 显示结果要清晰易懂 (6) 本题运行结果 -Order to map any of the di
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:955152
    • 提供者:lixiang
  1. ga

    0下载:
  2. 本压缩包内收集了一些C#常用的7种遗传算法,这些算法主要是保存超个体的基本遗传算法、仿生双倍体遗传算法、人工双倍体遗传算法、保存历史最优解的遗传算法、保存历史最优解的仿生双倍体遗传算法等,另外,对随机数的产生机制进行了优化,在内层循环中也能产生高质量的随机数。部分功能可通过源码爱好者测试截图中看出,这里不再详述。-The compression bag to collect some C# commonly used seven kinds of genetic algorithms is pr
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:27734
    • 提供者:mayi789
  1. quick

    0下载:
  2. quick sort is the most popular sorting algorithm. Its virtue is that it sorts in-place (even though it s a recursive algorithm) and that it usually is very fast. On reason for its speed is that its inner loop is very short and can be optimized very w
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-04-08
    • 文件大小:547
    • 提供者:sereen
  1. Reconfigurable-flight-control

    0下载:
  2. 精密控制结构需要满足先进飞机的使命和对其引航的要求。这就要求飞行器的性能必须满足在低空飞行,低速飞行和大迎角攻击性飞行,全天候,昼夜工作的条件,并且新的控制技术应该成熟。这项工作提出了飞行控制时,状态变量和控制输入是由预先确定的限制范围内的系统控制系统的设计理念。在设计过程使用动态规划的概念。其基本思想涉及非二次泛函最小化。由于一系列限制因素,建议使用光滑函数。同时提出了该综合方法的优点。我们利用对F-18战斗机的纵向控制配置来说明该设计方法。-Indirect adaptive control
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:2045954
    • 提供者:zhouyang
  1. power_brushlessDCmotor

    0下载:
  2. A three-phase motor rated 1 kW, 500 Vdc, 3000 rpm is fed by a six step voltage inverter. The inverter is a MOSFET bridge of the SimPowerSystems™ library. A speed regulator is used to control the DC bus voltage. The inverter gates signals are pro
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11927
    • 提供者:jurifa
  1. cheng-fa-biao

    0下载:
  2. 利用嵌套的循环输出九九乘法表,外层循环控制行数,内层循环控制当前行的输出。-Output of multiplication table using nested loops, the outer loop control lines, the inner loop controls the output of the current line.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:21582
    • 提供者:
  1. APFC

    1下载:
  2. 有源功率因素校正APFC电路,采用电压外环+电流内环控制策略。经验证可很好实现功能-Active Power Factor Correction APFC circuit voltage outer the+ current inner loop control strategy. Proven good functions
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:9710
    • 提供者:stone
  1. 3KW-eV-net-design

    1下载:
  2. 利用TMS320LF240系列,采用有效值外环、瞬时值内环的控制方法来保证逆变器良好的输出波形-The TMS320LF240 series, using the effective value of the outer ring and the instantaneous value of the inner loop control method to ensure that the inverter output waveform
  3. 所属分类:software engineering

    • 发布日期:2017-11-27
    • 文件大小:1615758
    • 提供者:alex.xu
  1. spwm

    0下载:
  2. 双闭环PWM整流器,外环功率控制内环直接电流控制-Double-loop PWM rectifier, the outer loop power control inner loop direct current control
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:6227
    • 提供者:suozhiwen
  1. 1

    0下载:
  2. bp_innerloop.m Inner loop of the backpropagtion learning algorithm. One hidden layer. Uses tanh as the transfer function. Uses the following global variables for input and/or output: Inputs1 - input patterns Desired - desired outp
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:4381
    • 提供者:Spy Agent
  1. quickSort

    0下载:
  2. 快速排序是由东尼·霍尔所发展的一种排序算法。在平均状况下,排序 n 个项目要Ο(n log n)次比较。在最坏状况下则需要Ο(n2)次比较,但这种状况并不常见。事实上,快速排序通常明显比其他Ο(n log n) 算法更快,因为它的内部循环(inner loop)可以在大部分的架构上很有效率地被实现出来。-Quicksort is developed by the East Ni Huoer a sorting algorithm. In the average case, sort n item
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:203159
    • 提供者:Guangge
  1. rs232

    0下载:
  2. 51单片机延时函数 外层循环n次 内层循环110次-51 single delay function of the outer loop n times the inner loop 110
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1628
    • 提供者:wu schurmi
  1. inner loop coding for state space

    0下载:
  2. its a matlab code for inner loop controller for buck converter through state space
  3. 所属分类:matlab例程

« 12 3 4 »
搜珍网 www.dssz.com