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

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

SIGNAL

  • C++ Algorithms for Digital SIGNAL Processing 第4章 濾波器程序

    C++ Algorithms for Digital SIGNAL Processing 第4章 濾波器程序

    標簽: Algorithms Processing Digital SIGNAL

    上傳時間: 2013-08-01

    上傳用戶:eeworm

  • 利用Allegro進行差分信號(Differential SIGNAL)在高速電路設計需要注意的問題

    差分信號(Differential SIGNAL)在高速電路設計中的應用越來越廣泛,差分線大多為電路中最關鍵的信號,差分線布線的好壞直接影響到PCB板子信號質量。

    標簽: Differential Allegro SIGNAL 差分信號

    上傳時間: 2013-09-04

    上傳用戶:jennyzai

  • Input SIGNAL Rise and Fall Tim

    All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, however, is very small, and can not be properly used in anapplication to suppress SIGNAL noise, and to shape slow rising/falling input transitions.Thus, it must be taken care that rising/falling input SIGNALs pass the undefined area of theTTL-specification between VIL and VIH with a sufficient rise/fall time, as generally usualand specified for TTL components (e.g. 74LS series: gates 1V/us, clock inputs 20V/us).The effect of the implemented Schmitt-Trigger is that even if the input SIGNAL remains inthe undefined area, well defined low/high levels are generated internally. Note that allinput SIGNALs are evaluated at specific sample points (depending on the input and theperipheral function connected to it), at that SIGNAL transitions are detected if twoconsecutive samples show different levels. Thus, only the current level of an input SIGNALat these sample points is relevant, that means, the necessary rise/fall times of the inputSIGNAL is only dependant on the sample rate, that is the distance in time between twoconsecutive evaluation time points. If an input SIGNAL, for instance, is sampled throughsoftware every 10us, it is irrelevant, which input level would be seen between thesamples. Thus, it would be allowable for the SIGNAL to take 10us to pass through theundefined area. Due to the sample rate of 10us, it is assured that only one sample canoccur while the SIGNAL is within the undefined area, and no incorrect transition will bedetected. For inputs which are connected to a peripheral function, e.g. capture inputs, thesample rate is determined by the clock cycle of the peripheral unit. In the case of theCAPCOM unit this means a sample rate of 400ns @ 20MHz CPU clock. This requiresinput SIGNALs to pass through the undefined area within these 400ns in order to avoidmultiple capture events.For input SIGNALs, which do not provide the required rise/fall times, external circuitry mustbe used to shape the SIGNAL transitions.In the attached diagram, the effect of the sample rate is shown. The numbers 1 to 5 in thediagram represent possible sample points. Waveform a) shows the result if the inputSIGNAL transition time through the undefined TTL-level area is less than the time distancebetween the sample points (sampling at 1, 2, 3, and 4). Waveform b) can be the result ifthe sampling is performed more than once within the undefined area (sampling at 1, 2, 5,3, and 4).Sample points:1. Evaluation of the SIGNAL clearly results in a low level2. Either a low or a high level can be sampled here. If low is sampled, no transition willbe detected. If the sample results in a high level, a transition is detected, and anappropriate action (e.g. capture) might take place.3. Evaluation here clearly results in a high level. If the previous sample 2) had alreadydetected a high, there is no change. If the previous sample 2) showed a low, atransition from low to high is detected now.

    標簽: SIGNAL Input Fall Rise

    上傳時間: 2013-10-23

    上傳用戶:copu

  • 用系統調用SIGNAL()讓父進程捕捉鍵盤上來的中斷信號(按Ctrl-C鍵);當捕捉到中斷信號后

    用系統調用SIGNAL()讓父進程捕捉鍵盤上來的中斷信號(按Ctrl-C鍵);當捕捉到中斷信號后,父進程用系統調用kill()向兩個子進程發出信號,子進程捕捉到信號后分別輸出下列信息后終止:  Child Process 1 is Killed by Parent!  Child Process 2 is Killed by Parent! 父進程等待兩個子進程終止后,輸出如下的信息后終止: Parent Process is Killed!

    標簽: SIGNAL Ctrl-C 中斷 信號

    上傳時間: 2015-02-27

    上傳用戶:ywqaxiwang

  • 實時信號處理((eWiley) Real-Time Digital SIGNAL Processing)很好的教材

    實時信號處理((eWiley) Real-Time Digital SIGNAL Processing)很好的教材

    標簽: Processing Real-Time Digital eWiley

    上傳時間: 2014-01-18

    上傳用戶:Late_Li

  • Generation of a Sine Wave Using a TMS320C54x Digital SIGNAL Processor

    Generation of a Sine Wave Using a TMS320C54x Digital SIGNAL Processor

    標簽: Generation Processor Digital SIGNAL

    上傳時間: 2015-03-04

    上傳用戶:asdkin

  • 文章描述了TMS320C6000 digital SIGNAL processors (DSPs)的CPU結構、管道技術、指令系統.

    文章描述了TMS320C6000 digital SIGNAL processors (DSPs)的CPU結構、管道技術、指令系統.

    標簽: processors digital SIGNAL C6000

    上傳時間: 2015-03-15

    上傳用戶:wangdean1101

  • "DIGITAL SIGNAL PROCESSING WITH C AND THE TMS32 0C30"一書的附帶程序

    "DIGITAL SIGNAL PROCESSING WITH C AND THE TMS32 0C30"一書的附帶程序,幾乎包括所有數字信號處理的基本算法,很不錯的源程序,可以加深對數字信號處理的理解

    標簽: PROCESSING DIGITAL SIGNAL 0C30

    上傳時間: 2015-03-17

    上傳用戶:asddsd

  • 關于matlab與digital SIGNAL的幾個源程序。具體內容請自己下載看!

    關于matlab與digital SIGNAL的幾個源程序。具體內容請自己下載看!

    標簽: digital matlab SIGNAL 源程序

    上傳時間: 2015-04-12

    上傳用戶:aix008

  • Fundamentals of Digital SIGNAL Processing using MATLAB 教材的matlab原代碼

    Fundamentals of Digital SIGNAL Processing using MATLAB 教材的matlab原代碼

    標簽: Fundamentals Processing Digital SIGNAL

    上傳時間: 2015-04-18

    上傳用戶:change0329

主站蜘蛛池模板: 婺源县| 巴里| 金寨县| 响水县| 东乡族自治县| 阳原县| 衡山县| 白水县| 卓资县| 蓬溪县| 通海县| 佛冈县| 淅川县| 北辰区| 鸡泽县| 朝阳市| 陆丰市| 济宁市| 鄱阳县| 罗源县| 大理市| 商洛市| 达尔| 瑞安市| 沽源县| 阜城县| 祁连县| 香格里拉县| 涿鹿县| 高要市| 固阳县| 新巴尔虎右旗| 青冈县| 南郑县| 三台县| 定安县| 栾城县| 康乐县| 阳原县| 鄯善县| 汉沽区|