Tagged Questions

0
votes
1answer
24 views

Complex numbers: fast cartesian to polar conversion

Hi. I'm looking for a fast way to turn an array of complex numbers into polar representation. E.g, given a complex number X I want to turn it into polar representation like this: …
1
vote
2answers
81 views

Any good C/C++ DSP library?

Which DSP library in C/C++ would you recommend? I will need it for real-time embedded systems. It'd be great to have sound signal processing accompany too, but not a mandatory. If …
2
votes
3answers
117 views

Working with a severely limited interpreted language

I'm coding in an embedded language called JS. I want to be able to call three functions in any order. (ABC, ACB, BAC, BCA, CBA, CAB.) The trick? The language doesn't have user-de …
3
votes
6answers
203 views

TI DSP programming - is C fast enough or do I need an assembler?

I am going to write some image processing programs for Texas Instruments DaVinci platform. There are tools appropriate for programming in the C language, but I wonder if it is real …
0
votes
2answers
30 views

Basic DSP question

I'm new to DSP programming, and I'm wondering how best to carry out the seemingly basic operation of level adujustment. Say I have an 8 bit number that represents the amplitude I …
0
votes
1answer
49 views

C/C++ open source Acoustic Echo Cancellation audio analyzer/cleaner

C/C++ open source Acoustic Echo Cancellation audio analyzer/cleaner What do I need Open Source Libs. Tutorials and blog articles on How to do it, about etc.
0
votes
1answer
79 views

On Linux with command line, how do I record /dev/dsp?

I'm trying to tee what comes through /dev/dsp into an MP3 (or WAV or Ogg, but MP3 would be more preferable). On Ubuntu Linux 8.04 LTS Desktop, I've tried tools like sox and lame a …
1
vote
4answers
257 views

iPhone: CPU power to do DSP/Fourier transform/frequency domain?

I want to analyze MIC audio on an ongoing basis (not just a snipper or prerecorded sample), and display frequency graph and filter out certain aspects of the audio. Is the iPhone …
2
votes
4answers
112 views

C++ Sound Processing

I'm looking for a library that could be used to manipulate audio files. Essentially what I would like to do is: Load an MP3/WAV file Get a 15 second clip of the file Overlay anot …
1
vote
4answers
748 views

How to convert a .WAV audio data sample into an double type?

Hi, I'm working on an application that processes audio data. I'm using java (I've added MP3SPI, Jlayer, and Tritonus). I'm extracting the audio data from a .wav file to a byte ar …
1
vote
1answer
56 views

Can anyone recommend a decent DSP/speech library in C++?

Google returns too much results, although SPUC caught my attention. Is there a standard recommended library like OpenCV for vision? The necessary features would be: Free Open Sou …
1
vote
1answer
62 views

Pitch recognition of musical notes on a smart phone, pt. 2

As a follow-up to my previous question, if I want my smartphone application to detect a certain musical note, and I only need to know whether the incoming sound is that musical not …
3
votes
4answers
409 views

Bandlimited waveform generation

I am writing a software synthesizer and need to generate bandlimited, alias free waveforms in real time at 44.1 kHz samplerate. Sawtooth waveform would do for now, since I can gene …
2
votes
2answers
116 views

Audio Processing - Tone Recognition

I've started developing a simple guitar tuner as a learning project for audio processing programs. Could someone recommend me an adequate library for this? Here's basically what I …
6
votes
6answers
803 views

Tone Generation in Cocoa Touch

I need to generate a tone that I can manipulate frequency and wave. The overall goal is to create a basic piano. Does anyone know how I can achieve this? My development platform i …

1 2 3 4 5 next
15 30 50 per page