Design of flipflops using labview vi coding
This page of labview source code covers design of flipflops using labview vis. The flipflops covered are SR,JK,T and D flipflops.
T flipflop labview vi block diagram
Following is the truth table of T flipflop. It takes two inputs, T input and Clock input. It produces 2 outputs, Q(t) and inverted Q(t).
T Input | Q(t+1) |
---|---|
0 | Q(t) |
1 | Q(t)' |
Following fig-1 mentions block diagram of T flipflop labview vi.
SR flipflop labview vi block diagram
Following is the truth table of SR flipflop. It takes three inputs viz. S, R and CLock. It produces two outputs viz. Q(t) and Q(t)'.
S input | R input | Q(t+1) |
---|---|---|
0 | 0 | Q(t) |
1 | 0 | 1 |
0 | 1 | 0 |
1 | 1 | Not Allowed |
Following fig-2 mentions block diagram of SR flipflop labview vi.
D flipflop labview vi block diagram
Following is the truth table of D flipflop. It takes two inputs and produces two outputs.
D Input | Q(t+1) |
---|---|
0 | 0 |
1 | 1 |
Following fig-3 mentions block diagram of D flipflop labview vi.
JK flipflop labview vi block diagram
Following is the truth table of JK Flipflop. It takes J, K and clock as inputs and produces Q(t) and Q(t)'.
J input | K input | Q(t+1) |
---|---|---|
0 | 0 | Q(t) |
1 | 0 | 0 |
0 | 1 | 1 |
1 | 1 | Q(t)' |
Following fig-4 mentions block diagram of JK flipflop labview vi.
Download flipflop Labview VI source code files
Download T flipflop labview VI source code files
Download SR flipflop labview VI source code files
Download D flipflop labview VI source code files
Download JK flipflop labview VI source code files
Download JK flipflop labview SubVI source code files
Useful Links to Labview Source codes
Refer following as well as links mentioned on left side panel for useful labview source codes.
Hex to Binary labview VI
Decimal to Binary labview VI
Number Generator labview VI
Binary to Decimal labview VI
Binary number generator
modulator-demodulator
FFT
up and down sample
RF and Wireless tutorials
WLAN 802.11ac 802.11ad wimax Zigbee z-wave GSM LTE UMTS Bluetooth UWB IoT satellite Antenna RADAR