MaplePortal/SignalProcessing - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : MaplePortal/SignalProcessing

 

Signal Processing

Back to Portal

Maple's SignalProcessing package offers tools for FFTs, DFTs, wavelet analysis, IIR and FIR filters, signal generation, spectrograms and more.

 

Example - Identifying Signal Frequencies from a Spectrogram and Periodogram

 

 

Here, we will identify the frequencies of an artificially generated signal. The signal will be a sum of two sinusoids with frequencies of 12 Hz and 24 Hz.


Plot the spectrogram and periodogram


The spectrogram and power spectrum correctly identifies the two frequencies used to generate the original data.

 

Example - Filtering Audio

 

First import the audio

(1)

 

(2)

 

Now let's apply a Butterworth filter to the audio. Define the critical frequency, generate the filter taps, and apply the filter.

Then generate the spectrogram and periodogram

 

You can also export the filtered audio

 

 

Applications

Identifying Periodicity of Sunspots

Signal Denoising

FIR and IIR Filters

Apply Filters to Audio

Spectrogram Examples

 

 


Download Help Document