重建 Resources

Showing items tagged with "重建"

Image super-resolution reconstruction algorithms encompass various methods including interpolation, iterative back-projection, MAP (Maximum A Posteriori), POCS (Projection Onto Convex Sets), and registration-based approaches with implementation details

MATLAB 225 views Tagged

This implementation consists of three core functions: the primary function reads ECG signals and detects wavelet transform modulus maxima sequences; a subroutine performs multiresolution decomposition using the à trous algorithm, preserving original data length while producing detail and approximation coefficients at each level; and a reconstruction function for multiresolution analysis. The system enables comprehensive ECG signal analysis for cardiac condition detection.

MATLAB 214 views Tagged

This code implements compressed sensing reconstruction for MRI images, serving as the source code implementation from the seminal 2007 paper "Sparse MRI: The Application of Compressed Sensing for Rapid MR Imaging" by Lustig, Donoho, and Pauly.

MATLAB 238 views Tagged