Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
675 views

Compare two spectogram to find the offset where they match algorithm

I record a daily 2 minutes radio broadcast from Internet. There's always the same starting and ending jingle. Since the radio broadcast exact time may vary from more or less 6 minutes I have to record ...
5
votes
5answers
2k views

Converting an FFT to a spectogram

I have an audio file and I am iterating through the file and taking 512 samples at each step and then passing them through an FFT. I have the data out as a block 514 floats long (Using IPP's ...
3
votes
0answers
309 views

Programming a Spectrogram using C [closed]

I am trying to make an audio spectrogram in C and am thinking about using the BASS library: http://www.un4seen.com. I searched over Google and here, but majority of examples are in C++. If any of ...
2
votes
1answer
449 views

Voice recording spectrogram

I am creating a voice recording app wherein I have displayed a decibel meter. However, I would like to include a voice spectrogram on the lines of what is found in Dragon Dictate or Google Search ...
2
votes
2answers
1k views

Spectrogram C++ library

For my current project in C++ / Qt I need a library (LGPL is preferred) which can calculate a spectrogram from a signal ( basically an array of doubles ). I already use Qwt for the GUI part. Any ...
1
vote
2answers
1k views

Can Python + Qt combination produce a real time spectral analysis tool?

I want to develop a tool that does the following things. take in a live voice recording produce a real time spectrogram show the time-domain signal output few values extracted from the spectral ...
1
vote
3answers
146 views

What is the best way to store a spectrogram graph as a data struture that can be compared against?

I have created a process similar to Shazam that creates a Spectrogram of a given sound clip. I am trying to figure out a way in which to store this data into a database so that I can run comparisons ...
0
votes
1answer
148 views

MATLAB - Trouble of converting training data to spectrogram

I am a student and new to signal processing just few months ago. I picked "A Novel Fuzzy Approach to Speech Recognition" for my project (you can google for the downloadable version). I am a little ...
0
votes
1answer
256 views

Extracting bytes from audio file - JAVA

what is the difference between the following two implementations in extracting the bytes of DATA from an audio file ? The file is WAVE and i want to extract only the data, without headers or any ...
0
votes
1answer
294 views

Audio file spectrogram, is it time vs amplitude or time vs frequency?

When I am trying to create an spectrogram of an audio file, should I plot time vs amplitude or time vs frequency ?
0
votes
1answer
269 views

How can I decode a RAW/WAV file into a list of numbers?

How can I decode a RAW/WAV file into a list of numbers ? I need to do since I need to create a spectrogram/waveform from the audio file. I thought I could use the list of numbers and create an image ...
0
votes
3answers
1k views

Matlab's specgram outdate vs spectrogram replace

In Matlabs recent versions, the specgram function is being replaced by spectrogram, and the documentation states: Note. To obtain the same results for the removed specgram function, specify a ...
-2
votes
1answer
497 views

how to convert the spectrogram into an image

using MATLAB, we have converted image into audio (.wav format). Also this audio file is converted into spectrogram image. Now we are trying to convert this spectrogram into an original input image