Feeds
답변 있음
Perform discrete-time integration in MATLAB script
% Define the input signal and parameters t = 0:0.01:10; % Time array (s) Vin = sin(2*pi*10*t); % Input signal (V) R = 1000;...
Perform discrete-time integration in MATLAB script
% Define the input signal and parameters t = 0:0.01:10; % Time array (s) Vin = sin(2*pi*10*t); % Input signal (V) R = 1000;...
1년 초과 전 | 0
