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 Center および File ExchangeDenoising and Compression についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by