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.

OP AMP IC 741 TESTING CIRCUIT USING LED

Sunday, August 21, 2011


OP AMP IC 741 TESTING CIRCUIT USING LED
Set up the circuit on PCB .
Use 8pin IC socket for testing 741.
Connect +V, -V and GND.

Verify the ON and OFF conditions of LED 1 and LED 2.

                                                                         click on circuit