本文是以數(shù)位訊號(hào)處理器DSP(Digital Singal Processor)之核心架構(gòu)為主體的數(shù)位式溫度控制器開(kāi)發(fā),而其主要分為硬體電路與軟體程式兩部分來(lái)完成。而就硬體電路來(lái)看分為量測(cè)電路模組、DSP周邊電路及RS232通訊模組、輸出模組三個(gè)部分,其中在輸出上可分為電流輸出、電壓輸出以及binary command給加熱驅(qū)動(dòng)裝置, RS232 除了可以與PC聯(lián)絡(luò)外也可以與具有CPU的熱能驅(qū)動(dòng)器做命令傳輸。在計(jì)畫(huà)中分析現(xiàn)有工業(yè)用加熱驅(qū)動(dòng)裝置和溫度曲線的關(guān)係,並瞭解其控制情況。軟體方面即是溫控器之中央處理器程式,亦即DSP控制程式,其中包括控制理論、感測(cè)器線性轉(zhuǎn)換程式、I/O介面及通訊協(xié)定相關(guān)程式。在控制法則上,提出一個(gè)新的加熱體描述模型,然後以前饋控制為主並輔以PID控制,得到不錯(cuò)的控制結(jié)果。
標(biāo)簽: Processor Digital Singal DSP
上傳時(shí)間: 2013-12-24
上傳用戶:zjf3110
jSearch - turns search Engines into FIND engines - Programming in JAVA Copyright (C) 1999-2009 Hunt Lin This program is free software you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation either version 2 of the License, or(at your option) any later version. This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theGNU General Public License for more details. You should have received a copy of the GNU General Public Licensealong with this program if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Also add information on how to contact you by electronic and paper mail.
標(biāo)簽: Programming Copyright jSearch Engines
上傳時(shí)間: 2017-02-10
上傳用戶:qoovoop
學(xué)習(xí)javascript的好資料! 第一講 JavaScript語(yǔ)言概況 第二講 JavaScript基本數(shù)據(jù)結(jié)構(gòu) 第三講 JavaScript程序構(gòu)成 第四講 基于對(duì)象的JavaScript語(yǔ)言 第五講 創(chuàng)建新對(duì)象 第六講 使用內(nèi)部對(duì)象系統(tǒng) 第七講 窗口及輸入輸出 第八講 WEB頁(yè)面信息交互 第九講 實(shí)現(xiàn)更復(fù)雜交互
標(biāo)簽: JavaScript javascript 語(yǔ)言 數(shù)據(jù)結(jié)構(gòu)
上傳時(shí)間: 2014-01-06
上傳用戶:努力努力再努力
EE小站,詳細(xì)介紹,J-Link GDB Server + Eclipse CDT進(jìn)行ARM程序調(diào)試
標(biāo)簽:
上傳時(shí)間: 2017-02-16
上傳用戶:heart520beat
Instead of finding the longest common subsequence, let us try to determine the length of the LCS. Then tracking back to find the LCS. Consider a1a2…am and b1b2…bn. Case 1: am=bn. The LCS must contain am, we have to find the LCS of a1a2…am-1 and b1b2…bn-1. Case 2: am≠bn. Wehave to find the LCS of a1a2…am-1 and b1b2…bn, and a1a2…am and b b b b1b2…bn-1 Let A = a1 a2 … am and B = b1 b2 … bn Let Li j denote the length of the longest i,g g common subsequence of a1 a2 … ai and b1 b2 … bj. Li,j = Li-1,j-1 + 1 if ai=bj max{ L L } a≠b i-1,j, i,j-1 if ai≠j L0,0 = L0,j = Li,0 = 0 for 1≤i≤m, 1≤j≤n.
標(biāo)簽: the subsequence determine Instead
上傳時(shí)間: 2013-12-17
上傳用戶:evil
數(shù)據(jù)結(jié)構(gòu)與程序設(shè)計(jì)——C++語(yǔ)言描述(影印版)習(xí)題的答案 【作 者】Robert L.Kruse,Alexander J.Ryba
標(biāo)簽: Robert Kruse 數(shù)據(jù)結(jié)構(gòu) 程序設(shè)計(jì)
上傳時(shí)間: 2017-03-04
上傳用戶:lgnf
【問(wèn)題描述】 設(shè)計(jì)一個(gè)利用哈夫曼算法的編碼和譯碼系統(tǒng),重復(fù)地顯示并處理以下項(xiàng)目,直到選擇退出為止。 【基本要求】 (1)初始化:鍵盤(pán)輸入字符集大小n、n個(gè)字符和n個(gè)權(quán)值,建立哈夫曼樹(shù); (2)編碼:利用建好的哈夫曼樹(shù)生成哈夫曼編碼; (3)輸出編碼; (4)設(shè)字符集及頻度如下表: 字符:A B C D E F 頻度:4 9 23 2 17 15 字符:G H I J K 頻度:1 2 3 3 4
上傳時(shí)間: 2017-03-07
上傳用戶:qwe1234
八皇后游戲的說(shuō)明: 問(wèn)題的提出:八皇后是個(gè)古老而有趣的游戲,是由高斯于1850年首先提出的。 要求在國(guó)際象棋的棋盤(pán)上放置八個(gè)皇后,使其不能相互攻擊,即任意兩個(gè)皇后不能處于 棋盤(pán)的同一行、同一列和同一條對(duì)角線上。試問(wèn)有多少種放法? 基本思想是:先把皇后放在(0,0)位置,然后把1號(hào)皇后放在(1,j)位置, 使其滿足要求。接著放2號(hào)皇后,依此類推。遇到某個(gè)皇后如把她無(wú)論放在該行的任意 位置均不滿足要求,則前一個(gè)皇后放置不當(dāng),須重新放置前一皇后,如8個(gè)皇后均按要 求放置好,這就是一次成功的擺法。
標(biāo)簽:
上傳時(shí)間: 2013-12-17
上傳用戶:hanli8870
設(shè)某物質(zhì)有m個(gè)產(chǎn)地,n個(gè)銷地,如果以 aij 表示由第 i 個(gè)產(chǎn)地銷往第 j 個(gè)銷地的數(shù)量,則這類物質(zhì)的調(diào)運(yùn)方案,可用一個(gè)數(shù)表表示如下
標(biāo)簽:
上傳時(shí)間: 2013-12-21
上傳用戶:yuanyuan123
direct soud java jmf direct soud java jmfdirect soud java jmfv direct soud java jmf direct soud java jmf direct soud java jmf
標(biāo)簽: direct soud java jmf
上傳時(shí)間: 2017-03-24
上傳用戶:dongbaobao
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1