Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

can anyone provde me the code for audio effects using tms320c6713 dsk

Status
Not open for further replies.

tejuseabreeze@gmail.com

Newbie level 3
Newbie level 3
Joined
Jun 11, 2013
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
16
can anyone provide me the code for audio effects? using tms320c6713 dsk

as a part of my mini project i need the code for audio effects (echo reverb and fuzz)... please help me.
 

The fuzz effect can be obtained by clipping a signal. If you do this with solid-state devices the raw result is grating on the ears, due to generation of odd harmonics. However by using tubes (valves), the sound is more listenable, because the harmonics are mostly even. (According to articles on the subject.)

To make a single echo, add a duplicate of the original signal and delay it by anywhere from a fraction of a second to several seconds.

Reverberation might be considered as being multiple echoes jumbled together until they create an ambient indistinct echo. A digital sound processing program might have a module to do this, and I'm sure it was a major feat to write the code for it.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top