Pages
- Home
- DIGITAL LAB MANUAL, DIGITAL IC TRAINER KIT ST DIC 1
- ELECTRONICS CIRCUIT –I&II - LAB MANUAL
- EC MATLAB programs, DSP Starter Kit, DSK lab manual, CC Studio for ECE
- ECE COMMUNICATION LAB MANUAL CYCLE I & II
- MICROPROCESSOR -uP-LAB MANUAL 8085/86 EC & CS
- ANALOG ELECTRONICS II - LIC LAB
- ELECTRONICS SEMINAR Topics for EC
- MICROWAVE LAB & OPTICAL COMMUNICATION LAB
- Contact Us
Total Pageviews
Feedjit
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]);
}
}
Posted by newlabproject 0 comments
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.
Posted by newlabproject 0 comments
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.
Posted by newlabproject 0 comments
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
Posted by newlabproject 0 comments
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.
Posted by newlabproject 0 comments
Subscribe to:
Posts (Atom)


