Monday, 19 February 2018

To Determine the wavelength of sodium light using plane transmission grating :Practical

Aim : To Determine the wavelength of sodium light using Plane transmission grating.
Apparatus : Diffraction grating, Spectrometer , Source of monochromatic sodium light, prism etc.
Formula :        

 where,
 λ - Wavelength of Sodium Light
 (a + b) - Grating element which is given by                      
                  (a+b)=2.54/15000
 θn - Angle of diffraction for order n
    n  - Order of spectrum
Diagram : 
Grating producing Central Maxima
First order diffraction spectrum Produced by grating
Procedure : 

1) Keep the Grating on prism table of the spectrometer and observe the Principal Maxima through telescope.
2) Rotate the telescope on either side(R.H.S.) of Principle maxima, the first order maxima will be observed. Measure the angle from W1 and W2.
3) Rotate the telescope again on same side so that the second order  maxima, will be observed. Measure the angle from W1 and W2.
4) Rotate the telescope on other side of Principle maxima, the first order maxima will be observed identical with the first observed maxima. Measure the angle from say W1' and W2'.
5) Rotate the telescope again on same side (i.e other side L.H.S) so that the second order  maxima from other side will be observed. Measure the angle from say W1' and W2'.
6) Calculate the first order and second order maxima with the help of observation table.
7) Now Calculate the wavelength of Sodium Source for first order and second order maxima.



Observation Table :
  
Order of spectrum
Window No.
RHS Spectrum
(P)
LHS Spectrum
 (Q)
Angle of Diffraction

MSR
VSR
VSRX LC
TR
MSR
VSR
VSRX LC
TR
(P~Q)/2
I
W1
W2
II
W1
W2
Result :  The  Wavelength of Sodium Source is  _____ .
Precautions :
1) Slit should be narrow and bright
2) The axis of telescope , collimeter and prism should be horizontal.
3) Both windows vernier scales should be set so that the error due to rotation of telescope should be eliminated.





Tuesday, 6 February 2018

The K-Map, Boolean Algebraic Simplification Technique

The Karnaugh Map Boolean Algebraic Simplification Technique

The Karnaugh map (K-map) is introduced by Maurice Karnaugh in 1953.The simplification of the Karnaugh map (K-map) Boolean algebraic technique with some examples. It also includes a brief note on the advantages and the limitations of K-maps.

Introduction

Digital electronics deals with the discrete-valued digital signals. In general, any electronic system based on the digital logic uses binary numbers (0's and 1's) to represent the states of the variables involved in it. Thus, Boolean algebraic simplification is an integral part of the design and analysis of a digital electronic system.Although Boolean algebraic laws and DeMorgan's theorems can be used to achieve the objective, here the process becomes complicated when the number of variables involved increases. So, Karnaugh map (K-map) is introduced .

           A Typical K-MapThe K-map method of solving the logical expressions is referred to as the graphical technique of simplifying Boolean expressions. K-maps are also referred to as 2D truth tables as each K-map is nothing but a different format of representing the values present in a one-dimensional truth table.K-maps basically deal with the technique of inserting the values of the output variable in cells within a rectangle or square grid according to a definite pattern. 

        The number of cells in the K-map is determined by the number of input variables and is mathematically expressed as two raised to the power of the number of input variables, i.e., 2n, where the number of input variables is n.Thus, to simplify a logical expression with two inputs, we require a K-map with 4 (=22) cells. A four-input logical expression would lead to a 16 (=24) celled-K-map, and so on. 

          Further, each cell within a K-map has a definite place-value which is obtained by using an encoding technique known as Gray code.The specialty of this code is the fact that the adjacent code values differ only by a single bit. That is, if the given code-word is 01, then the previous and the next code-words can be 11 or 00, in any order, but cannot be 10 in any case.In K-maps, the rows and the columns of the table use Gray code-labeling which in turn represent the values of the corresponding input variables. This means that each K-map cell can be addressed using a unique Gray Code-Word.These concepts are further emphasized by a typical 16-celled K-map shown in Figure 1, which can be used to simplify a logical expression comprising of 4-variables (A, B, C and D mentioned at its top-left corner). 

Figure 1: A typical but empty Karnaugh map with 16 cells 

Here the rows and the columns of the K-map are labeled using 2-bit Gray code, shown in the figure, which assigns a definite address for each of its cells.For example, the grey colored cell of the K-map shown can be addressed using the code-word "0101" which is equivalent to 5 in decimal (shown as the green number in the figure) and corresponds to the input variable combination A̅BC̅D or A+B̅+C+D̅, depending on whether the input–output relationship is expressed in SOP (sum of products) form or POS (product of sums) form, respectively.Similarly, AB̅CD or A̅+B+C̅+D̅ refers to the Gray code-word of "1011", equivalent to 11 in decimal.

It is always desirable to simplify a given Boolean function (as either a Boolean expression or a Truth Table) so that the hardware for realizing the function will be minimized in terms of the number of logic gates and the number of inputs to these gates necessary for representing the function.
Deduction method could be used to apply various axioms and theorems to the given expression so that a simpler form can be derived.
Example :
AB+AB' = A(B+B') = A.1 =A
ABC + ABC'= AB(C+C') = AB.1 = AB

A function can be more systematically simplified by Karnaugh Map.Two variables
Consider Example A above: 
\begin{displaymath}
\begin{tabular}{c\vert cc\vert c} \hline
& A & B & f  \hl...
...& 1 \\
2 & 1 & 0 & 1 \\
3 & 1 & 1 & 1  \hline
\end{tabular}\end{displaymath}

karnaugh_map_0.gif
This is the logic behind the combination of neighboring squares in the Karnaugh map:
f(A,B) = A'B + AB' +AB = A + B

Three variables
Example B above has 3 variables: 
f(A,B,C) = A'BC' + A'BC + A'B'C + ABC
and the corresponding truth table is 
\begin{displaymath}
\begin{tabular}{c\vert ccc\vert c} \hline
& A & B & C & f \...
...6 & 1 & 1 & 0 & 0 \\
7 & 1 & 1 & 1 & 1  \hline
\end{tabular}\end{displaymath}

Either of the two Karnaugh maps can be used:
karnaugh_map_0a.gif
The function can be represented by the OR of the three resulting terms: 
f = A'B + A'C + BC
On the other hand, given an Boolean expression, you should be able to obtain the truth table if needed. For each term in the given expression, represent each variable by 0 if it is negated, or 1 otherwise. If a variable is missing in a term (don't care), two terms corresponding to both 0 and 1 of the missing variable are represented. For example, as $C$ is missing in $A'B$ above, it represents two minterms 010 and 011 in the truth table which should be marked by 1. All minterms not represented by any of the terms in the expression remain to be 0. The repeated terms need to be combined.

 Conclusion Having analyzed the structure of K-maps, we may arrive at the conclusion that the K-map simplification process is an effective reduction technique when dealing with logical expressions which contain around three to six input variables.


Multiplexers (MUX) and demultiplexers (DEMUX)


Multiplexers
Multiplexer is a special type of combinational circuit. It is a circuit that accept many input but give only one output.
A data selector, commonly called a Multiplexer, shortened to "Mux" or "MPX", are combinational logic switching devices that operate like a very fast acting multiple position rotary switch.
 They connect or control, multiple input lines called "Channels" consisting of either 2, 4, 8 or 16 individual inputs, one at a time to an output.
There are n-data inputs, one output and m select inputs with 2m = n. It is a digital circuit which selects one of the n data inputs and routes it to the output.
Following are Multiplexers come in multiple variations
•2 : 1 multiplexer
•4 : 1 multiplexer
•16 : 1 multiplexer
•32 : 1 multiplexer
Demultiplexers
A demultiplexer performs the reverse operation of a multiplexer i.e. it receives one input and distributes it over several outputs.
It has only one input, n outputs, m select input. At a time only one output line is selected by the select lines and the input is transmitted to the selected output line.
The demultiplexer takes one single input data line and then switches it to any one of a number of individual output lines one at a time.
The demultiplexer converts a serial data signal at the input to a parallel data at its output lines as shown below.
Following are the Demultiplexers come in multiple variations
1 : 2 demultiplexer
1 : 4 demultiplexer
1 : 16 demultiplexer
1 : 32 demultiplexer


A de-multiplexer is equivalent to a single pole multiple way switch.A de-multiplexer function exactly in the reverse of  a multiplexer, that is a de-multiplexer accepts only one input and gives many outputs. Generally multiplexer and de-multiplexer are used together, because of the communication systems are bi directional.

Tricks

Halogen Derivatives and Alcohol, Phenol, Ether

  Pathak’s Academy Spectrum 2024 Topics : Chapters 10,11 Marks: 25                                                                          ...