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 year 前 | 0
