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

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

xx-Example-Software-Package-fo-ke

  • P90CL301 I2C driver routines

    This application note shows how to write an Inter Integrated Circuit bus driver (I²C) for the Philips P90CL301micro-controller.It is not only an example of writing a driver, but it also includes a set of application interface software routines toquickly implement a complete I²C multi-master system application.For specific applications the user will have to make minimal changes in the driver program. Using the drivermeans linking modules to your application software and including a header-file into the application sourceprograms. A small example program of how to use the driver is listed.The driver supports i.a. polled or interrupt driven message handling, slave message transfers and multi-mastersystem applications. Furthermore, it is made suitable for use in conjunction with real time operating systems, likepSOS+.

    標簽: routines driver P90 301

    上傳時間: 2013-11-23

    上傳用戶:weixiao99

  • MATLAB與PSpice數據接口技術

    摘 要 瞬態仿真領域的許多工作需要獲得可視化數據, 仿真電路不能將輸出參數繪制成圖形時研究工作將受到很大影響. 而權威電路仿真軟件PSpice 在這個方面不盡如人意. 本文提出了一種有效的解決辦法: 通過MATLAB 編程搭建一個PSpice 與MATLAB 的數據接口,使PSpice輸出數據文件可以導入到MATLAB中繪制圖形. 這令我們能夠很方便地獲得數據的規律以有效地分析仿真結果, 這項技術對于教學和工程實踐都有比較實際的幫助.關鍵詞: 瞬態仿真 仿真程序 PSpice MATLAB 可視化數據The Data Transfer from Pspice to MATLABWu hao Ning yuanzhong Liang yingAbstract Many works in the area of transient simulation has shown how a emulator such asPSpice can be interfaced to an control analysis package such as MATLAB to get viewdata. Thepaper describes how such interfaces can be made using the MATLAB programming. The platformas a typical platform will solve the problem that PSpice software sometimes can not draw the datato a picture. It can make us find the rule from numerous data very expediently, so we can analyzethe outcome of the simulation. And it also can be used in the field of education.Keywords Transient Simulation Emulator PSpice MATLAB Viewdata1 引言科學研究和工程應用常需要進行電路仿真 PSpice可進行直流 交流 瞬態等基本電路特性分析 也可進行蒙托卡諾 MC 統計分析 最壞情況 Wcase 分析 優化設計等復雜電路特性分析 它是國際上仿真電路的權威軟件 而MATLAB的主要特點有 高效方便的矩陣和數組運算 編程效率高 結構化面向對象 方便的繪圖功能 用戶使用方便 工具箱功能強大 兩者各有著重點 兩種軟件結合應用 對研究工作有很重要的意義香港理工大學Y. S. LEE 等人首先將PSpice和MATLAB結合 開發了電力電子電路優化用的CAD 程序MATSPICE[6] 將兩者相結合的關鍵在于 如何用MATLAB 獲取PSpice的仿真數據 對此參考文獻 6 里沒有詳細敘述 本文著重說明用MATLAB 讀取PSpice仿真數據的具體方法本論文利用MATLAB對PSpice仿真出的數據處理繪制出后者無法得到或是效果不好的仿真圖形 下面就兩者結合使用的例子 進行具體說明

    標簽: MATLAB PSpice 數據 接口技術

    上傳時間: 2013-10-20

    上傳用戶:wuchunzhong

  • XAPP424 - 嵌入式JTAG ACE播放器

    This application note contains a reference design consisting of HDL IP and Xilinx AdvancedConfiguration Environment (ACE) software utilities that give designers great flexibility increating in-system programming (ISP) solutions. In-system programming support allowsdesigners to revise existing designs, package the new bitstream programming files with theprovided software utilities, and update the remote system through the JTAG interface using theEmbedded JTAG ACE Player.

    標簽: XAPP JTAG 424 ACE

    上傳時間: 2013-11-14

    上傳用戶:JIMMYCB001

  • NIOSII用戶定制指令

    With the Altera Nios II embedded processor, you as the system designercan accelerate time-critical software algorithms by adding custominstructions to the Nios II processor instruction set. Using custominstructions, you can reduce a complex sequence of standard instructionsto a single instruction implemented in hardware. You can use this featurefor a variety of applications, for example, to optimize software innerloops for digital signal processing (DSP), packet header processing, andcomputation-intensive applications. The Nios II configuration wizard,part of the Quartus® II software’s SOPC Builder, provides a graphicaluser interface (GUI) used to add up to 256 custom instructions to theNios II processor

    標簽: NIOSII 用戶 定制 指令

    上傳時間: 2013-11-07

    上傳用戶:swing

  • Artech.House_2002_Simulation.and.Software.Radio.for.Mobile.Communications

    通信物理層仿真,有代碼,包括BPSK,QPSK,MSK,GMSK,擴頻等等,Artech.House_2002_Simulation.and.Software.Radio.for.Mobile.Communications。

    標簽: Communications Simulation Software Artech

    上傳時間: 2013-11-01

    上傳用戶:jhksyghr

  • 基于(英蓓特)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).

    標簽: V100 STM 100 32V

    上傳時間: 2013-11-11

    上傳用戶:gundamwzc

  • 怎樣使用Nios II處理器來構建多處理器系統

    怎樣使用Nios II處理器來構建多處理器系統 Chapter 1. Creating Multiprocessor Nios II Systems Introduction to Nios II Multiprocessor Systems . . . . . . . . . . . . . . 1–1 Benefits of Hierarchical Multiprocessor Systems  . . . . . . . . . . . . . . . 1–2 Nios II Multiprocessor Systems . . . . . . . . . . . . . . . . . . . .  . . . . . . . . . . . . . 1–2 Multiprocessor Tutorial Prerequisites   . . . . . . . . . . .  . . . . . . . . . . . . 1–3 Hardware Designs for Peripheral Sharing   . . . . . . . . . . . .. . . . . . . . 1–3 Autonomous Multiprocessors   . . . . . . . . . . . . . . . . . . . . . .  . . . . . . . 1–3 Multiprocessors that Share Peripherals . . . . . . . . . . . . . . . . . . . . . . 1–4 Sharing Peripherals in a Multiprocessor System   . . . . . . . . . . . . . . . . . 1–4 Sharing Memory  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–6 The Hardware Mutex Core  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–7 Sharing Peripherals   . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. . . . . . 1–8 Overlapping Address Space  . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–8 Software Design Considerations for Multiple Processors . . .. . . . . 1–9 Program Memory  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–9 Boot Addresses  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 1–13 Debugging Nios II Multiprocessor Designs  . . . . . . . . . . . . . . . .  1–15 Design Example: The Dining Philosophers’ Problem   . . . . .. . . 1–15 Hardware and Software Requirements . . . . . . . . . . . . . . . .. . . 1–16 Installation Notes  . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–17 Creating the Hardware System   . . . . . . . . . . . . . . .. . . . . . 1–17 Getting Started with the multiprocessor_tutorial_start Design Example   1–17 Viewing a Philosopher System   . . . . . . . . . . . . . . . . . . . . . . . . . . . .  . . 1–18 Philosopher System Pipeline Bridges  . . . . . . . . . . . . . . . . . . . . . 1–19 Adding Philosopher Subsystems   . . . . . . . . . . . . . . . . . . . . . .  . . . . 1–21 Connecting the Philosopher Subsystems  . . . . . . . . . . . . .. . . . . 1–22 Viewing the Complete System . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1–27 Generating and Compiling the System   . . . . . . . . . . . . . . . . . .. 1–28

    標簽: Nios 處理器 多處理器

    上傳時間: 2013-11-21

    上傳用戶:lo25643

  • Nios II定制指令用戶指南

         Nios II定制指令用戶指南:With the Altera Nios II embedded processor, you as the system designer can accelerate time-critical software algorithms by adding custom instructions to the Nios II processor instruction set. Using custom instructions, you can reduce a complex sequence of standard instructions to a single instruction implemented in hardware. You can use this feature for a variety of applications, for example, to optimize software inner loops for digital signal processing (DSP), packet header processing, and computation-intensive applications. The Nios II configuration wizard,part of the Quartus® II software’s SOPC Builder, provides a graphical user interface (GUI) used to add up to 256 custom instructions to the Nios II processor. The custom instruction logic connects directly to the Nios II arithmetic logic unit (ALU) as shown in Figure 1–1.

    標簽: Nios 定制 指令 用戶

    上傳時間: 2013-10-12

    上傳用戶:kang1923

  • XAPP424 - 嵌入式JTAG ACE播放器

    This application note contains a reference design consisting of HDL IP and Xilinx AdvancedConfiguration Environment (ACE) software utilities that give designers great flexibility increating in-system programming (ISP) solutions. In-system programming support allowsdesigners to revise existing designs, package the new bitstream programming files with theprovided software utilities, and update the remote system through the JTAG interface using theEmbedded JTAG ACE Player.

    標簽: XAPP JTAG 424 ACE

    上傳時間: 2013-10-22

    上傳用戶:gai928943

  • 開關電源EMI設計(英文版)

    Integrated EMI/Thermal Design forSwitching Power SuppliesWei ZhangThesis submitted to the Faculty of theVirginia Polytechnic Institute and State Universityin partial fulfillment of the requirements for the degree of Integrated EMI/Thermal Design forSwitching Power SuppliesWei Zhang(ABSTRACT)This work presents the modeling and analysis of EMI and thermal performancefor switch power supply by using the CAD tools. The methodology and design guidelinesare developed.By using a boost PFC circuit as an example, an equivalent circuit model is builtfor EMI noise prediction and analysis. The parasitic elements of circuit layout andcomponents are extracted analytically or by using CAD tools. Based on the model, circuitlayout and magnetic component design are modified to minimize circuit EMI. EMI filtercan be designed at an early stage without prototype implementation.In the second part, thermal analyses are conducted for the circuit by using thesoftware Flotherm, which includes the mechanism of conduction, convection andradiation. Thermal models are built for the components. Thermal performance of thecircuit and the temperature profile of components are predicted. Improved thermalmanagement and winding arrangement are investigated to reduce temperature.In the third part, several circuit layouts and inductor design examples are checkedfrom both the EMI and thermal point of view. Insightful information is obtained.

    標簽: EMI 開關電源 英文

    上傳時間: 2013-11-16

    上傳用戶:萍水相逢

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产精品久久久久一区二区三区| 欧美日韩高清不卡| 欧美另类在线播放| 最近中文字幕mv在线一区二区三区四区| 先锋资源久久| 精品不卡视频| 欧美国产日韩一区二区在线观看| 亚洲精品美女91| 国产欧美精品一区二区色综合| 亚洲精品一区久久久久久| 欧美日韩不卡一区| 久久精品国产一区二区电影| 亚洲精品一区在线观看| 国产一区二区三区四区五区美女| 欧美成人免费全部| 久久狠狠婷婷| 久久久久**毛片大全| 精品二区久久| 国产精品色网| 国产精品大片wwwwww| 欧美精品在线看| 久久久夜夜夜| 久久精品一区| 欧美一区二区女人| 亚洲在线日韩| 亚洲视频在线免费观看| 日韩亚洲欧美精品| 亚洲美女诱惑| 亚洲国产欧美一区二区三区同亚洲| 国产欧美日韩亚洲| 国产精品一区免费观看| 国产精品免费观看在线| 欧美日韩在线一区二区| 欧美精品在线一区二区三区| 久久久久久午夜| 久久九九免费| 久热精品视频在线观看| 久热爱精品视频线路一| 老司机成人在线视频| 麻豆精品国产91久久久久久| 美女性感视频久久久| 蜜桃av一区二区三区| 欧美a一区二区| 欧美亚州韩日在线看免费版国语版| 欧美性片在线观看| 国产一区欧美日韩| 亚洲黄页视频免费观看| 亚洲在线视频免费观看| 久久久久久久性| 欧美区视频在线观看| 国产精品爽爽ⅴa在线观看| 韩国久久久久| 亚洲图片在线观看| 欧美国产激情| 国产日韩精品久久久| 一区二区不卡在线视频 午夜欧美不卡在 | 久久精品最新地址| 欧美韩国一区| 国内精品福利| 日韩午夜在线| 另类尿喷潮videofree| 国产精品成人一区二区| 亚洲国产天堂久久综合网| 久久国产精品72免费观看| 欧美日韩你懂的| 91久久久亚洲精品| 久久综合给合久久狠狠狠97色69| 国产精品家庭影院| 99在线热播精品免费| 久久综合给合| 国内精品久久久久久久影视麻豆| 亚洲手机视频| 欧美日本一区二区三区| 亚洲精品美女91| 欧美激情在线播放| 亚洲日韩第九十九页| 欧美精品一区二区久久婷婷| 国产无一区二区| 久久久久久网| 亚洲国产精品t66y| 蜜臀99久久精品久久久久久软件| 极品裸体白嫩激情啪啪国产精品| 久久精品中文字幕一区| 黄色成人av在线| 老司机精品久久| 亚洲精品久久久蜜桃| 欧美日韩在线观看视频| 亚洲欧美日韩中文视频| 国模精品一区二区三区色天香| 久久av一区二区三区| 亚洲国产精品久久久| 欧美日韩三级视频| 欧美一区影院| 亚洲高清av| 国产精品亚洲一区| 欧美 日韩 国产在线| 亚洲免费在线观看| 影音国产精品| 国产精品久久久久9999吃药| 久久精品国产亚洲精品| 99精品欧美一区| 曰韩精品一区二区| 国产精品护士白丝一区av| 久久久之久亚州精品露出| 亚洲精品网站在线播放gif| 国产精品久久7| 欧美激情一区二区三区全黄| 亚洲欧美制服中文字幕| 欧美日本网站| 久久精品综合一区| 亚洲午夜视频在线| 亚洲三级免费电影| 国产一区二区三区日韩欧美| 欧美日本高清视频| 欧美成人一品| 久久蜜桃资源一区二区老牛 | 午夜伦欧美伦电影理论片| 亚洲精品国产日韩| 一色屋精品视频在线观看网站| 国产区精品视频| 国产情人综合久久777777| 国产精品手机在线| 国产女主播视频一区二区| 国产精品毛片在线| 国产欧美二区| 激情综合五月天| 一区福利视频| 亚洲人成网站在线播| 亚洲美女性视频| 99在线热播精品免费| 亚洲午夜精品视频| 久久国产精品网站| 老司机凹凸av亚洲导航| 免费在线视频一区| 欧美日韩第一区日日骚| 国产精品日韩精品| 黄色精品一区| 亚洲激情电影在线| 中文有码久久| 久久精品久久99精品久久| 麻豆精品在线播放| 国产精品夫妻自拍| 国产一级揄自揄精品视频| 一区在线视频| 亚洲影院一区| 欧美韩国在线| 国精品一区二区| 亚洲一二三区精品| 欧美xxx在线观看| 欧美日韩黄色大片| 国自产拍偷拍福利精品免费一| 99在线精品视频| 另类天堂av| 精品av久久久久电影| 亚洲一区二区在线| 欧美日韩免费高清| 亚洲人成绝费网站色www| 久久久激情视频| 国产精品激情偷乱一区二区∴| 91久久夜色精品国产网站| 久久永久免费| 国产一级一区二区| 性色av香蕉一区二区| 国产精品v欧美精品v日韩 | 性久久久久久| 国产精品欧美日韩一区| 在线性视频日韩欧美| 欧美日本视频在线| 一区二区三区久久久| 国产精品成人一区二区三区吃奶| 日韩网站在线| 国产精品v日韩精品| 亚洲一区二区三区高清| 国产精品久久久久免费a∨| 午夜激情亚洲| 国产一区二区精品丝袜| 久久免费精品视频| 激情综合网激情| 欧美刺激午夜性久久久久久久| 亚洲激情偷拍| 国产精品久久久久久久浪潮网站 | 欧美在线视频网站| 国产专区一区| 欧美激情精品久久久久久久变态 | 欧美极品一区| 亚洲每日在线| 国产区日韩欧美| 久久久九九九九| 亚洲欧洲偷拍精品| 欧美午夜免费影院| 久久婷婷亚洲| 亚洲一区久久久| 亚洲成人直播| 欧美精品系列| 久久久福利视频| 亚洲一区二区在线视频| 国产综合欧美在线看| 欧美日韩专区在线| 免费日韩精品中文字幕视频在线| 亚洲欧美区自拍先锋|