论文 Resources

Showing items tagged with "论文"

[LDPC code] refers to papers related to LDPC codes, [WuYuFei] represents Wu YuFei's research papers, and [WuYufei_matlab] contains Wu YuFei's MATLAB implementations for Turbo codes. These programs calculate frame error rate and bit error rate under fixed signal-to-noise ratio and constraint length conditions. The main program turbo_sys_demo.m coordinates multiple subroutines: trellis.m constructs the trellis structure, logmapo.m implements the LOGMAP decoding algorithm, sova0.m executes the SOVA decoding algorithm, and encoderm.m handles encoding operations. Modified version [22] adapts Wu Yufei's original implementation to trace the evolution of prior information between two decoders with fixed frame length, SNR, and iteration count.

MATLAB 184 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 233 views Tagged

This program implements image enhancement through an adaptive genetic algorithm, with core concepts derived from a research paper published in the "Chinese Journal of Computers". The implementation includes population initialization, fitness evaluation based on image quality metrics, and adaptive crossover/mutation operations.

MATLAB 201 views Tagged

A Bayesian model for learning natural scene categories implementing Bag-of-Words based object classification. Derived from Feifei Li's research paper, this represents one of the prominent object recognition models in recent computer vision developments, featuring code implementations for feature extraction, visual vocabulary creation, and probabilistic classification.

MATLAB 217 views Tagged