Simulation Model of 12-Pulse Controlled Rectifier Circuit
Simulation model of a 12-pulse controlled rectifier circuit implemented in Simulink for power electronics analysis
Explore MATLAB source code curated for "仿真" with clean implementations, documentation, and examples.
Simulation model of a 12-pulse controlled rectifier circuit implemented in Simulink for power electronics analysis
Simulation of FRFT Implementation in OFDM Systems and Exploration of Optimal Fractional Fourier Transform Angles with Performance Analysis
This program implements a simulation of the MUSIC algorithm based on high-order cumulants in MATLAB, featuring configurable parameters and sample data for signal processing research.
MATLAB program for simulating chaotic systems. lyapunov.m serves as the main computational routine; qi_hyper.m provides an implementation example (Qi system) using qi_hyper_lyap.m to calculate all Lyapunov exponents and qi_hyper_lyapDim.m for fractal dimension computation. The program can be adapted for other systems with minor modifications. Verified to be more efficient and accurate than alternative Lyapunov exponent calculation methods.
Simulation of DFT-based channel estimation techniques in OFDM systems, including algorithm implementation and performance analysis
Simulation and implementation of the classic Chan algorithm for Time Difference of Arrival (TDOA) positioning
Simulation of Pulse Amplitude Modulation (PAM): This modulation technique involves varying the amplitude of a pulse carrier wave according to the baseband signal. When the pulse carrier consists of impulse pulses, the fundamental principle aligns with the sampling theorem – making PAM a practical implementation of signal sampling theory for communication systems.
Simulation and Implementation of the Lutz Model for Land Mobile Satellite Communication Channel
This program demonstrates PCM (Pulse Code Modulation) simulation and debugging in MATLAB, covering signal sampling, quantization, and encoding processes with practical implementation details.
Implementation of function optimization using Wolfe-Powell criterion with inexact line search method for optimal step size determination, featuring correct simulation results and detailed code implementation analysis.