抽取 Resources

Showing items tagged with "抽取"

Using 2x decimation as a practical example, this analysis explores the fundamental principles and implementation methods of polyphase filtering. The discussion includes MATLAB code demonstrating how polyphase filtering achieves equivalent functionality to traditional FIR filtering while potentially offering superior performance in specific scenarios, with experimental results validating the approach.

MATLAB 182 views Tagged

Implementation of variable sampling rate conversion with polyphase filtering. This program demonstrates a complete variable sampling rate conversion pipeline including filter design, interpolation, and decimation processes. The filter design employs window function methodology to determine optimal filter length based on requirements. The implementation compares two convolution approaches: direct convolution versus polyphase decomposition convolution, analyzing their computational efficiency and output quality for waveform processing.

MATLAB 222 views Tagged

Comprehensive implementation of M-sequence generation and extraction, Gold code and Kasami sequence generation, cross-correlation analysis between these three sequence types, and comparative performance evaluation. Features complete MATLAB code with clear documentation and detailed technical report.

MATLAB 287 views Tagged