滤波 Resources

Showing items tagged with "滤波"

The Fractional Fourier Transform (FRFT) serves as a generalized form of the Fourier transform, exhibiting excellent energy concentration properties for Linear Frequency Modulated (LFM) signals where both time and frequency domains can be considered special cases of the FRFT domain. As illustrated in Figure 2, LFM signal projections across different transform domains show energy distributed widely in frequency domain while converging to an impulse function in the appropriate fractional Fourier domain. Being a linear transformation, the FRFT of a signal-noise mixture equals the superposition of their individual FRFTs. These properties enable effective LFM signal filtering in the FRFT domain. Key implementation involves scanning through rotation angles to compute fractional Fourier transforms of observed signals, generating two-dimensional energy distributions in parameter space for LFM detection with unknown parameters.

MATLAB 392 views Tagged

Implementation Guide: This program has been successfully debugged in MATLAB 6.5. Copy all files from the "Program" directory to MATLAB's "work" directory, then type "WienerFilter" in the MATLAB command window and press Enter to execute. The implementation demonstrates adaptive noise reduction through Wiener filtering algorithm.

MATLAB 212 views Tagged

This research explores human brain image segmentation through a three-stage computational approach: a) Filtering raw 2D medical images and reconstructing them into 3D volumetric data structures. b) Implementing multi-threshold segmentation algorithms to determine optimal dual thresholds for binarizing 3D volumes, extracting brain tissue regions. c) Applying mathematical morphology operations and seed-filling algorithms for region refinement, ultimately achieving high-quality 3D brain segmentation with volumetric visualization capabilities.

MATLAB 256 views Tagged