필터 지우기
필터 지우기

How to Export Data from Wavelet Analzer Tool

조회 수: 1 (최근 30일)
Pasu Surananchanok
Pasu Surananchanok 2022년 9월 28일
답변: Santosh Fatale 2022년 10월 7일
Hello Friends,
I used waveletAnalyzer toolbox in Matlab to diagnose the bearing fault vibration signal.
However, I de-composed and de-noised the signal.
I clicked "File" toolbar but it can only export the De-Noised Signal (Ds) the purple graph
In this case, I want to export Detail Coefficient 4 (d4) which is green graph with red circle in the picture below.
  댓글 수: 1
Santosh Fatale
Santosh Fatale 2022년 10월 4일
Hi Pasu,
Could you please share the sample code and the data required to reproduce the results shared by you in image?

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

답변 (1개)

Santosh Fatale
Santosh Fatale 2022년 10월 7일
Hi Pasu,
I understand that you want to extract the details coefficients generated by Wavelet Analyzer App. Please go through details below for possible workaround.
However, there is a potential workaround as follows:
  1. Launch the Wavelet Signal Denoiser App and import the desired data. Here's a good example of how to use the App. Denoise a Signal with the Wavelet Signal Denoiser - MATLAB & Simulink (mathworks.com)
  2. In the App, go to 'Export' -> 'Generate MATLAB Script'.
  3. Modify the output of the function 'wdenoise' to be '[XDEN,DENOISEDCFS,ORIGCFS]'. The second and third output arguments are coefficients you desire. For more information, you can refer to - Wavelet signal denoising - MATLAB wdenoise (mathworks.com).

카테고리

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

제품


릴리스

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by