diff options
Diffstat (limited to '911/CH8/EX8.7.a/ex_8_7_a.sce')
-rw-r--r-- | 911/CH8/EX8.7.a/ex_8_7_a.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/911/CH8/EX8.7.a/ex_8_7_a.sce b/911/CH8/EX8.7.a/ex_8_7_a.sce new file mode 100644 index 000000000..b4f2dd75a --- /dev/null +++ b/911/CH8/EX8.7.a/ex_8_7_a.sce @@ -0,0 +1,9 @@ +//example 8.7(a)//
+clc
+//clears the screen//
+clear
+//clears all variables//
+close
+//closes all existing files//
+disp('A positive edge triggered D flip flop, as shown in figure can be used for the purpose. Waveform A is applied to the D input and waveform B is applied to the clock input. If we examine the two waveforms, we will find that, on every occurence of leading edge of waveform B, waveform A is in logic 1 state. Thus, the Q output in this case will always be in a logic 1 state')
+disp('the rest is shown in diagram')
\ No newline at end of file |