编程 Resources

Showing items tagged with "编程"

Developed using MATLAB programming software, this implementation provides a fully functional digital FIR low-pass filter with immediate execution capability. Key features include configurable filter order selection and adjustable cutoff frequency parameters.

MATLAB 202 views Tagged

Develop fundamental image processing programs using MATLAB, which encompass functionalities such as: reading, writing, and displaying images (supporting common formats like BMP, JPEG); image cropping and scaling operations; color space transformations (e.g., RGB to grayscale); basic histogram transformations and histogram equalization; image smoothing and sharpening techniques; edge detection methods; thresholding operations; discrete Fourier transform; and binary morphological processing (erosion, dilation, opening, and closing). The implementation demonstrates core image manipulation algorithms with practical code examples.

MATLAB 242 views Tagged

This MATLAB-based program implements IEEE standard test system case studies, providing data for 9-bus, 14-bus, 30-bus, 39-bus, and 57-bus systems. The data is directly imported into the main power flow program for computational analysis using numerical methods and matrix operations.

MATLAB 234 views Tagged

Implementing RS (Reed-Solomon) code encoding and decoding through MATLAB or VC++ programming based on understanding the underlying principles. The comprehensive workflow includes: generating random sequences as original transmitted bit streams, performing RS encoding, BPSK modulation, adding AWGN (Additive White Gaussian Noise) channel noise, demodulating received signals, and executing RS decoding to recover transmitted data. Key implementation aspects involve Galois field arithmetic, generator polynomial construction, and error correction algorithms.

MATLAB 219 views Tagged