




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
IntroductiontoSequentialDevices:LatchesAboutSequentialDevicesIfwepress1,2,3…tochooseachannel1,2,3…,thatiscombinationalcircuit(組合電路).Ifwepress“up”,“down”,thatisasequentialcircuit(時序電路).Foritsoutputdependsonnotonlyinputbutcurrentstate.DigitalLogicBistable(雙穩態)CircuitsDigitalLogicTwoStableOutputs:Generally,weusethestateofQtorepresentthestateofthewholecircuit.ing:Withoutanyinputs,circuitcannotchangeitsownstate.TherebesomefeedbackSet-ResetLatch(NORstructure)DigitalLogicLogicsymbolcircuitSet-ResetLatch(SR
Latch,SR鎖存器)Latch:門閂Circuit&LogicsymbolTheinputSmeansSet(置位端,置1端),RmeansReset(復位端,置0端).QnrepresentsPresentState(當前狀態),Qn+1=NextState(下一次狀態)DescriptionofSRLatches(NOR)DigitalLogic
StateTransitionTruthTable(狀態轉移真值表)011=>Q0=>Q’SRQnQn+1effect0000NoChange0011NoChange0100Reset0110Reset1001Set1011Set110NANotAllowed111NANotAllowedDescriptionofSRLatches(NOR)DigitalLogic100=>Q1=>Q’SRQnQn+1effect0000NoChange0011NoChange0100Reset0110Reset1001Set1011Set110NANotAllowed111NANotAllowed
StateTransitionTruthTable(狀態轉移真值表)DescriptionofSRLatches(NOR)DigitalLogic11uncertainSRQnQn+1effect0000NoChange0011NoChange0100Reset0110Reset1001Set1011Set110NANotAllowed111NANotAllowed
StateTransitionTruthTable(狀態轉移真值表)DescriptionofSRLatches(NOR)DigitalLogic01=>0No
change,
WHY?SRQnQn+1effect0000NoChange0011NoChange0100Reset0110Reset1001Set1011Set110NANotAllowed111NANotAllowed
StateTransitionTruthTable(狀態轉移真值表)DescriptionofSRLatches(NOR)DigitalLogic01=>0No
changeSRQnQn+1effect0000NoChange0011NoChange0100Reset0110Reset1001Set1011Set110NANotAllowed111NANotAllowed
StateTransitionTruthTable(狀態轉移真值表)DescriptionofSRLatches(NOR)DigitalLogic
StateTransitionDiagram(狀態轉移圖)SRQnQn+1effect0000NoChange0011NoChange0100Reset0110Reset1001Set1011Set110NANotAllowed111NANotAllowed0110010dd00:Q’sstate10:Transitionconditions(S=1,R=0)DescriptionofSRLatches(NOR)DigitalLogic
CharacteristicEquation(特征方程)(constraintcondition)110001101000110××SQn+1RQn1SRQnQn+1effect0000NoChange0011NoChange0100Reset0110Reset1001Set1011Set110NANotAllowed111NANotAllowedSet-resetlatch(NAND)DigitalLogic
Circuit&LogicSymbol
ExcitingTruthTable
Notallowed0110
nochange00011011CharacteristicEquationofSR-Latch(NAND)DigitalLogicHowtokeepinmind(especiallyconditions):InSR-Latch(NANDstructure),weshouldanalyzetheinput“0”,sowedon’thopethetwoinputsarebothzero,thatistwosayInput1+Input2=1;However,InSR-Latch(NORstructure),weshouldanalyzetheinput“1”,sowedon’thopethetwoinputsareboth1,thatistwosayRS=0;(constraintcondition約束條件)
CharacteristicEquation(特征方程)SomeconclusionsDigitalLogic
StateofSR-Latch:State0,State1
PresentState&NextState“0”態“1”態orAbnormal(非正常態)statesPresentState(現態),usuallyrepresentedbyQnNextState(次態),usuallyrepresentedbyQn+1Example:SRLatch(NOR)DigitalLogic
Example00WiththegivenR,S(NOR)’sTimingdiagram,trytogivetheoutputdiagram.AtfirstQis0.NC1001NA00011011RS
010010000100GatedLatches(鐘控鎖存器)WeshouldcontroltheoutputofSR-Latch.Justaswehopein“decoders”Thinkaboutit,howcanweaddcontrolfunctiontothedevicedecoderEnablePinMethod:byaddinganinputtoANDgateDigitalLogicGatedSR-Latch(鐘控SR鎖存器)DigitalLogic
circuit&logicsymbol
SRLatchClockPulseCP=0:outputofG3,G4arestate1=>stateholdCP=1:outputofG3,G4areS’,R’=>workasusualGatedSR-LatchDigitalLogic
CharacteristicEquationSohowtocontrol?GatedSR-LatchDigitalLogic
?GatedSR-LatchDigitalLogic
CharacteristicEquationInputsOutputDescriptionCPSRQQn+10dd00Hold0dd1110000Workswell10011101001011011001110111110d1111dGatedSR-LatchDigitalLogic
CharacteristicEquationContrastofSR-Latch&GatedSR-LatchDigitalLogic(a)SR-Latch
(b)gatedSR-LatchWecansee,SR-Latchescanresponsetoinputatanytime,butGatedSR-Latchesonlyresponsetoinputduringhighvoltagelevel.GatedDelayLatch(鐘控D鎖存器)DigitalLogic
Circuit&logicsymbolCPDQQn+1Function0d00Hold0d111000Store010101101Store11111TheDLatchisconstructedonlybyconnectinginputDtoRandD’toS.ThuswecanfindthatSR=DD’=0GatedD-LatchDigitalLogicCharacteristicEquation
CPDQQ*Function0d00Hold0d111000Store010101101Store11111Wecansee,thenextstateofDLatchequalsthecurrentinput,andthatiswhyitiscalledDelayLatch.GatedJKLatch(鐘控JK鎖存器)DigitalLogic
Circuit&logicsymbolTheJKLatchisconstructedbyconnectingsomeoutputstotheinputNANDgates.Asshowninthecircuitabove.Why?andwhatisthepurposeGatedJK-LatchDigitalLogic
CharacteristicEquation
Asfarastheconstraintconditionisconcerned:SR=JKQn(Qn)’=0.Sonootherconditionsareneeded.Exercise:derivethecharacteristicequationofJKLatch.GatedTLatch(鐘控T鎖存器)DigitalLogic
Circuits&logicsymbolTLatchcanberegardedasaJKLatchwithJ=K=TGatedTLatchDigitalLogic
CharacteristicEquation
TruthTableT
Qn
Qn+1
000110110110ItlookslikeXORLogic.Whatdoesitlooklike?Whichlogic?GatedT’LatchDigitalLogic
Circuit&logicsymbolT’LatchcanbeconsideredasaTLatchwhereT=1.StudyNotesofGatedLatchesDigitalLogicLatchesCharacteristicEquationsSRDJKTT’LatchesEquationDescription/FunctionRS-DDmeansDelay,NextStateisCurrent:DJKWholefunction:Hold(保持);Set(置1);Reset(置0);Reverse(取反)TXORlogic:Reverse(T=1);Hold(T=0)T’ReverseStudyNotesofGatedLatchesDigitalLogicThinkAboutItDigitalLogicTrytofindoutinwhichcasehasJKLatchthefunction:hold,set,
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業或盈利用途。
- 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 物流行業貨物進場計劃及安全保障措施
- 城市綠化喬木養護管理技術措施
- 建立綠色校園文化的措施建議
- 加工棉褲轉讓合同樣本
- 辦公場所物業采購合同樣本
- 交通工程制作合同標準文本
- 注塑工藝知識管理培訓
- 社會公益項目承包合同
- 經顱多普勒超聲動態血流監測預測急性前循環大血管閉塞血管內治療后早期神經功能惡化和臨床預后的研究
- 舊物回收合同
- 北師大版三年級數學下冊 (什么是面積)面積教學課件
- 建筑工程材料測試題及參考答案
- 醫院檢查報告單模板
- 《洗紅領巾》(教學設計)-一年級下冊勞動浙教版
- 有償借用鄉村道路協議書
- 酶免疫技術(免疫學檢驗課件)
- 教育經濟與管理院校排名
- 基本農田劃定技術規程(TDT1032-2011)
- 圍術期支氣管痙攣
- 產品零部件防銹規定
- 籍貫對照表完整版
評論
0/150
提交評論