Can any one give me the C code of dwt???? I am doing a Biomedical project related EEG signal. I have to do a one dimensional DWT of EEG signal. My MATLAB code is x=load('N008.TXT'); [Lo_D,Hi_D] = wfilters('db1','d'); [A,D] = dwt(x,Lo_D,Hi_D); I want it in C language. So i can implement this in a Embedded Board(MSP430).

1 Kommentar

afef
afef am 31 Jul. 2017
did you found a solution for your problem ?? Becauuse i have the same problem as yours so can you please send me the code to my email saidi.afef1986@gmail.com

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Akhilesh Thakur
Akhilesh Thakur am 1 Aug. 2017

0 Stimmen

https://www.mathworks.com/matlabcentral/answers/115097-how-to-apply-dwt-and-inverse-dwt-for-an-image This has the discussion over DWT code you wanted.

Kategorien

Tags

Gefragt:

am 21 Jun. 2016

Beantwortet:

am 1 Aug. 2017

Community Treasure Hunt

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

Start Hunting!

Translated by