C code for DWT function
6 次查看(过去 30 天)
显示 更早的评论
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 个评论
afef
2017-7-31
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
回答(1 个)
Akhilesh Thakur
2017-8-1
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!