One-Dimensional and Two-Dimensional Array Pattern Calculations
Comprehensive calculation methods for 1D and 2D array radiation patterns featuring various amplitude/phase distributions, error analysis, and implementation algorithms
Explore MATLAB source code curated for "一维" with clean implementations, documentation, and examples.
Comprehensive calculation methods for 1D and 2D array radiation patterns featuring various amplitude/phase distributions, error analysis, and implementation algorithms
This resource provides two comprehensive examples of solving diffusion equations in MATLAB: one for 1D diffusion and another for 2D diffusion. Both implementations include animated visualizations of the diffusion process during computation, featuring key algorithmic approaches and MATLAB function explanations.
3D data denoising processing, including 1D and 2D data denoising applications with code implementation approaches
This MATLAB-based program computes phase space trajectory reconstructions for one-dimensional time series data and identifies optimal reconstruction delay steps/time parameters using advanced algorithms.
Numerical Simulation of One-Dimensional Incompressible Transient Flow Using the Method of Characteristics (Midpoint Rectangular Formula)
MATLAB-based algorithms for 1D to 3D transformation featuring various scatterer shapes, implemented with numerical computation methods including forward modeling and inverse reconstruction techniques
Implementation of one-dimensional FIR filter design with arbitrary frequency response using second-order cone programming optimization, featuring mathematical formulation and practical coding approaches.
1DHeatEquFEM is a MATLAB example program that demonstrates numerical solution of one-dimensional heat conduction equation using Finite Element Method (FEM), featuring complete code implementation showcasing matrix assembly, boundary condition handling, and time integration techniques.
A MATLAB computational program for one-dimensional Moving Least Squares (MLS) method, designed for advanced curve fitting applications with configurable smoothing parameters
Detailed UKF simulation program with comprehensive comments, featuring two demonstration cases (1D and 2D tracking scenarios). Includes performance comparison with EKF, clearly demonstrating UKF's superiority in nonlinear systems through practical code implementations.