GitHub

rlc_runge_kutta.m

% @brief Solves the second-order differential equation for an RLC circuit using RK4. % @brief Parameters for the input square wave signal. A = rand(1) * 10; % @var A Amplitude of the square wave freq ...
This repository contains MATLAB code and a report that documents the analysis of linear time-invariant (LTI) circuits characterized by differential-integral equations. The project includes the ...