C code for DWT function
조회 수: 4 (최근 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!