Saturday, November 28, 2009
Saturday, November 21, 2009
Wednesday, October 21, 2009
Monday, October 12, 2009
Sem 5-Internal 2-Timetable 2009-Electronics
15-oct 2009 DSP(9-10:30) MAN(12:15-1:45)
16-oct 2009 AC(9-10:30) DSS(12:15-1:45)
Friday, September 11, 2009
Sem 5-Internal 1-Timetable 2009-Electronics
Thursday, September 3, 2009
Results Sem 4 Electronics(Sec A , B)
[ CLICK ON THE LINKS BELOW TO SEE THE RESULT PAGES ]
Section A USN 1-36
Section A USN 37-72
Section B USN 73-103
Section B USN 104-128
Section B USN 400-411
Wednesday, August 19, 2009
TimeTables-Sem 5-ECE-2009 [ UPDATED ]
Thursday, August 6, 2009
Wednesday, August 5, 2009
College Timings-6 Aug 2009
Tuesday, July 28, 2009
College Reopen Date 2009
*Changes if any will be updated
Tuesday, June 9, 2009
Keyboard interfacing program.....
#include "lcd.h"
unsigned char getkey();
void delay(unsigned int);
main()
{
unsigned char key;
InitLcd();
WriteString("Key Pressed=");
while(1)
{
GotoXY(12,0);
key = getkey();
}
}
unsigned char getkey()
{
unsigned char i,j,k,indx,t;
P0=0x0ff;
P2 = 0x00;
indx = 0x00;
for(i=0x00E;i>=0x00B;i<<=1)
{
P2 = i;
t = P0;
t = ~t;
if(t>0)
{
delay(6000);
for(j=0;j<=7;j++)
{
t >>=1;
if(t==0)
{
k = indx+j;
t = k>>4;
t +=0x30;
WriteChar(t);
t = k & 0x0f;
if(t > 9)
t+=0x37;
else
t+=0x30;
WriteChar(t);
return(indx+j);
}
}
}
indx += 8;
}
}
void delay(unsigned int x) /
{
for(;x>0;x--);
}
/********END******/
plzz include reg51.h in ur program its not getting posted in blog...
Hey guys to interface keyboard use this program....given in manual is wrong....
I also got same experiment and got the output for this program.....
Thursday, April 30, 2009
Semester 3 - Results BMSCE ECE 2009
Tuesday, April 21, 2009
LIC assignment-2
LIC assignment -2
1. Explain with the help of a neat circuit diagram and necessary equations and waveforms the working of an inverting Schmitt trigger circuit(with or without VR).
2. Explain with the help of a neat circuit diagram and necessary equations and waveforms the working of a non-inverting Schmitt trigger circuit(with or without VR).
3. Explain with the help of a neat circuit diagram and necessary equations and waveforms the working of a square wave generator/free running oscillator/an astable multivibrator circuit using op-amp.
4. Explain with the help of a neat circuit diagram and waveforms the working of monostable multivibrator circuit. Derive the equation for the width of the pulse.
5. Explain with the help of a neat circuit diagram and waveforms the working of an integrator circuit. Discuss the frequency response and the practical integrator with necessary equations.
6. Explain with the help of a neat circuit diagram and waveforms the working of an differentiator circuit. Discuss the frequency response and the practical differentiator with necessary equations.
7. Explain with the help of a neat circuit diagram and waveforms the working of triangular waveform generator circuit. Derive the timing equation.
8. Compare active filters with passive filters. Explain with related equations the Ist order / 2nd order butter worth filter and discuss clearly the frequency response and compare it with the ideal response.
9. Explain with the help of a neat circuit diagram and waveforms the working of RC phase shift / wein bridge oscillator circuit. Derive the equation for the frequency of oscillation.
10. Explain the following :
a) Voltage to current converter / current to voltage converter
b) Log / Antilog circuit- self study
c) Multiplier / divider circuit - self study
11. Explain with the help of a neat circuit diagram and waveforms the working of triangular waveform generator circuit. Derive the timing equation.
12. Explain the working of the following signal processing circuits with the help of equivalent circuits and waveforms.
(i) Saturating Precision half wave rectifier and its types.
(ii) Non-Saturating Precision half wave rectifier.
(iii) Two output precision half wave rectifier.
(iv) Precision Full wave rectifier using a non saturating precision half wave rectifier and a summer.
(v) High input impedance precision full wave rectifier.
(vi) Precision clippers and its types.
(vii) Dead zone circuit.
(viii) Peak detector and its types.
Monday, March 30, 2009
Prescribed LAYOUT for Abstract of PROJECT
INTRODUCTION: -Defination and classification(if Any)
-Need
BLOCK DIAGRAM: -with explanation to each Block
(No CIRCUIT Diagram)
APPLICATION(s):