The rate at which a thing occurs or is found.

learn more… | top users | synonyms

5
votes
1answer
1k views

What is the most reliable way to determine the CPU clock frequency of Android phones?

I found some references and ended up with the following code: String[] args = { "/system/bin/cat", "/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq" }; cmd = new ProcessBuilder(args); Process ...
3
votes
1answer
80 views

SQL frequency of event

I've been asked to report the frequency of contacts for our clients i.e. how many of our clients are seen on a weekly, monthly, quarterly or annual basis. When "frequency" is discussed in forums they ...
2
votes
1answer
206 views

How do you plot relative frequency in python

I am looking to plot the relative frequency of a bunch of numbers in Python. I need to use the hist function, I have looked elsewhere on this site but I haven't found anything. I am doing the ...
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.
2
votes
1answer
1k views

How to create tuner that runs continuously?

I am creating a tuner for Android (similar to a guitar tuner) and I am wondering how to allow the tuner to run continuously (for a couple minutes or so). I don't want it to be a service that runs in ...
3
votes
0answers
147 views

Counting characters in a string with SSE Intrinsics

I am trying to implement a character-frequency function in C. This task is very simple of course, simply loop over the string and increment like this: for(cycle = 0; cycle < length; cycle++){ ...
2
votes
0answers
274 views

Any AFSK libraries for Android? (for data input via Android headphone jack)

I'm trying to implement a audio jack data interface using AFSK and a micro-controller. Through searches I've seen a couple implementations that use iPhones, such as this: ...
2
votes
0answers
84 views

Describing Frequency & Period with zoo

I have weekly sales observations for several products. I then create a zoo object to hold these data but can't make the frequency/cycle work as I intend. Data is available at Dropbox (asr.csv). I've ...
2
votes
0answers
478 views

Java Perlin Noise Implementation Problems

Hey stackoverflow community! I have been reading about perlin noise for the past 2 weeks and tried implementing it on my own in the most basic way. Even so, my program does not work. It outputs near ...
1
vote
0answers
36 views

Frequency array feeds FFT

The final goal I am trying to achieve is the generation of a ten minutes time series: to achieve this I have to perform an FFT operation, and it's the point I have been stumbling upon. Generally the ...
1
vote
0answers
56 views

I want to find the fourier spectrum of an image

Is this correct? p1 is the source image and p2 the destination image and all the 3 channels have the same value as I am working with grayscale image and pp1[i] accesses the 'ith' channel. for(int ...
1
vote
0answers
60 views

Accurate way to detect the main frequence of a sound file using NAudio

I am a beginner in NAudio programming and i have this problem. I have a lot of sound files which are used in a project i am working on. These files are a different frequency wave sounds which starts ...
1
vote
0answers
58 views

Checking Frequency of Pulse, zero pulse case Android

I have a sensor that is measuring wind speed. For zero wind it outputs 0V (LOW) and has no pulse. However it outputs pulses (HIGH) for any speed greater then 0.3m/s. I am trying to write some code to ...
1
vote
0answers
146 views

iOS Tone Generator with variable Oscillation Patterns

I have a Tone Generator Application that generates a tone based on Slider Value for frequency. This part of the application works fine. I'm redering tone using #import ...
1
vote
0answers
333 views

how to amplify the frequency of audio in android or reduce the background noise

this is my code Thread Rthread = null; AudioRecord record = null; int freq = 8000; AudioManager am; AudioTrack play; int minbuff=20000; AudioRecord m_record; AudioTrack m_track; byte[] buffer = new ...
1
vote
0answers
259 views

Measured frequency switching time different from cpuinfo_transition_latency

I just performed some measurements on a Pandaboard ES (OMAP4460, ARM Cortex A9 with 1.2 GHz) to check how long cpu frequency changes take. I am running a Android 4.0.3 with a 3.0.8 Kernel. I modified ...
1
vote
0answers
193 views

radio frequency that the phone's cellular radio is using to talk to the tower / base station in Android

What I am looking for is the radio frequency that the phone's cellular radio is using to talk to the tower / base station. I need to Calculate the Frequency and display into my Android app. Any ...
1
vote
0answers
327 views

increasing record time in android?

I have a frequency indicator sound recorder which record sound successfully but it record for only 4 seconds.I need more than 4 seconds to record the code is given below: public class vr1 extends ...
0
votes
0answers
25 views

How to change frequency of audio file and save it as mp4 file on sdcard?

I m trying to make an app where user can record his voice and can play the voice in funny tone. Like talking tom application but not just that..He shd be able to share that recorded sound file. I m ...
0
votes
0answers
13 views

explicitly setting the interval for distributed GCs does not seem to work

I have been trying to control the interval between Full GCs triggered by RMI when using JMX (known as distributed GCs). Specifically, I start my java platform like this: java ...
0
votes
0answers
31 views

Frequency of Music Note Function Test

I'm having some trouble with this code that I'm writing in c. What it should basically do, is to test whether or not the freq() function returns the correct value based on a pre-defined array of ...
0
votes
0answers
4 views

Counting words from my vocabulary in large document

I have a quite large document including 200 reviews and my target is "how to determine the frequency of each word of predefined vocabulary in that large document" I looked up in the forums for ...
0
votes
0answers
23 views

how to determine serial frequency notes of an audio recorded file 3gpp, amr, aac in Android

I'm new here.. can anybody help me with some tutoring about codes of how to create a simple frequency note detector from an audio file in Android. I'm trying to make an Android app to record ...
0
votes
0answers
17 views

iOS Remote IO frequencies

Some other SDK's mess up Remote IO when using nonstandard frequency for output. My input frequency is 22050.0 and I'm trying to get an output frequency about 32000. But it's got to be just the right ...
0
votes
0answers
60 views

Sound editing and equalizer on python

Im currently using pyglet as my sound library on python, The library is great but it does not contain an important feature i really need: Frequency control while playing a certain song (lets say ...
0
votes
0answers
45 views

OpenAL/SFML get pitch value

I've been googling for a while to see if there is any way to retrieve the frequency/pitch of some sound buffer. I know there is alSourcef in OpenAL that changes the pitch of some sound. Basically, I ...
0
votes
0answers
34 views

Relationship between bins in frequency vector and the frequency peaks

I would like to know if there is any general relationship between bins of frequencies and peak frequency: say a wave x=Asin(2*pi*w*t +phi), goes through fft and fftshift to get both the positive and ...
0
votes
0answers
82 views

Trying to extract carrier wave signal from an fm signal using FMDEMOD in Matlab

I have an fm signal, I am trying to extract the carrier wave signal from it. I have tried, but the below code does not work. The modulating signal is sinusoidal in nature. sin(20sin(t) gives an ...
0
votes
0answers
50 views

determine cutoff frequency in acceleration app

I am trying to figure out where the cutoff frequency value comes from in Apple's AccelerationGraph example app. AccelerationGraph Example App The filter constant is calculated with this ...
0
votes
0answers
74 views

How to find time, based on acceleration & deceleration points of sine curve?

I want to find time using sine curve based on acceleration & deceleration points. I know frequency & distance traveled. I want to find out the time required for each phase means time at which ...
0
votes
0answers
84 views

File format to store lists of radio stations, frequency, modulation?

I am about to add a feature to an existing radioamateur application: A computer connected to a radio receiver (Controlled by a serial cable) would find the station name given the frequency, and ...
0
votes
0answers
53 views

Plotting Ranges in R/Excel

I have a table showing frequency for some ranges as follows : 0-10 3 11-20 8 21-30 17 31-40 10 .. The ranges (0-10 etc.) exist as strings. I want the ranges as the X-axis and the frequencies ...
0
votes
0answers
90 views

Android-Arduino transfer frequency and time from wav or mp3 file

Currently having a trouble finding an API or code sample to transfer wav or mp3 file (not both necessary) from android to arduino by transforming it to the two arrays of ints. Maybe someone already ...
0
votes
0answers
89 views

Simulate button presses with guitar frequency c#

I've been playing Rocksmith lately with my guitar and I find it really interesting. The way I believe they 'know' which fret you're pressing is by comparing the frequency of the note to the note that ...
0
votes
0answers
108 views

Getting sound frequency at the moment from the mobile's microphone

I am developing app for Windows Phone which needs to read the sound frequency from the mobile's microphone. For now I want to create just a logic, because I do not have a phone to test it on(right ...
0
votes
0answers
56 views

How to gauge or compare relative frequency of arbitrary words without a search engine API?

More than a few times I've wanted to programmatically pick the better of two words or phrase using frequency of use on the Internet as a heuristic. The obvious way, and the way to do it manually, is ...
0
votes
0answers
205 views

atmega32 counter to measure frequency giving too high values

I am using a photosensor which gives output as a square wave. The frequency of this square wave is being measured using Atmega32A with 1MHz clock. The full scale output of sensor is 500kHz. I am ...
0
votes
0answers
77 views

voice change in android

I have requierement to change the voice in android programatically I will record a voice it should be play back with a different modulation, frequency. so that the original voice is altered. Is ...
0
votes
0answers
28 views

How to make frequency matrix from several other matrices in MATLAB

I have 30 matrices (1446x1124) containing values going from 0 to 99. I would like to have an output matrix, having the same size and containing in each cell the frequency of ouccrence (between 0 and ...
0
votes
0answers
181 views

Java RMS Frequency Is Incorrect

I am trying to create a program that records from the microphone and identifies the frequency in the tone that was produced. The code below records from the microphone, calculates the RMS of ...
0
votes
0answers
37 views

XNA how to predetermine frequency data?

In my XNA game I want the code to pick a song and predetermine its frequency spectrum (without playing the song). I use the BASS audio libary. Ive only managed to do this on realtime but thats not ...
0
votes
0answers
695 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 ...
0
votes
0answers
555 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
195 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 ...
0
votes
0answers
575 views

ANDROID: creating a 3D graph from a audio file

I want to create a 3D graph from an audio file. The audio is recorded from within the app and saved as raw audio, i already have that done. X-Axis: time Y-Axis: frequency The amplitude should be ...
0
votes
0answers
137 views

Regular expression pattern & frequency matching

I have 3 strings that are of the form 1: "word1" 2: "word1_word2" 3: "word1_word2_word3" In my program, I am to match user supplied words to these strings. e.g. 1 I am given an array of words ...
0
votes
0answers
515 views

how to plot relative frequency for each factor using ggplot2

I am trying to plot the relative frequency of a variable with multiple factors, but i could not figure out how to do this using ggplot2. I have search through the forum, and tried some solutions, but ...
0
votes
0answers
196 views

Text To Speech Frequency Problem In android

I have been assigned a task regarding text-to-speech in which a particular set of sentences are given and it has to be uttered in different languages. The Problem is i set the frequency of the speech ...
0
votes
0answers
130 views

Query by humming approach

I don't know if this is a best place to ask this. I'm developing a course project for my bachelor degree, which basically is a service that search for songs by having users humming as input. Can any ...
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?

1 2 3