亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Vector

Vector類是在java中可以實(shí)現(xiàn)自動(dòng)增長的對象數(shù)組,Vector在C++標(biāo)準(zhǔn)模板庫中的部分內(nèi)容,它是一個(gè)多功能的,能夠操作多種數(shù)據(jù)結(jié)構(gòu)和算法的模板類和函數(shù)庫。
  • 基于(英蓓特)STM32V100的看門狗程序

    This example shows how to update at regulate period the WWDG counter using theEarly Wakeup interrupt (EWI). The WWDG timeout is set to 262ms, refresh window set to 41h and the EWI isenabled. When the WWDG counter reaches 40h the EWI is generated and in the WWDGISR the counter is refreshed to prevent a WWDG reset and led connected to PC.07is toggled.The EXTI line9 is connected to PB.09 pin and configured to generate an interrupton falling edge.In the NVIC, EXTI line9 to 5 interrupt Vector is enabled with priority equal to 0and the WWDG interrupt Vector is enabled with priority equal to 1 (EXTI IT > WWDG IT). The EXTI Line9 will be used to simulate a software failure: once the EXTI line9event occurs (by pressing Key push-button on EVAL board) the correspondent interruptis served, in the ISR the led connected to PC.07 is turned off and the EXTI line9pending bit is not cleared. So the CPU will execute indefinitely EXTI line9 ISR andthe WWDG ISR will never be entered(WWDG counter not updated). As result, when theWWDG counter falls to 3Fh the WWDG reset occurs.If the EXTI line9 event don抰 occurs the WWDG counter is indefinitely refreshed inthe WWDG ISR which prevent from WWDG reset. If the WWDG reset is generated, after resuming from reset a led connected to PC.06is turned on. In this example the system is clocked by the HSE(8MHz).

    標(biāo)簽: V100 STM 100 32V

    上傳時(shí)間: 2013-11-11

    上傳用戶:gundamwzc

  • XAPP503-針對Xilinx器件的SVF和XSVF文件格式

    This application note provides users with a general understanding of the SVF and XSVF fileformats as they apply to Xilinx devices. Some familiarity with IEEE STD 1149.1 (JTAG) isassumed. For information on using Serial Vector Format (SVF) and Xilinx Serial Vector Format(XSVF) files in embedded programming applications

    標(biāo)簽: Xilinx XAPP XSVF 503

    上傳時(shí)間: 2015-01-02

    上傳用戶:時(shí)代將軍

  • 賽靈思電機(jī)控制開發(fā)套件簡介(英文版)

      The power of programmability gives industrial automation designers a highly efficient, cost-effective alternative to traditional motor control units (MCUs)。 The parallel-processing power, fast computational speeds, and connectivity versatility of Xilinx® FPGAs can accelerate the implementation of advanced motor control algorithms such as Field Oriented Control (FOC)。   Additionally, Xilinx devices lower costs with greater on-chip integration of system components and shorten latencies with high-performance digital signal processing (DSP) that can tackle compute-intensive functions such as PID Controller, Clark/Park transforms, and Space Vector PWM.   The Xilinx Spartan®-6 FPGA Motor Control Development Kit gives designers an ideal starting point for evaluating time-saving, proven, motor-control reference designs. The kit also shortens the process of developing custom control capabilities, with integrated peripheral functions (Ethernet, PowerLink, and PCI® Express), a motor-control FPGA mezzanine card (FMC) with built-in Texas Instruments motor drivers and high-precision Delta-Sigma modulators, and prototyping support for evaluating alternative front-end circuitry.

    標(biāo)簽: 賽靈思 電機(jī)控制 開發(fā)套件 英文

    上傳時(shí)間: 2013-10-28

    上傳用戶:wujijunshi

  • 基于EKF的異步電機(jī)直接轉(zhuǎn)矩控制系統(tǒng)

    為了提高直接轉(zhuǎn)矩控制(DTC)系統(tǒng)定子磁鏈估計(jì)精度,降低電流、電壓測量的隨機(jī)誤差,提出了一種基于擴(kuò)展卡爾曼濾波(EKF)實(shí)現(xiàn)異步電機(jī)轉(zhuǎn)子位置和速度估計(jì)的方法。擴(kuò)展卡爾曼濾波器是建立在基于旋轉(zhuǎn)坐標(biāo)系下由定子電流、電壓、轉(zhuǎn)子轉(zhuǎn)速和其它電機(jī)參量所構(gòu)成的電機(jī)模型上,將定子電流、定子磁鏈、轉(zhuǎn)速和轉(zhuǎn)子角位置作為狀態(tài)變量,定子電壓為輸入變量,定子電流為輸出變量,通過對磁鏈和轉(zhuǎn)速的閉環(huán)控制提高定子磁鏈的估計(jì)精度,實(shí)現(xiàn)了異步電機(jī)的無速度傳感器直接轉(zhuǎn)矩控制策略,仿真結(jié)果驗(yàn)證了該方法的可行性,提高了直接轉(zhuǎn)矩的控制性能。 Abstract:  In order to improve the Direct Torque Control(DTC) system of stator flux estimation accuracy and reduce the current, voltage measurement of random error, a novel method to estimate the speed and rotor position of asynchronous motor based on extended Kalman filter was introduced. EKF was based on d-p axis motor and other motor parameters (state Vector: stator current, stator flux linkage, rotor angular speed and position; input: stator voltage; output: staror current). EKF was designed for stator flux and rotor speed estimation in close-loop control. It can improve the estimated accuracy of stator flux. It is possible to estimate the speed and rotor position and implement asynchronous motor drives without position and speed sensors. The simulation results show it is efficient and improves the control performance.

    標(biāo)簽: EKF 異步電機(jī) 直接轉(zhuǎn)矩 控制系統(tǒng)

    上傳時(shí)間: 2015-01-02

    上傳用戶:qingdou

  • C++作業(yè)

    C++作業(yè),實(shí)現(xiàn)Vector

    標(biāo)簽:

    上傳時(shí)間: 2015-01-21

    上傳用戶:亞亞娟娟123

  • Rainbow is a C program that performs document classification usingone of several different methods,

    Rainbow is a C program that performs document classification usingone of several different methods, including naive Bayes, TFIDF/Rocchio,K-nearest neighbor, Maximum Entropy, Support Vector Machines, Fuhr sProbabilitistic Indexing, and a simple-minded form a shrinkage withnaive Bayes.

    標(biāo)簽: classification different document performs

    上傳時(shí)間: 2015-03-03

    上傳用戶:希醬大魔王

  • 最新的支持向量機(jī)工具箱

    最新的支持向量機(jī)工具箱,有了它會(huì)很方便 1. Find time to write a proper list of things to do! 2. Documentation. 3. Support Vector Regression. 4. Automated model selection. REFERENCES ========== [1] V.N. Vapnik, "The Nature of Statistical Learning Theory", Springer-Verlag, New York, ISBN 0-387-94559-8, 1995. [2] J. C. Platt, "Fast training of support Vector machines using sequential minimal optimization", in Advances in Kernel Methods - Support Vector Learning, (Eds) B. Scholkopf, C. Burges, and A. J. Smola, MIT Press, Cambridge, Massachusetts, chapter 12, pp 185-208, 1999. [3] T. Joachims, "Estimating the Generalization Performance of a SVM Efficiently", LS-8 Report 25, Universitat Dortmund, Fachbereich Informatik, 1999.

    標(biāo)簽: 支持向量機(jī) 工具箱

    上傳時(shí)間: 2013-12-16

    上傳用戶:亞亞娟娟123

  • java語言中的系統(tǒng)類

    java語言中的系統(tǒng)類,包括String類、 StringBuffer類、 Vector類、 Data類、 Random類

    標(biāo)簽: java 語言

    上傳時(shí)間: 2013-12-20

    上傳用戶:dsgkjgkjg

  • 數(shù)據(jù)挖掘算法

    數(shù)據(jù)挖掘算法,support Vector machine算法源代碼,用于分類

    標(biāo)簽: 數(shù)據(jù)挖掘算法

    上傳時(shí)間: 2015-04-11

    上傳用戶:561596

  • 一個(gè)神經(jīng)網(wǎng)絡(luò)工具箱

    一個(gè)神經(jīng)網(wǎng)絡(luò)工具箱,包括Support Vector Machine等。

    標(biāo)簽: 神經(jīng)網(wǎng)絡(luò) 工具箱

    上傳時(shí)間: 2015-05-09

    上傳用戶:wmwai1314

主站蜘蛛池模板: 莒南县| 兴城市| 通山县| 分宜县| 界首市| 纳雍县| 江达县| 军事| 松潘县| 大足县| 无锡市| 洛川县| 新疆| 南木林县| 霍山县| 永泰县| 西乌珠穆沁旗| 西藏| 开平市| 盐池县| 台中市| 天柱县| 山丹县| 醴陵市| 云和县| 皋兰县| 云南省| 娱乐| 漠河县| 海城市| 郴州市| 龙川县| 东兴市| 南郑县| 全南县| 怀宁县| 麟游县| 游戏| 喜德县| 兰溪市| 浑源县|