The rate at which a thing occurs or is found.
2
votes
1answer
528 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 ...
0
votes
1answer
284 views
[portaudio]Transmit and Detect frequency - Windows
I'm new to portaudio and i looked at "How to extract frequency..." question but still i would like to have some help.
i need to transmit a frequency (using the speakers) and then i would like to check ...
0
votes
1answer
271 views
Audio frequency and amplitude
I need to record audio from iPhone. During recording I need to know, how many audio waves I have at the current moment and frequency and amplitude of each wave.
It seems to me, that avaudiorecorder ...
5
votes
1answer
237 views
Is there an library in Java for emitting a certain frequency constantly?
Right, well. First time I'm actually using Java to fix a problem. I bought a new headphone set called Sennheiser 120 HD; but there's an issue.
If there isn't a constant emission of audio then the base ...
0
votes
1answer
592 views
Correctly decoding/encoding raw PCM data
I'm writing my WAVE decoder/encoder in C++. I've managed to correctly convert between different sample sizes (8, 16 and 32), but I need some help with the channels and the frequency.
Channels:
If I ...
6
votes
2answers
458 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 ...
-2
votes
1answer
99 views
Javascript Nested Loop Issues?
I'm attempting to create a small bit of javascript to count the numbers of each letter in a piece of text, for personal use. I had a previous version that had an individual loop for each letter, and ...
1
vote
2answers
1k views
Frequency of elements in matrix - Matlab
From a function that i run in matlab i get a 225x400 matrix. I want to count the frequency of each element in this matrix, meaning that i need to calculate how many times each elements appears on the ...
0
votes
1answer
207 views
Web service with 10000 calls per second
I am planing to create mobile app. It calls web service automatically every 5 seconds to check, if there is a new message for the user. Imagine, that 10.000 users use this app at same time. That means ...
5
votes
3answers
5k views
How to generate a frequency table in R
I'm new with R. I need to generate a simple Frequency Table (as in books) with cumulative frequency and relative frecuency.
So I want to generate from some simple data like
> x
[1] 17 17 17 17 ...
2
votes
3answers
221 views
How can I make a list of all the unique pairs of data points in R?
So I have two vectors of data points, and I would like to make a list of each unique pair, along with that pair's frequency. I know that I can use table to do this with one of the vectors, but I can't ...
2
votes
2answers
442 views
Finding a single frequency in an sound file xcode
For an app I'm working on a i need to be able to 'search' a sound file to find a particular frequency.
Basically, the iPhone mic records for 5 seconds writes to an a lossless music file. I then need ...
5
votes
3answers
405 views
Intel MSR frequency scaling per - thread
I'm extending the Linux kernel in order to control the frequency of some threads: when they are scheduled onto a core (any core!), the core's frequency is changed by writing the proper p-state to the ...
0
votes
3answers
115 views
wordCount frequency returns repeated Set in java
I have a method which returns single word as a String. I need to count all those words returned by the method which reads chunk of text. Problem is I am getting the count right but output is wrong. ...
1
vote
2answers
145 views
Audio sample frequency rely on channels?
If you have audio encoded at 44100Hz that means you have 44100 samples per second. Does this mean 44100 samples/sec for a channel, or for all channels?
For example if a song is stereo and encoded at ...
0
votes
1answer
796 views
Determining CPU Frequency in Windows
I'm having a bit of trouble finding a reliable method of determining CPU frequency in Windows (7).
I've tried using Perfmon, but it has a maximum sampling frequency of 1 Hz. Also, I don't have ...
1
vote
1answer
345 views
Python: unique words and their frequency in descending order
I'm doing a pretty simple homework problem for a Python class involving all sorts of statistics on characters, words and their relative frequencies etc. At the moment I'm trying to analyse a string of ...
1
vote
1answer
124 views
Get frequency of a noisy sample vector
I mostly need a general algorithm which i will afterwards port on my system (an Arduino board), but i'm glad to get even a hint to continue the research in other directions;
I have a set of around ...
1
vote
3answers
2k views
Find the N-th most frequent number in the array
Find the nth most frequent number in array.
(There is no limit on the range of the numbers)
I think we can
(i) store the occurence of every element using maps in C++
(ii) build a Max-heap in ...
6
votes
1answer
479 views
Play Beep Sound in iphone Related to the Frequency & Decibels
I have researched about to play a beep sound in iphone related to the frequency & decibels that i have given.
Links i referred:
...
2
votes
1answer
2k views
Android AudioRecord frequency filter step by step
Android: I am new to voice process, I have created AudioRecord Object with sampleRate 8000Hz using JTransform library i am trying to filter frequency there are couple of things in the following code ...
2
votes
1answer
183 views
Finding a cumulative frequency array
This method converts a frequency array into a cumulative frequency array.
For example if the initial array was { 1, 2, 3, 4} calling the method should give you { 1, 3, 6, 10}
This is what Ive ...
0
votes
0answers
358 views
Undervolting on Lion, how to start? [closed]
Basically the begin situation is, I have experience programming in VB, C#, Java, PHP, JSP, ... but since a few weeks I bought a Macbook Air and the main concern with it is CPU temperature. I searched ...
0
votes
2answers
435 views
Audio frequency of each frame of a audio file like .mp3 .wav
Can I find a way to get frequency of each frame on a audio file like .mp3 or .wav or any other sound format using "fmod" or "cwave" libraries or even other libraries?
How can I find out this frequency ...
-2
votes
2answers
1k views
get frequency and amplitude from wave file
I want to get frequency and amplitude from wave file using c#.
I tried naudio and FFT, but result is nothing. can you help me please.
NAudio.Wave.WaveChannel32 wave = new ...
1
vote
2answers
566 views
iPhone app audio recording only in above certain frequency
I am currently engaged in a audio recording based application for iPhone and iPad. Here I have done the basic audio recording feature myself, but I don't have any idea about how to record the audio ...
0
votes
1answer
173 views
script to build frequency word pairs on 100 mln DB
Please help me to build word pairs frequency table from table with 100 mln records that is work on SQL Server 2008 db.
Table looks like:
Original table
id |source |comment(255)
-------------------
...
0
votes
1answer
81 views
Highest value of a number from a list of modes
So I have found the frequencies of numbers from a list and have created a list such as this [2:3 , 25:1, 22:4, 5:2, 5:2] What im trying to do after that is have a for loop detecting the maximum ...
-1
votes
1answer
169 views
Computing vowel frequency with R
Can you please give me a hint on what's the best and easiest way to compute the absolute and relative frequencies of vowels in a string using R?
I guess the source code is a bit different from what ...
3
votes
4answers
2k views
Java equivalent of c# system.beep?
I am working on a java program, and I really need to be able to play a sound by a certain frequency and duration, similarly to the c# method System.Beep, I know how to use it in c#, but I can't find a ...
0
votes
1answer
192 views
SAS Two-way count table: How to produce?
I have been using the proc freq command to create a two-way table of counts. I have two columns of variables, and want to make a matrix, such that the variables in Column A are grouped in rows, and ...
2
votes
4answers
2k views
How to draw a frequency spectrum from a Fourier transform
I want to plot the frequency spectrum of a music file (like they do for example in Audacity). Hence I want the frequency in Hertz on the x-axis and the amplitude (or desibel) on the y-axis.
I devide ...
0
votes
2answers
343 views
Getting relative frequency of each character in a string in java
I wanted to get the average of each unique character in a string. I have an example here as it would be easier to illustrate it.
String:
The big brown fox
Average of each character including ...
9
votes
1answer
2k views
iOS FFT Accerelate.framework draw spectrum during playback
I did a lot of research and learned a lot about FFT and the Accelerate Framework. But after days of experiments I'm kind of frustrated.
I want to display the frequency spectrum of an audio file ...
0
votes
2answers
116 views
Sorting a concordance?
For my homework, I need to isolate the most frequent 50 words in a text. I have tried a whole lot of things, and in my most recent attempt, I have done a concordance using this:
concordance = {}
...
2
votes
2answers
261 views
Computing contingency tables in R language
I have a data set in R as follows
ID Variable1 Variable2 Choice
1 1 2 1
1 2 1 0
2 2 1 1
2 2 1 1
I need to get the ...
0
votes
2answers
152 views
How to implement Lists of Hashmap/ArrayList
Hi everyone I am having a problem trying to get this to work. Basically what I wanted to do is to read a text file containing this kind of data not exactly but just similar and count the frequency of ...
2
votes
4answers
221 views
How to print frequencies in descending order?
I've had a look at other similar questions already but haven't been able to apply the answers to my program. At the moment the frequencies are printed in ascending order, what do I change to make it ...
0
votes
0answers
705 views
How to disable freqeuncy scaling on android?
How to detect the frequency when running a program on android?
I want detect the CPU usage using the top -m command, but since android kernel by default does frequency scaling, I am afraid the result ...
2
votes
3answers
3k views
Using Matlab FFT to extract frequencies from EEG signal
I am new to BCI. I have a Mindset EEG device from Neurosky and I record the Raw data values coming from the device in a csv file. I can read and extract the data from the csv into Matlab and I apply ...
0
votes
1answer
615 views
Memory leak while using linked lists and hash arrays
Whatever I do I cant tell why this is leaking memory. I am releasing all dynamically created memory, yet it says I have 406 leaks. Any hints would be great. I have spent a week trying to figure it out ...
-1
votes
2answers
474 views
Word frequency using C programming and Linked-List but frequency count is wrong
I am stuck and searched all over spending days on this. I need to create a word frequency program using C. For keeping track of collisions I use a linked list, but my code does not give the right ...
0
votes
1answer
584 views
Finding the peaks of a spectrogram
I am currently working on a project for my 2nd year. I am supposed to code in java a tuner. I have chosen to do a guitar tuner.
After looking around on the internet, I found a java code to do a FFT. ...
1
vote
1answer
429 views
Sound Frequency detecting?
What is the solution to detect specific words from audio file?
I have a lot of audio file (same codec) and each file is only about 15 seconds long. (Note: all audio files are the same person / same ...
2
votes
1answer
125 views
How to update frequency of WiFi configurations in Android?
I want to change the frequency of wifi to get every channel signal strength. I wanted to use Java reflection but can not come out effect. So I want to you for help.
3
votes
1answer
64 views
Coding an interface where user selects date reoccurnace
I need to create an interface where a user needs to select how many times his magizine/newspaper gets distributed. Some magazines/newspapers get distributed
Several times a week.
Several times a a ...
1
vote
2answers
656 views
What is the theory behind active noise cancellation?
In a previous question, I had asked Why can't I simply negate the source time domain amplitude values to produce a destructive noise signal?
One of the posters said that while simply producing a ...
1
vote
2answers
325 views
Data Structure Decision on Efficient Frequency Calculation
Question: Which data structure is more efficient when calculating n most frequent words in a text file. Hash tables or Priority Queues?
I've previously asked a question related to this subject ...
0
votes
0answers
560 views
compare two audio file in java
i want to make a project in which i am going to record a user's voice and then compare it with a stored voice. I searched for that and i come up with MFCC and FTT algorithm. but i really don't ...
0
votes
0answers
196 views
UART and FSK implementation of C8051F996
I am trying to send a UART signal but FSK encoded. I have the UART working, with baud rate 290. I am sending on P0.7TX. When hooked up to a computer, I get the expected results. However, I would like ...

