Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Forward and inverse wavelet transform

djhdjh Member Posts: 1 Learner III
edited November 2018 in Help
Hi!

I'm trying to filter a time series using wavelets. What I want to do is this:

- Transform a time series to the wavelet domain using forward MODWT
- Select some of the dimensions/wavelets that I want to include in the reconstruction (ie. set weights of other dimensions/wavelets to zero)
- Then do an inverse MODWT to reconstruct the filtered signal

How do I accomplish this in RapidMiner? The problems I'm encountering are:

- I have not found a way to set the value in selected columns to zero on all rows (for a series object or an exampleset)
- If there were such an operator, it might only work on examplesets and not series objects, and I don't know how to convert a multivariate exampleset into a multivariate series ("Data To Series" operator forces me to choose exactly one attribute)

Please help!

Best regards,
Henri
Sign In or Register to comment.