skip to main
|
skip to sidebar
new lab project
labmanual seminar and project
Home
circuit
digital
microprocessor
communication
mathlab&DSP
Posts (RSS)
Comments (RSS)
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
Feedjit Live Blog Stats
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]);
}
}
0 comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
new lab project
new lab project
1
2
3
4
Archives
►
2014
(3)
►
July
(2)
►
June
(1)
▼
2012
(3)
▼
July
(3)
5416 DSP CCStudio sine wave program
How to convert ammeter to voltmeter?
How to convert voltmeter into ammeter?
►
2011
(10)
►
September
(1)
►
August
(6)
►
July
(3)
►
2010
(2)
►
November
(1)
►
September
(1)
Copyright ©
new lab project
Using
Xclear
Theme
|
Bloggerized
by
Themescook
0 comments:
Post a Comment