POD-Based Denoising/Reconstru​ction

版本 1.0.4 (2.0 KB) 作者: Fernando Zigunov
Uses Proper Orthogonal Decomposition (POD) to reconstruct the time series of a movie (or any ND series) with only the selected modes.
288.0 次下载
更新时间 2020/5/21

查看许可证

Proper Orthogonal Decomposition (POD) is an analysis technique that is able to extract the most energetic modes of a time series. Turns out gaussian noise will spread its energy across all modes in POD, which enables de-noising of video and other N-D time series by reconstructing the time series only from its most energetic modes.

As Matlab's SVD returns the modes in energetic order (mode 1=most energetic), one can reconstruct a time series X with less modes (Modes is an array, could be 1:nModes or anything you fancy!). The series will look blurry and weird, but if enough modes are used without using all modes, noise can be rejected to an extent.

Threshold is found by using Gavish and Donoho's relation (The Optimal Hard Threshold for Singular Values is 4/sqrt(3)), IEEE Transactions on Information Theory, Aug. 2014 - if the user doesn't provide the modes they want to keep.

引用格式

Fernando Zigunov (2024). POD-Based Denoising/Reconstruction (https://www.mathworks.com/matlabcentral/fileexchange/72439-pod-based-denoising-reconstruction), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2018a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.4

Now uses Gavish and Donoho's threshold to define which modes to keep.

1.0.3

Thumbnail

1.0.2

Changed description

1.0.1

None.

1.0.0