Sample programs for DSP using C6Run

Dear Sir/Madam,
        I want to use DSP of Beagleboard for my application. Please
give me some sample programs which will be executed on
Beagleboard(DSP) using C6Run application.

With regards,
Mr.S.S.Kendre

Have you tried looking in the "examples" directory in C6Run? (Besides,
the whole point of C6Run is being able to develop for the DSP exactly
in the same way you develop for the regular ARM processor, so there
aren't many C6Run-specific examples really - you could try out
anything, any generic C code should work.)

Yaman

HI
what kind of application are you developing? you can try dsp-dummy for OMAP. It will create nodes and run. Create Input buffer and output buffer 100 time and transfer data.

with regards,
saminath

Thanks Yaman,
     Please give me information regarding for specific devices on
board such as Audio codec, any header files we have include in main
program? I want to do denoising of speech signal using DSP of
Beagleboard using wavelet transform in Real time. Please give me
guidance.

Thanking you,
With regards,
Mr.S.S.Kendre

Thanks Yaman,
     Please give me information regarding for specific devices on
board such as Audio codec, any header files we have include in main
program? I want to do denoising of speech signal using DSP of
Beagleboard using wavelet transform in Real time. Please give me
guidance.

Did you look into C6Run at all? Did you read the documentation?
Did you try the examples?

For the audio codec part, that would be done on the arm side anyway
and there is ample documentation about linux audio to be found
on the internet.