Untitled

 avatar
unknown
plain_text
5 months ago
340 B
2
Indexable
#include<math.h>
#include<dsk6713.h>
#include<dsk6713_aic23.h>
Int main()
{
float Fs = 8000.;
float F0 = 1000.;
float pi = 3.141592653589;
float theta = 0.;
float delta = 2. * pi * F0 / Fs;// increment for theta
float sample;
unsigned out_sample;
/* Initialize the board support library, must be called first */
DSK6713_init();
Editor is loading...
Leave a Comment