C code for DWT function
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaire
afef
le 31 Juil 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
Réponses (1)
Akhilesh Thakur
le 1 Août 2017
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.
0 commentaires
Voir également
Catégories
En savoir plus sur Discrete Multiresolution Analysis dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!