generate c code for wdenoise funciton

조회 수: 7 (최근 30일)
li chen
li chen 2019년 10월 22일
답변: li chen 2019년 10월 22일
I'm using wdenoise to denoise the signal. However, when I need to generate the function into c code by matlab coder, I see the denoise doesn't have this capability. I see the wden function can do the similar job with c/c++ code generation capability. In matlab help document, it said "wden is no longer recommended. Use wdenoise instead." So Is it OK for me to use wden instead of wdenoise?
  댓글 수: 1
Walter Roberson
Walter Roberson 2019년 10월 22일
Which denoising algorithm are you using for wdenoise ?

댓글을 달려면 로그인하십시오.

답변 (1개)

li chen
li chen 2019년 10월 22일
I'm trying to smooth out the gyro and acceleration data, the code snippet is like below:
Data_out = wdenoise(Data_In, 4,...
'Wavelet', 'db20',...
'DenoisingMethod', 'Minimax', ...
'ThresholdRule', 'Soft',...
'NoiseEstimate', 'LevelIndependent');

카테고리

Help CenterFile Exchange에서 Denoising and Compression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by