blob: 8531eebb328793193e5827f0bbc88fdbc030581b (
plain)
1
2
3
4
5
6
|
//example 9.10(b)//
clc
//clears the screen//
clear
//clears all existing variables//
disp('It will be logic ''1'' only. The Q3 output will be shifted two positions to right by two clock transitions.')
|