输出 Resources

Showing items tagged with "输出"

This program takes an AVI file as input, analyzes motion vectors between frames, and outputs motion-compensated frames to another AVI video file through block-matching algorithms.

MATLAB 193 views Tagged

MATLAB-based image segmentation and recognition algorithm for license plate number identification and output. The implementation involves preprocessing, character segmentation, and optical character recognition (OCR) techniques.

MATLAB 230 views Tagged

Convolutional code is a memory-based encoding technique where at any given time unit, the encoder's n outputs depend not only on the current k inputs but also on the previous m inputs. Typically denoted as (n, k, m), this simulation employs a (2, 1, 3) convolutional code structure. The implementation involves shift registers for memory management and polynomial generators for output computation.

MATLAB 264 views Tagged

Generate Depth of Discharge (DoD) versus distance traveled plots and perform interpolation to determine vehicle driving range. Utilize compressed specifications of GM EV1 (or any vehicle) to analyze DoD-distance relationships across different driving cycles, incorporating data processing algorithms and visualization techniques.

MATLAB 236 views Tagged

A compact utility for calculating CIE color differences between two sets of color values, implementing color space conversions and delta-E computations

MATLAB 206 views Tagged