3
votes
3answers
340 views
Explain the FFT to me
I want to take audio PCM data and find peaks in it. Specifically, I want to return the frequency and time at which a peak occurs.
My understanding of this is that I have to take …
2
votes
2answers
70 views
How to detect sound frequency / pitch on an iPhone?
Hi
I'm trying to find a way to detect sound frequency being recorded by iPhone's Microphone. I'd like to detect whether the sound frequency is going up or down.
0
votes
4answers
69 views
When calculating the fast fourier tranform..?
If we get the sound from microphone with two channels, to calculate the frequency spectrum we:
calculate the fast fourier transform of all the data input?
calculate the fast four …
0
votes
1answer
60 views
How do we calculate the filters in Mel-Frequency Cepstrum Coefficients Algorithm?
After calculating the FFT and with the frequency we need to do something like this:
http://instruct1.cit.cornell.edu/courses/ece576/FinalProjects/f2008/pae26%5Fjsc59/pae26%5Fjsc59/ …
0
votes
1answer
108 views
Mel Frequency Cepstrum Coefficients algorithm
I want to get the timbre of some audio.
To use that I will make the Mel Frequency Cepstrum Coefficients algorithm.
The implementation looks simples (I allready made step 1):
1. …
0
votes
1answer
116 views
Fundamental Frequency + Voice Detection in c#
I'm trying to detect voice throught input from the microphone in real-time.
I allready receive the input, execute FFT algorithm and have the result in dB. I have a frequency domai …
0
votes
4answers
27 views
Assistance with Find and Replace Regex
I have a text file, and each line is of the form:
TAB WORD TAB PoS TAB FREQ#
Word PoS Freq
the Det 61847
of Prep 29391
and Conj 26817
a Det 21626
in Prep 18214
to Inf 16284
it Pr …
0
votes
1answer
214 views
Frequency Analyzer in C#
Hi,
I'm looking for a C# source code that performs a frequency analysis on a WAV file and displays the results in a graph, similar to the one displayed in apps like WavePad.
Do yo …
2
votes
2answers
217 views
How to generate a lower frequency version of a signal in Matlab?
With a sine input, I tried to modify it's frequency cutting some lower frequencies in the spectrum, shifting the main frequency towards zero. As the signal is not fftshifted I trie …
0
votes
1answer
38 views
DirectShow API for analog tuning to put a frequency?
I'm looking for the interfaces in DirectShow that will let me push a frequency only.
The IAMTVTuner interface allows you to 'put_channel' but this requires pretuning your card. I w …
3
votes
4answers
188 views
MySQL SELECT most frequent by group
How do I get the most frequently occurring category for each tag in MySQL? Ideally, I would want to simulate an aggregate function that would calculate the mode of a column.
SELEC …
2
votes
0answers
9k views
Setting up multiple wireless access points on same network [closed]
I'd like to add wireless to my network, and I need multiple access points to cover the whole area. I'd like to set them up so that there's only one "wireless network" that the clie …
0
votes
1answer
45 views
Indexing text files in PHP
I have been set a challenge to create an indexer that takes all words 4 characters or more, and stores them in a database along with how many times the word was used.
I have to …
10
votes
8answers
967 views
Determining Word Frequency of Specific Terms
Hi,
I'm a non-computer science student doing a history thesis that involves determining the frequency of specific terms in a number of texts and then plotting these frequencies ov …
7
votes
5answers
310 views
Algorithm to determine the effective “phase difference” between two signals with different frequencies?
The quick version:
What algorithm could I use to determine the "phase difference" between two square wave signals with different frequencies, if the only information that I have i …
