Tagged Questions
2
votes
1answer
520 views
How to detect the value for lowest and highest frequency in aurioTouch project [duplicate]
Possible Duplicate:
How to get Frequency from FFT result
I'm investigating aurioTouch2 sample code.
And in draw view fuction one function is always called to compute fft data, so we can ...
6
votes
2answers
452 views
Am I using the Fourier transformation the right way?
I am wondering if I am using Fourier Transformation in MATLAB the right way. I want to have all the average amplitudes for frequencies in a song. For testing purposes I am using a free mp3 download of ...
0
votes
1answer
124 views
Fourier Transformation -
I've been doing a lot of research on this topic and I'm finally getting somewhere. Below is two complex numbers from the java code I'm using:
-9771.0 - j2125.0
-16184.09634718744 - j53968.71008512241
...
4
votes
1answer
891 views
Auriotouch, get musical note from frequency FFT
I'm developing a kind of guitar tuner.
I have a function that gives me the FFT, and the values of the FFt for each frequency.
How do I get the musical note from there? Do I have to chose the highest ...
3
votes
3answers
1k views
How to use cepstral?
Recently I asked this question: How to get the fundamental frequency from FFT? (you don't actually need to read it)
My doubt right now it: how to use the cepstral algorithm?
I just don't know how to ...
0
votes
3answers
4k views
How to get the fundamental frequency from FFT?
I am developing a flash guitar, and the only apparent method to discover the frequency of the mic's data looks to be using FFT. Nevertheless, after something like 30 hours of research I could not ...
0
votes
0answers
78 views
clip a voice frequency
I have audio file(mp3) with two voices.. how do i reduce the volume of one person and enhance the volume of other? Is there any software to do that?
0
votes
1answer
772 views
Input audio frequency analysis and generating particular frequency to output
My aim is to have a set of frequencies like 2 frequencies that represent the bits (0 and 1). I want to send those frequencies to the audio out through sound card. At the other end I connect the cord ...