Monday, December 27, 2010
Barrel Shifter
Barrel shifter at behavioural level:
module barr_shf (data , amount ,type, out);
input [3:0] data;
input [1:0] amount , type;
output reg [3:0] out;
always @ (type or amount or out or data)
case (type)
0: out = data >> amount;
1: out = data << amount;
Friday, December 10, 2010
Mobile ad hoc Networks
Friday, November 26, 2010
Antenna's Lab Manuals
What are Antennas?
Antennas are structures designed for radiating electromagnetic energy effectively in a prescribed manner.Without an efficient antenna, electromagnetic energy would be localized, and wireless transmission of information over long distances would be impossible.
Antennas are structures designed for radiating electromagnetic energy effectively in a prescribed manner.Without an efficient antenna, electromagnetic energy would be localized, and wireless transmission of information over long distances would be impossible.
Subscribe to:
Posts (Atom)