wavelet transform help

Discussion in 'Off-Topic Chat' started by rsi.256, Sep 28, 2014.

  1. rsi.256

    rsi.256

    Joined:
    Sep 28, 2014
    Messages:
    1
    Likes Received:
    0
    hi ..

    I need help in applying 1d wavedec function on dats and dats_b

    My code looks like this

    save([resultfolder '\' num2str(Signal) '.mat'], 'dats_orig', 'dats', 'dats_orig_b', 'dats_b');
    I want to do wavelet transform on all the dats and dats_b but there is something wrong that I am doing. please help.

    my code

    save([resultfolder '\' num2str(Signal) '.mat'], 'dats_orig', 'dats', 'dats_orig_b', 'dats_b');
    dwtmode('per');
    Data_edited=wavedec(dats, wavelet='db2', levels=inf, length=None);
    Data_edited_b=wavedec(dats_b, wavelet='db2', levels=inf, length=None);
    please advise:
     
    rsi.256, Sep 28, 2014
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
There are no similar threads yet.
Loading...