The spectrogram tag has no wiki summary.
1
vote
1answer
20 views
Why reducing the window length, causes empty rows in spectrogram?
I'm trying to plot a proper spectrogram for sound data, in Qt. And now i can plot a nice looking spectrogram with a fft window length 1024 and overlapping data length 976. But it is usual to use small ...
0
votes
1answer
51 views
Draw Spectrogram STFT in C#, what function can I use?
Assume that I have STFT (short time fourier transform) data, how would these can be displayed on the picture box as spectrogram of frequency vs time, what function in C# can I use ?
1
vote
2answers
30 views
iOS how to pick colors for a hot/cold spectrogram when max magnitude is not known?
I'm looking at the aurio touch sonogram example and see that it displays different FFT frequency bands, depending on their magnitude with color that ranges from blue to purple to red to white. When ...
0
votes
1answer
40 views
Finding peaks from a spectrogram picture
So, i have this code:
[sound,fs,bits] = wavread(file);
[S,F,T] = spectrogram(sound, 256, 200, 256, fs);
plot(F,abs(S));
[sorted index] = sort(list,'descend');
Now i need to find the ...
0
votes
1answer
131 views
Spectrogram Matlab
I have the following code in matlab:
[Sound Fs bits] = wavread('a.wav');
Now i have to use the function spectrogram and plot it (i have to give the function spectrogram the following arguments: ...
0
votes
0answers
4 views
spectrum sensing using cyclostationarity “Plotting spectral correlation function against cyclic and spectral frequencies” [migrated]
I am working on spectrum sensing using cyclostationarity. I want to plot spectral correlation function(SCF) against cyclic and spectral frequencies. I'm genrating a cyclostationary signal using ...
2
votes
1answer
161 views
How do I plot a spectrogram the same way that pylab's specgram() does?
In Pylab, the specgram() function creates a spectrogram for a given list of amplitudes and automatically creates a window for the spectrogram.
I would like to generate the spectrogram (instantaneous ...
0
votes
0answers
9 views
plotting spectroscopy figure error in determining spectrogram features
This is my code so far
fs = 22050;
Ts = 1/fs;
t= 0:Ts:1-Ts;
x1=cos(2*pi*(900)*t+0.3*pi);
N = length(t);
F = fs/N;
f = (-fs/2):F:(fs/2)-F;
Y=fftshift(fft(x1))/N;
plot(f,abs(Y));
...
1
vote
2answers
134 views
Save Spectrogram as an Image in MATLAB
I'm analyzing some sound clips using the spectrogram() function in MATLAB. I would like to save the spectrogram as an image (jpg, png, etc). But regardless of what image format I save the figure in, ...
1
vote
2answers
91 views
Map a value [0.0-1.0] to color gain
I need to translate values from 0.0 to 1.0 to their color representations (each value is a pixel). I am making a spectrogram, so the higher the value the brightest the pixel should be (as in the below ...
0
votes
1answer
85 views
Spectrogram (Narrow-band, Wide-band) code in Matlab
I want the code for demonstration of the spectrogram, narrow-band and wide-band.
I know that there is a function 'specgram'.
specgram(signal, nfft, fs, window, nooverlap);
But my question is that ...
0
votes
2answers
202 views
audio pattern matching in matlab
Can someone please give me an idea about this problem in matlab ,
I have 4 .wav files that contain the chirping of the birds . Each .wav file represents a different bird. Given an input .wav file , I ...
3
votes
3answers
217 views
Compare two spectrograms in iOS
I am drawing spectrograms using the sample code aurio touch provided by apple. Now I want to compare the two spectrograms in iOS to see if they are same. Is it possible to compare the two spectrograms ...
0
votes
0answers
55 views
Buffer and Spectrogram
Suppose that I want to divide a signal in segments and I want to calculate the center of those segments and the respective time.
Suppose that I' ve
signal = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ...
1
vote
1answer
110 views
Decrease the size of spectrogram created with seewave
I'm trying to visualize spectrographic representation of audio wave and export it into publication-quality format. It seems that the easiest way to do this with R is to use package seewave. In the ...
0
votes
1answer
120 views
Draw a Spectograph for FFT iOS
I am developing a code to display Spectrograph on iOS devices.I have the FFT data with me how to I plot the Spectograph with the FFT data.
1
vote
2answers
139 views
Python basics: argument input help needed, IndexError: list index out of range
I'm trying to test a Python script that hopefully produces an audio spectrogram from a wav file. I assume I need to input a path to a wav, but I am getting an error: IndexError: list index out of ...
2
votes
1answer
471 views
How can I plot the results of the spectrogram function?
Within my figure I have 2 axes, the first is the time series of the signal and the second is the ifft of the signal. I'd like to add a 3rd axes that contains the spectrogram of the signal. How can I ...
1
vote
1answer
270 views
MATLAB : plot a line on top of spectrogram and show a new yscale
I want to superimpose a line on top of a spectrogram (plotted using imagesc). I am unable to do this using the "hold on" command. I also want to show a y scale for the line that I am plotting over the ...
0
votes
1answer
130 views
How do I mark on a figure's spectrogram?
Using a figure to create a new one, then spectrogram to plot on it, how do I mark a certain point on the existing figure?
0
votes
0answers
214 views
Looking for an online spectrogram or audio waterfall plot, akin to the google chart tools?
I have frequency data for a large number of time steps stored in a mysql database, and I want to display it on my site as either:
A spectrogram: http://cnx.org/content/m0505/latest/spectrum8.png
An ...
2
votes
1answer
348 views
Can I adjust spectogram frequency axes?
The MATLAB documentation examples for the spectrogram function gives examples that have the frequency axis set to [0 500]. Can I change this to something like [0 100]? Obviously running the axis ...
3
votes
1answer
332 views
gnuplot pm3d gets white lines
I draw a spectrogram with gnuplot version 4.6.
I ensured it is the newest version here:
http://www.gnuplot.info/download.html
Gnuplot is installed from Debian repository.
The plot area and the ...
0
votes
2answers
666 views
How does Octave spectrogram 'specgram' from signal work?
I'm trying to test the specgram function located in the signal package in Octave but I'm a little confused at the input/output variables for specgram. What I would like to do is be able to get the ...
1
vote
1answer
163 views
python - downscale output of pyplot.specgram
I have a 40 seconds recording, of which I plot the spectrogram with pyplot.specgram.
I want a vector graphics output out of it.
The output image is large, and when I include it in a PDF it makes it ...
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 ...
0
votes
0answers
310 views
Change Qwt SpectrogramData look?
I've been given a chart (below) and asked if I could change the look of it. The data behind this chart only has X values of 1,3,4,5 - whole numbers only. However, from the chart it looks like it ...
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. ...
0
votes
1answer
1k views
Spectrogram example in Matlab
Is there Matlab code that shows a series of numbers representing a waveform as a spectrogram?
The time interval each sample represents is the same, idearly this could also be given to use for the ...
0
votes
1answer
205 views
Jumpy/incorrect looking spectrograph on iOS5
I have written a function to perform an FFT on an array of 1024 samples. I am attempting use the output of this function to plot a spectrogram.
The graph has very inconsistent input, spending most of ...
1
vote
1answer
325 views
How to do subtraction between 2 spectrogram and then draw a new one in MATLAB
The two spectrograms are in the same dimension.
I tried S = spectrogram() to get the vector S, but I don't know how to draw back to spectrogram with it.
0
votes
1answer
655 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
3k 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 ...
3
votes
0answers
1k 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 ...
4
votes
4answers
2k 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 ...
2
votes
1answer
730 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 ...
0
votes
1answer
518 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
749 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 ...
1
vote
3answers
2k 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
3k 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 ...
1
vote
3answers
250 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 ...
-2
votes
1answer
888 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
3
votes
3answers
3k 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 ...
9
votes
5answers
4k 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 ...

