High-Frequency Radar Target Detection with Maximum Likelihood Constant False Alarm Rate Method
High-Frequency Radar Target Detection Using Maximum Likelihood CFAR Approach with Weibull Distribution Modeling and Implementation Techniques
Professional MATLAB source code with comprehensive documentation and examples
High-Frequency Radar Target Detection Using Maximum Likelihood CFAR Approach with Weibull Distribution Modeling and Implementation Techniques
Implementation of Extreme Learning Machine (ELM) classification and regression algorithms using MATLAB, featuring high-speed training and strong generalization capabilities for large-scale datasets.
Implementation of background subtraction algorithm based on Gaussian Mixture Models with MATLAB code examples and detailed explanations.
This content focuses on greedy algorithms for compressed sensing, specifically using Orthogonal Matching Pursuit (OMP) for Direction of Arrival (DOA) estimation, primarily applied in array signal processing applications.
Zhuo Jinwu's Exploration of MATLAB Applications in Mathematical Modeling with Code Implementation Insights
Nonparametric DOA (Direction of Arrival) Methods for Spectral Estimation - MUSIC (Multiple Signal Classification) Algorithm
This program implements a biased Kalman filter to mitigate non-line-of-sight (NLOS) errors in wireless localization, incorporating an NLOS detection module that applies biased Kalman filtering for NLOS conditions and standard Kalman filtering for lin
Implementation of Extended Kalman Filter algorithms for motion parameter estimation across 1D, 2D, and 3D spatial degrees of freedom, specifically realized from the 2008 IROS paper "Visual SLAM for 3D Large-Scale Seabed Acquisition Employing Underwat
Kalman filtering techniques for nonlinear identification, civil engineering health monitoring, and damage detection applications with implementation considerations
MATLAB implementations of graph theory algorithms including: Dijkstra's shortest path algorithm using set commands, Floyd-Warshall algorithm for all-pairs shortest paths, Hungarian algorithm (Hungary) for maximum bipartite matching, two methods for m
A collection of valuable reinforcement learning papers featuring practical examples, detailed algorithm workflows, and implementation approaches to enhance understanding and application
A comparative analysis between the standard particle filter algorithm and an enhanced version, demonstrating the superiority of the improved algorithm through implementation details and performance metrics.
A nine-dimensional Kalman filter tracking algorithm that simultaneously estimates position, velocity, and acceleration components along x, y, and z axes.
A MATLAB program implementing the simplex algorithm for solving linear programming problems, featuring user-friendly design and practical parameter adjustments.
This repository contains implementation source code for Principal Component Analysis (PCA) and Kernel PCA (KPCA), developed for intelligent technology courses with detailed algorithmic explanations and MATLAB/Python implementation considerations.
Implementation of compressive sensing-based image fusion in Fourier coefficient domain with optimized computational efficiency
LBP (Local Binary Pattern) algorithm implementation completed as coursework - this algorithm demonstrates fundamental image processing principles through straightforward MATLAB code structure and pixel neighborhood operations
A concise overview of MATLAB's lsqcurvefit function for solving least squares problems, with enhanced code implementation details and algorithm explanations.
Implementation of target tracking using the nearest neighbor data association algorithm with practical code examples and technical insights for researchers in the tracking domain
GPS single point positioning program using Kalman filtering method, achieving 20*40 meter accuracy, complete with simulation analysis result graphs and detailed code implementation insights