How can I generate Matlab code from Wavelet and Neural Network toolboxes?

1 view (last 30 days)
I am doing the decomposition of a signal and trying to classify it using neural networks. I need to generate code to automate this process.
Thank you,
Jonildo

Answers (1)

Star Strider
Star Strider on 28 Sep 2014
I would experiment with a radial basis function (RBF) network with Gaussian basis functions. It may do everything you want without having to pre-process your signal with wavelets.
  1 Comment
Star Strider
Star Strider on 28 Sep 2014
‘Ok. More details: Does the wavelet toolbox (wavemenu) provide some way to generate code for the operations done in the interfaces?’
Yes.
In the GUI, go to the ‘File’ —> ‘Generate MATLAB Code’.

Sign in to comment.

Categories

Find more on AI for Signals and Images in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!