实验 Resources

Showing items tagged with "实验"

A simple yet practical simulation framework for second-order multi-agent system consensus, suitable for beginners and university students. This model can be modified for experiments and includes code implementation details for velocity and position coordination algorithms.

MATLAB 217 views Tagged

This experiment focuses on stitching two images by first using RANSAC (Random Sample Consensus) to eliminate mismatched feature pairs and estimate the affine transformation matrix. One image is then transformed using the estimated affine parameters before performing the final stitching operation.

MATLAB 212 views Tagged

This experiment implements audio noise filtering using MATLAB, involving comprehensive analysis and selection of appropriate filters, with considerations for filter type, parameter optimization, and algorithmic approaches.

MATLAB 219 views Tagged

Computer simulation of the newsvendor problem with key parameters: %tm - predetermined simulation days per experiment cycle, %t - cumulative simulation days per experimental cycle, %z - newspaper order quantity, %z_opt - optimal order quantity, %g - upper bound for order quantity z, %s1 - cumulative loss value, %s_min - minimum loss value, %r - generates random sales quantity samples from probability distribution

MATLAB 183 views Tagged

This experiment involves generating an ECG signal, adding noise, and then applying filtering techniques. Starting from an ECG signal data table, we first process the original signal containing known noise through filtering to obtain a clean ECG waveform. We then intentionally add high-frequency and mid-frequency noise to simulate real-world conditions. The noisy signal is displayed and filtered again to demonstrate noise removal. Each time-domain signal is visualized alongside its corresponding frequency spectrum for analysis. Different filter types are implemented and compared throughout the process to evaluate their performance characteristics.

MATLAB 214 views Tagged