C code for DWT function

조회 수: 4 (최근 30일)
Joseph George
Joseph George 2016년 6월 21일
답변: Akhilesh Thakur 2017년 8월 1일
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
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
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.

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by