Finite Sampling Corrected 3D Noise with Confidence Intervals

Analysis of imager noise through the use of 3D Noise model
470 téléchargements
Mise à jour 31 juil. 2020

Afficher la licence

The 3D noise model is a white noise approximation consisting of 7 independent contributions that span the 3D correlation space (1 one dimensional uncorrelated processes, 3 two dimensional uncorrelated processes, and one three dimensional uncorrelated process). These scripts allow the user to simulate a noise cube, calculate the 7 independent variances, and calculate the confidence intervals. An additional script provides examples of how the functions can be called under different circumstances, for example correcting a past measurement, or iteratively calculating the noise cube by chunking the data.
This code is in support of a journal article "Finite Sampling Corrected 3D Noise with Confidence Intervals" https://www.osapublishing.org/ao/abstract.cfm?uri=ao-54-15-4907

Citation pour cette source

David Haefner (2024). Finite Sampling Corrected 3D Noise with Confidence Intervals (https://www.mathworks.com/matlabcentral/fileexchange/49657-finite-sampling-corrected-3d-noise-with-confidence-intervals), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2013a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Geometric Transformation and Image Registration dans Help Center et MATLAB Answers
Remerciements

A inspiré : Noise3d_Spatial, IR Noise Evaluation

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.3.0.0

Added support for trend removal, see IR noise evaluation for examples

1.2.0.0

Corrected file organization in zip file

1.1.0.0

% 05-19-2015 DH; Modified 0 defective case to allow large V and H input
% 05-19-2015 DH; Modified CI to calculate without stats toolbox

1.0.0.0