The frequency range of a wave-like function

learn more… | top users | synonyms

0
votes
1answer
21 views

DFT Matlab function

I've write a function that calculates the DFT of an image, My prupose is to show the amplitude spectrum without using the fftshift command. DFT_img.m looks like this: function f = DFT_img(a); [n ...
0
votes
0answers
20 views

spectrum function power spectral estimation from MATLAB to c#

In MATLAB there exists the function H=spectrum. which returns a spectral estimator in H of type specified by ESTIMATOR. There are three types of estimators: power spectral density(PSD), mean-square ...
0
votes
0answers
8 views

Complex Filter Design

I want to design a filter. I was using butter(). But the designed filter is a real filter with this method. For example: think that I found fft of my data. The spectrum will be in a range ...
0
votes
1answer
39 views

Converting spectral data for given Observer/Illuminant to another Observer/Illuminant

I'm working on a simple Measuring Software for HunterLab (Color) instruments (EZ line) (screenshot here) and I hope someone can help out here. They deliver spectral data from 400nm...700nm by 10nm ...
1
vote
2answers
49 views

Export audio file volume dB levels in Linux

I would like to be able to generate some sort of file that will store the volume levels of an audio file. I am pretty flexible about this but an example would be a csv that shows the volume every ...
0
votes
2answers
225 views

extracting frequency of signal from FFT

I am new to Matlab and FFT. I need to extract the dominant frequency from a signal which is varying in magnitude and frequency. I tried to perform a detrend and then an FFT to obtain the frequency but ...
2
votes
1answer
327 views

iOS FFT Draw spectrum

I've read these question: Using the apple FFT and accelerate Framework How do I set up a buffer when doing an FFT using the Accelerate framework? iOS FFT Accerelate.framework draw spectrum during ...
1
vote
1answer
78 views

What's class they use to graph audio spectrum like this?

https://lh4.ggpht.com/Z6q1y1F3B0pIzjbLiPx6AlO4B9aimrjcJObvBQb-Kz3ZNu-6F_Cr3BeXGmbvkgUMZA https://lh6.ggpht.com/ZTm9aLqj-Faaa0G5bqafudhkEPHTSQ3QhzqJc7uQFPdBGPHPx7QXpxDt-BHq9sAMhus I think they use ...
0
votes
0answers
81 views

The position template of 2D spectrum in case of using cuFFT

I use CUFFT to perform FFT Real-to-Complex(R2C) and iFFT Complex-to-Real operations(C2R). As you know, performing FFT R2C to 2D image, you will get the 2D frequency spectrum of this image, moreover ...
0
votes
0answers
114 views

Audio spectrum analyzer for Windos Store App

A want to add a spectrum analyzer to my Windows Store Application. Are there any libraries that allow to do this? I write my application using C#/XAML. P.S. It's not necessarily must be a spectrum ...
0
votes
1answer
90 views

Sound to 3 main frequencies(low, mid, high)

I have made some research but I couldn't find what I am exactly looking for. At the moment, I have to send channel values by com port. For example: the content of file freqs.ini low=0-xx khz; ...
0
votes
1answer
89 views

How can I implement semi-automatic peak-picking

I am working on photoluminescence temperature series. I hence have several intensity Vs energy (eV) spectra, taken at different temperatures. My issue is that the signal processing/peak finding ...
1
vote
1answer
95 views

How to sum frequency spectrums?

For example, I have spectrum for guitar note D and I have spectrum for guitar note F. How to get spectrum of both of them? How to create chord spectrum?
0
votes
1answer
86 views

How can I vectorize the calculation of a multi-taper spectrum?

Normally I compute the spectrum of a signal using pmtm: signal = rand(1000,1); NW = 4; Fr = 1:50; Fs = 200; [p, fr] = pmtm( signal, NW, Fr, Fs); However I'm looking for a way to vectorize this so I ...
1
vote
1answer
85 views

Sound additive synthesis - any harmonic amplitudes

I have working solution of music synthesis written in C#. Now I am facing problem if implementing another instruments based on collection of amplitude spectra. I have found this web, where can I see ...
0
votes
1answer
254 views

Spectrum Analyzer with Python?

I want to create a music player with Python which uses OpenGL for visualizing the audio spectrum. I already have the 3d engine set up and all I need is to get the spectrum data and feed it to the ...
0
votes
0answers
58 views

transpose spectogram data

Sorry about the previous question, I forgot to include more details. So here we go. There is this code file called mfccgram.m found if you search on google first result. That would display ...
0
votes
0answers
43 views

matlab code for spectogram sort data [closed]

I have a matlab code called mfccgram.m found if you search on google first result but the output of that file produces data example, not real data below just example 1 2 3 4 5 6 7 8 9 10 and it has ...
0
votes
1answer
293 views

Why in FFT output of 1Hz sine wave, does 1Hz magnitude behave like a sine wave?

I have been developing a small software in .NET that takes a signal from a sensor in real time and takes the FFT of that signal which is also shown in real time. I have used the alglib library for ...
1
vote
1answer
360 views

Calculate area under power spectrum for certain frequency range

Below I present my code how I calculate power spectrum for my signal: Fs=100; n = length(x) (in my example always n=160); whann = window(@hann,n).'; x = whann.*x'; xdft = fft(x); xdft = ...
3
votes
0answers
115 views

Using of getSpectrum() in Libgdx library

I know the first thing you are thinging is "look for it inside documentation", the problem is that documentations are not clear about it. I use the library to get FFT and I started from this short ...
1
vote
1answer
76 views

Convert 'spec' S3 class to new S4 class

In R I want to convert (coerce?) an object returned from stats::spectrum (class 'spec') into a new S4 class. The S3 class 'spec' is essentially a list of various information with mixed formats (I've ...
1
vote
0answers
298 views

Apply notch filter on image spectrum (OpenCV)

How can I apply a notch filter on an image spectrum using OpenCV 2.4 and C++? I want to calculate the DFT of an image, suppress certain frequencies and calculate inverse dft. Can anyone show me some ...
1
vote
0answers
91 views

von Karman curve fitting to field measured wind spectrum

So for this wind monitoring project I'm getting data from a couple of 3d sonic anemometers, specifically 2 R.M.Young 81000. The data output is made digitally with a sampling frequency of 10Hz for ...
1
vote
1answer
207 views

jTransforms DoubleFFT_1D first two values

The documentation says public void realForward(double[] a): Computes 1D forward DFT of real data leaving the result in a . The physical layout of the output data is as follows: if n is ...
1
vote
1answer
1k views

Plotting time vs frequency in matlab

I am trying to find a way to create a graph that shows an audio wave and its time-frequency data (time on x-axis, wave energy and frequency data on y-axis). I have this code that does it on two ...
0
votes
1answer
138 views

How to generate Audio Spectrum when you play audio file from remote url?

I have one screen in which i have created my custom audio player where i play the audio file which received from the webservice.I am successfully done this part. Now , as per the audio file i want to ...
0
votes
3answers
424 views

Display a frequency spectrum of a FFT data in C#

I have already converted the wave file using FFT, and with the return double array I need to display a spectrum of the transformed data, which will look like this:
0
votes
0answers
156 views

how to plot a wave spectrum in java?

After reading the wave header using java i have to plot a spectrum of the wave. so far i have done the part reading header of the file which outputs a byte array converted to double. how can i plot ...
1
vote
1answer
131 views

Autocorrelation of power specturm

Have anyone idea how can I implement autocorrelation of power spectrum of one image? I tried using: autocorrel = ifft( | fft(power spectrum) | ^ 2 ); but its not working? Do you have any idea why ...
2
votes
1answer
225 views

Finding peaks in 2D matrix in java

I've spent a few days searching a for solution to my problem. I'm having a problem in finding peaks in one large matrix (approx. 1400 x 2700). I need to find the main peak and two smaller peaks - in ...
0
votes
0answers
195 views

MATLAB xCov and PSD

If I remember correctly, isn't fourier( autocovariance ) = power spectrum density? If so then taking the FFT of xcov(signal) should give me the psd of the signal right? But when I do that, and ...
5
votes
1answer
299 views

Power spectrum with Cython

I am trying to optimize my code with Cython. It is doing a a power spectrum, not using FFT, because this is what we were told to do in class. I've tried to write to code in Cython, but do not see any ...
2
votes
1answer
862 views

FFT bin width clarification

I'm developing a spectrum analyzer for the 8bit Atmega32 that outputs onto a LCD display. The maximum sampling frequency is 40kHz, and maximum frequency is hence 20kHz, adhering to fs > 2B. At the ...
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 ...
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
577 views

Spectral analysis using FFT, fundamental frequency derivation

I need to perform spectral analysis of a simple wav file. The things I have already done : Read file into byte array : ByteArrayOutputStream baos = new ByteArrayOutputStream(); byte[] buffer = new ...
0
votes
0answers
569 views

Implementing a Harmonic Product Spectrum algorithm in java

I am currently working on a guitar tuner program in Java and I am trying to implement a Harmonic Product Spectrum Algorithm in order to determine the fundamental frequency. For the moment, I made a ...
0
votes
3answers
326 views

Recognising an individual guitar chord from an audio sample

I realise there are a fair few questions on here already with regard to chord detection algorithms; however, most of these seem to be relating more to interpreting songs into sets of chords or chord ...
0
votes
1answer
311 views

Porting libmfcc to C# using Bass Library

I am currently using The Bass Library for Audio Analysis which can calculate FFT and return it as an Array, libmfcc uses this Data to calculate the Value of the MFCC Coefficients which I need. (Info: ...
-1
votes
2answers
267 views

Converting NMR ascii file to peak list

I have some Bruker NMR spectra that i am using to create a program as part of a project. My program needs to work on the actual spectrum. So i converted the 1r files of the Bruker NMR spectra to ...
1
vote
0answers
527 views

Bass.dll just Spectrum data C#

I am trying to create a game based on beat and spectrum detection. I am currently stuck on that my function returns not quite what i want, beacose the array is not fully assigned. The last element ...
1
vote
2answers
537 views

Unexpected result from discrete fourier spectrum analysis of sine-sample

http://jvalentino2.tripod.com/dft/index.html My code is really just a copy of the above: package it.vigtig.realtime.fourier; import java.io.File; import java.io.IOException; import ...
7
votes
1answer
158 views

Harmonics count in a music sample

To determine the richness of a sound, I would like to determine the number of harmonics in a sample of music. For that, I'm using Processing with the Minim library which gives me a full spectrum with ...
0
votes
1answer
215 views

Analyze sound by channels in flash player 11

referring to my old question AS3: Analyzing sound spectrums one by one, one channel at once , with flash player 11 and using Sound.extract,is it possible to extract a single channel and ...
0
votes
3answers
270 views

How to catch the event when spectrum of an audio reached a specific height, like triggered event made by a loud sound?

I already have the program of the player, wave form generator, spectrum analyzer, the list box where the time will be recorded. These stuffs are working. Now, I want to add the feature, when you will ...
2
votes
4answers
1k views

Why do I need to apply a window function to samples when building a power spectrum of an audio signal?

I have found for several times the following guidelines for getting the power spectrum of an audio signal: collect N samples, where N is a power of 2 apply a suitable window function to the samples, ...
0
votes
1answer
268 views

How to compare two .mp4 files?

I would like to compare two mp4 files, does somebody has an idea? Maybe by interposing the video spectrum? Thanks.
1
vote
2answers
1k views

Drawing spectrum of an image in C++ (fftw, OpenCV)

I'm trying to create a program that will draw a 2d greyscale spectrum of a given image. I'm using OpenCV and FFTW libraries. By using tips and codes from the internet and modifying them I've managed ...
4
votes
3answers
2k views

Real-Time FFT with High Resolution while Keeping Latency Low

I have read all the wikipedia articles and stackoverflow articles on fft and resolution. However, nothing has helped in learning how to get high resolution frequency without having a huge latency ...

1 2