Is This Possible with The Wavelet Toolbox and Spreadsheet Link

1 view (last 30 days)
I have electrical sensor data streaming live into Matlab ( 9.5.0.944444 (R2018b) through Excel 2016. I am performing wavelet denoising via Wavelet Toolbox 5.1 on the electrical signal. Below is the code generated by the Matlab Wavelet Signal Denoiser. Is it possible to apply the wavelet parameters below to the live streaming electrical sensor signals as they are updated via the Spreadsheet Link and have the signals plot " in real time " ? I was unable to find any examples of such via the Wavelet / Spreadsheet Link Documentation or via a Google Search.
% Denoise Signal using the Discrete Wavelet Transform (DWT)
% Generated by MATLAB(R) 9.5 and Wavelet Toolbox 5.1.
% Generated on: 03-Dec-2018 22:08:48
DenoisedSignalofCPData1 = wdenoise(CPData,7, ...
'Wavelet', 'sym6', ...
'DenoisingMethod', 'UniversalThreshold', ...
'ThresholdRule', 'Soft', ...
'NoiseEstimate', 'LevelIndependent');
Thanks,
Richard

Answers (0)

Categories

Find more on Denoising and Compression in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!