




版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
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. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- GB 18100-2025摩托車和輕便摩托車道路照明及光信號裝置的安裝規定
- JJG 1205-2025直流電阻測試儀檢定規程
- ××中學檔案管理規范制度
- 股東權益出資證明書正規版(7篇)
- 實習表現及工作成果認證證明書(5篇)
- 2025年安徽省事業單位招聘考試教師信息技術學科專業知識試卷
- 2025年場(廠)內專用機動車輛維修人員考試試卷(汽車維修行業市場潛力分析與挖掘策略)
- 知識產權轉讓協議要點報告書
- 2025年電子商務師(中級)職業技能鑒定模擬試題庫及答案
- 2025年美容師職業技能鑒定試卷-高級案例分析
- 2024-2025學年下學期高一化學蘇教版期末必刷常考題之原電池與電解池
- 公司系統主數據管理制度
- 2025年煙臺市中考地理試卷真題(含答案及解析)
- 工廠安全手冊從火災到其他事故的應急響應
- 肯德基服務管理制度
- 2025至2030中國微晶玻璃行業產業運行態勢及投資規劃深度研究報告
- 部編版二年級語文下冊期末測試卷(含答案)
- 2025年甘肅省高考化學試卷真題(含答案解析)
- 公安院校公安專業招生考生患病經歷申報表
- 市政工程-綜合管廊工程策劃質量方案編制指導手冊 2025
- 自考本科日語試題及答案
評論
0/150
提交評論