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.

What next with this audio codec project? Thank you!!!

Status
Not open for further replies.

peacherwu

Newbie level 2
Joined
Feb 20, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,297
We are working on an audio codec project with very limited experiences. So far we have implemented the algo in Matlab and ported it as a vs 2005 float-point version. We need to figure out what to do next.

All we know is a fixed-point chip would be adequate for our purpose.

We are planning to
1) convert the float-point into fixed-point C; THEN
2) estimate the computation complexity and storage need; THEN
3) choose the right chip (probably from TI)
4) we don't know

The questions are:
a) Does this make sense?

b) We are not sure what tools are available for step 2, i.e. estimating the complexity mostly?

c) After we are done selecting chip, what should we do? Contact TI for samples and development kit, and then port the c code?

Thank you in adv for any advice!!!
 

peacherwu said:
We are working on an audio codec project with very limited experiences. So far we have implemented the algo in Matlab and ported it as a vs 2005 float-point version. We need to figure out what to do next.

All we know is a fixed-point chip would be adequate for our purpose.

We are planning to
1) convert the float-point into fixed-point C; THEN
2) estimate the computation complexity and storage need; THEN
3) choose the right chip (probably from TI)
4) we don't know

The questions are:
a) Does this make sense?

b) We are not sure what tools are available for step 2, i.e. estimating the complexity mostly?

c) After we are done selecting chip, what should we do? Contact TI for samples and development kit, and then port the c code?

Thank you in adv for any advice!!!

Hi peacherwu,
The step 2 deepends on what kind of codec you want to implement, encoder or decoder, and what kind of algorithm you use, how many mutiplicer or adder, how you can optimze your algorithm, what is your implement structure and how you can optimize your algorithm, do you need implement as realtime, etc, ...
In genearal, it is hard to say because it depends.
There is no availably estamation tools you can expect.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top