General Algorithm

Total 5601 resources

This source code implements TDOA (Time Difference of Arrival) positioning algorithms for 3G/2G networks under non-line-of-sight (NLOS) conditions. The repository includes complete MATLAB/Python implementations with detailed documentation. Developers

MATLAB 206 views Premium

Radar Multi-Target Maneuvering Tracking using the IMM model achieves excellent tracking performance, employing UKF and EKF filters. Program Listings: CAEKF.m - EKF filtering with Constant Acceleration model; IMMUKF.m - Interactive Multiple Model UKF

MATLAB 259 views Premium

This program applies POS (Problem Optimization Strategy) to solve NP-hard problems such as the Traveling Salesman Problem (TSP), with practical simulations demonstrating the algorithm's rationality and effectiveness through optimized pathfinding impl

MATLAB 230 views Premium

This article traces the development journey of Extended Kalman Filter, providing valuable insights for beginners studying optimal estimation techniques, with practical code implementation considerations.

MATLAB 231 views Premium

An enhanced implementation combining SMOTE oversampling with boosting techniques for handling class imbalance in classification problems, featuring improved minority class representation through synthetic sample generation and instance weighting.

MATLAB 213 views Premium

PCA Implementation Steps: 1. Center the data (mean normalization); 2. Compute the covariance matrix; 3. Calculate eigenvalues and eigenvectors of the covariance matrix; 4. Sort eigenvalues and corresponding eigenvectors; 5. Determine projection direc

MATLAB 302 views Premium

A comprehensive genetic algorithm example demonstrating general workflow and practical application for function optimization, including key implementation components like fitness evaluation, crossover operations, and mutation mechanisms.

MATLAB 224 views Premium