गाय (COW) Project for students

Monday, June 30, 2014

Project for students 

गाय

गाय एक महत्त्वपूर्ण पालतू जानवर है जो संसार में प्राय: सर्वत्र पाई जाती है। इससे उत्तम किस्म का दूध प्राप्त होता है। हिन्दू, गाय को 'माता' (गौमाता) कहते हैं। इसके बछड़े बड़े होकर गाड़ी खींचते हैं एवं खेतों की जुताई करते हैं। अहिन्दू लोग गाय का मांस खाते हैं।

5416 DSP CCStudio sine wave program

Friday, July 13, 2012


    

Code Composer Studio sine wave program

      #include<stdio.h>
#include<math.h>
float a[100];
main()
{
 int i;
for(i=0;i<99;i++)
{
a[i]= sin(2*3.14*5*i/100);
printf("%f",a[i]);
}
}

 

How to convert ammeter to voltmeter?

Sunday, July 8, 2012


 ammeter to voltmeter conversion



You can convert an ammeter into a voltmeter by adding a series resistor.

How to convert voltmeter into ammeter?

Saturday, July 7, 2012

voltmeter to ammeter conversion

You can convert a voltmeter into ammeter by adding a parallel resistor with a known value and from that it calculates the current through the resistor. The resistor has to be a very small value, so that it doesn't change the current in the circuit by being placed in line with it. 

How to test IC 555

Saturday, September 17, 2011


IC 555 TESTING CIRCUIT USING LED

Set up the circuit on PCB
Verify the ON and OFF conditions of LED 1 and LED 2

                                                                               click on circuit             

Electronic Circuit Symbols for Drawing

Tuesday, August 30, 2011

Electronic Circuit Symbols for Drawing

DSP PROGRAMS USING C++

Sunday, August 28, 2011

DSP PROGRAMS USING C++ for ECE
List of experiments
Continuous time signal-I, Continuous time signal-II, Discrete time signal-I, Discrete time signal-II, Linear interpolation-I, Linear interpolation-II, Convolution-discrete time signal, Convolution-unit impulse signal, Convolution with unit step signal, Convolution using unit ramp signal, Convolution- exponential signal, Autocorrelation, Crosscorrelation, Quantization.