summaryrefslogtreecommitdiff
path: root/45/CH8/EX8.13/example_8_13.sce
blob: 878ac77991809a163579701ea6d8f4137f240905 (plain)
1
2
3
4
5
//example 8.13 
clc;
clear;
disp('For SR flip flop Qn+1 = S + R`Qn  and  for D flip-flop Qn+1 = D .');
disp('Thus with D = S + R`Qn  we get circuit which behaves like SR flip-flop.');