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

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

automatically

  • Features a unique program to estimate the power spectral density. The spectrum containing all signif

    Features a unique program to estimate the power spectral density. The spectrum containing all significant details is calculated from a time series model. Model type as well as model order are determined automatically from the data, using statistical criteria. Robust estimation algorithms and order selection criteria are used to obtain reliable results. Unlike in FFT analysis, where the experimenter has to set the amount of smoothing of the raw FFT, the right level of detail is assessed using the data only.

    標簽: containing Features estimate spectral

    上傳時間: 2014-02-09

    上傳用戶:daguda

  • Matlab 畫三維立體圖形

    Matlab 畫三維立體圖形 The aim of geom3d library is to handle and visualize 3D geometric primitives such as points, lines, planes, polyhedra... It provides low-level functions for manipulating 3D geometric primitives, making easier the development of more complex geometric algorithms.      Some features of the library are:   - creation of various shapes (3D points, 3D lines, planes, polyhedra...)     through an intuitive syntax.      Ex: createPlane(p1, p2, p3) to create a plane through 3 points.     - derivation of new shapes: intersection between 2 planes, intersection between     a plane and a line, between a sphere and a line...   - functions for 3D polygons and polyhedra. Polyhedra use classical vertex-faces     arrays (face array contain indices of vertices), and support faces with any     number of vertices. Some basic models are provided (createOctaedron,     createCubeoctaedron...), as well as some computation (like faceNormal or     centroid)      - manipulation of planar transformation. Ex.:     ROT = createRotationOx(THETA);     P2  = transformPoint3d(P1, ROT);     - direct drawing of shapes with specialized functions. Clipping is performed      automatically for infinite shapes such as lines or rays. Ex:     drawPoint3d([50 50 25; 20 70 10], 'ro');    % draw some points     drawLine3d([X0 Y0 Z0 DX DY DZ]);            % clip and draw straight line Some functions require the geom2d package.       Additional help is provided in geom3d/Contents.m file, as well as summary files     like 'points3d.m' or 'lines3d.m'.

    標簽: Matlab 畫三維立體圖形

    上傳時間: 2015-11-02

    上傳用戶:A1321

  • Deploying+Raspberry+Pi+in+the+Classroom

    The Raspberry Pi has become a computing phenomenon. This single-board miniature computer, first released in February 2012 by the Raspberry Pi Foundation, has grown into a series of nearly a dozen models that have sold a total of more than 10 million units in five years. Inexpensive to buy and to run, Raspberry Pi computers are great for enthusiasts, good for games, and fun for children. Raspberry Pi computers are also terrific in the classroom, enabling you to put on each desk an easily-manageable computer on which students can do everything from learning Internet use and essential office software skills, through grasping programming basics in an easy-to-learn format, to performing full-on programming in Python, Java, C, and other languages. Better yet, you can install all the software needed for those activities automatically alongside the operating system.

    標簽: Deploying Classroom Raspberry the Pi in

    上傳時間: 2020-06-06

    上傳用戶:shancjb

  • Machine learning

    Machine learning is about designing algorithms that automatically extract valuable information from data. The emphasis here is on “automatic”, i.e., machine learning is concerned about general-purpose methodologies that can be applied to many datasets, while producing something that is mean- ingful. There are three concepts that are at the core of machine learning: data, a model, and learning.

    標簽: learning Machine

    上傳時間: 2020-06-10

    上傳用戶:shancjb

  • 基于TMS320F2812 光伏并網發電模擬裝置PROTEL設計原理圖+PCB+軟件源碼+WORD論

    基于TMS320F2812 光伏并網發電模擬裝置PROTEL設計原理圖+PCB+軟件源碼+WORD論文文檔,硬件采用2層板設計,PROTEL99SE 設計的工程文件,包括完整的原理圖和PCB文件,可以做為你的學習設計參考。 摘要:本文實現了一個基于TMS320F2812 DSP芯片的光伏并網發電模擬裝置,采用直流穩壓源和滑動變阻器來模擬光伏電池。通過TMS320F2812 DSP芯片ADC模塊實時采樣模擬電網電壓的正弦參考信號、光伏電池輸出電壓、負載電壓電流反饋信號等。經過數據處理后,用PWM模塊產生實時的SPWM 波,控制MOSFET逆變全橋輸出正弦波。本文用PI控制算法實現了輸出信號對給定模擬電網電壓的正弦參考信號的頻率和相位跟蹤,用恒定電壓法實現了光伏電池最大功率點跟蹤(MPPT),從而達到模擬并網的效果。另外本裝置還實現了光伏電池輸出欠壓、負載過流保護功能以及光伏電池輸出欠壓、過流保護自恢復功能、聲光報警功能、孤島效應的檢測、保護與自恢復功能。系統測試結果表明本設計完全滿定設計要求。關鍵詞:光伏并網,MPPT,DSP  Photovoltaic Grid-connected generation simulator Zhangyuxin,Tantiancheng,Xiewuyang(College of Electrical Engineering, Chongqing University)Abstract: This paper presents a photovoltaic grid-connected generation simulator which is based on TMS320F2812 DSP, with a DC voltage source and a variable resistor to simulate the characteristic of photovoltaic cells. We use the internal AD converter to real-time sampling the referenced grid voltage signal, outputting voltage of photovoltaic, feedback outputting voltage and current signal. The PWM module generates SVPWM according to the calculation of the real-time sampling data, to control the full MOSFET inverter bridge output sine wave. We realized that the output voltage of the simulator can track the frequency and phase of the referenced grid voltage with PI regulation, and the maximum photovoltaic power tracking with constant voltage regulation, thereby achieved the purpose of grid-connected simulation. Additionally, this device has the over-voltage and over-current protection, audible and visual alarm, islanding detecting and protection, and it can recover automatically. The testing shows that our design is feasible.Keywords: Photovoltaic Grid-connected,MPPT,DSP 目錄引言 11. 方案論證 11.1. 總體介紹 11.2. 光伏電池模擬裝置 11.3. DC-AC逆變橋 11.4. MOSFET驅動電路方案 21.5. 逆變電路的變頻控制方案 22. 理論分析與計算 22.1. SPWM產生 22.1.1. 規則采樣法 22.1.2. SPWM 脈沖的計算公式 32.1.3. SPWM 脈沖計算公式中的參數計算 32.1.4. TMS320F2812 DSP控制器的事件管理單元 42.1.5. 軟件設計方法 62.2. MPPT的控制方法與參數計算 72.3. 同頻、同相的控制方法和參數計算 8

    標簽: tms320f2812 光伏 并網發電 模擬 protel pcb

    上傳時間: 2021-11-02

    上傳用戶:

  • PW4055_2.0.pdf規格書下載

    The PW4055 is a complete constant-current /constant-voltage linear charger for single cell lithiumion batteries.Its ThinSOT package and low external component count make the PW4055 ideallysuited for portable applications.Furthermore, the PW4055 is specifically designed to work within USBpower specifications.The PW4055 No external sense resistor is needed, and no blocking diode is required due to theinternal MOSFET architecture.Thermal feedback regulates the charge current to limit the dietemperature during high power operation or high ambient temperature. The charge voltage is fixedat 4.2V, and the charge current can be programmed externally with a single resistor. The PW4055automatically terminates the charge cycle when the charge current drops to 1/10th the programmedvalue after the final float voltage is reached. When the input supply (wall adapter or USB supply) isremoved, the PW4055 automatically enters a low current state, dropping the battery drain currentto less than 2μA. The PW4055 can be put into shutdown mode, reducing the supply current to 25μA.The BAT pin has a 7KV ESD(HBM) capability. Other features include charge current monitor, undervoltage lockout, automatic recharge and a status pin to indicate charge termination and the presenceof an input voltage

    標簽: pw4055

    上傳時間: 2022-02-11

    上傳用戶:jason_vip1

  • 樂華驅動板 NT68676

    M.NT68676.2A is a monitor control board, which is suitable for Asia-Pacific market. It can supportLED/LCD panels which resolution is up to 2048×1152.M.NT68676.2A can synchronize with computer automatically. Synchronization requires thesynchronous signal which horizontal and vertical sync are separated.M.NT68676.2A can support dynamic contrast control, headphone input and Digital volume controlsimultaneously.

    標簽: 樂華驅動板

    上傳時間: 2022-03-13

    上傳用戶:kent

  • 基于AT89C52的農業溫濕度智能控制系統設計

    設計了農業溫濕度智能控制系統,該系統采用DHT11溫濕度傳感器作為溫濕度采集模塊,單片機選用AT89C52代替并調用Virtual terminal模擬串口通信,LCD1604液晶顯示器實時顯示溫濕度,實現了溫濕度的測量、顯示,可自動控制加熱、降溫、加濕、通風,實現溫濕度控制以及超限報警處理,并利用Proteus與Keil進行實際電路的仿真。試驗表明,該系統實現了可靠的溫濕度監控。We described the design of an intelligent control system of agriculture temperature and humidity.The system uses DHT11 temperature and humidity sensor as the temperature and humidity acquisition module.The SCM adopts AT89C52 to replace and call the virtual terminal for simulating serial communication.LCD1604 displays temperature and humidity in real time,which implements the measurement and display of temperature and humidity.The system is able to automatically control heating,cooling,humidification and ventilation,to achieve temperature and humidity control and over-limit alarm processing.The system also uses Proteus and Keil for actual circuit simulation.The experiment shows that the system is capable of reliable temperature and humidity monitoring.

    標簽: at89c52 溫濕度智能控制系統

    上傳時間: 2022-03-26

    上傳用戶:aben

主站蜘蛛池模板: 泾源县| 吉林省| 台东县| 泰宁县| 清原| 馆陶县| 化德县| 建瓯市| 德令哈市| 河西区| 芜湖县| 保康县| 黄石市| 东安县| 通州市| 台前县| 河南省| 卓尼县| 织金县| 海伦市| 木兰县| 贵定县| 凤台县| 蕲春县| 和平区| 那曲县| 时尚| 隆化县| 二手房| 通江县| 石河子市| 永福县| 华阴市| 青神县| 子长县| 宁武县| 安远县| 天全县| 平武县| 乐至县| 顺平县|