主程序 Resources

Showing items tagged with "主程序"

A Word document analyzes the theoretical principles and simulation results of sphere decoding. The document presents two main implementations: 1) sphereandML as the main program, which achieves performance close to Maximum Likelihood (ML) detection by calling spheredecode and spheredecodeinf subroutines; 2) main_spheretoML as the main program, which achieves full Maximum Likelihood (NL) detection performance by calling spheredecodetoML and spheredecodeinftoML subroutines.

MATLAB 223 views Tagged

This repository contains the main MATLAB program and partial subroutines for implementing Support Vector Clustering, a machine learning algorithm for data grouping

MATLAB 175 views Tagged

Implementation of Linear Predictive Coding for speech signals, featuring a main program that orchestrates four subprograms handling prediction analysis, quantization, encoding, and decoding functionalities.

MATLAB 269 views Tagged