Group Abstract Group Abstract

Message Boards Message Boards

Spectrogram of a Sound Object

Posted 11 years ago

Dear all,

What are the options used to generate the spectrogram of the Sound object ? , i.e.,

 ExampleData[{"Sound", "Apollo11PhoneCall"}]

Sound Object

Although the the Spectrogram function or the SpectrogramArray allow to calculate the spectrogram of this sound I don't known the options such as ColorFunction used to generate the spectrogram of the Sound object.

Spectrogram[ExampleData[{"Sound", "Apollo11PhoneCall"}]]

enter image description here

soundApollo11 = ExampleData[{"Sound", "Apollo11PhoneCall"}, "Data"][[1]];
soundApollo11Spect = SpectrogramArray[soundApollo11];
soundApollo11SpectIm = ImageRotate[#, 90 \[Degree]] &@((Abs@soundApollo11Spect)[[All, 1 ;; 512 ;; 1]] // Image // Colorize[#] &);
ImageResize[soundApollo11SpectIm, {512, 128}]

enter image description here

Thank you!

Luis

POSTED BY: Luis Mendes
POSTED BY: Sean Clarke
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard