t = 0:Ts:10-Ts; %time domain abscissa (x-axis) variable x = sin(2*pi*35*t); %time domain ordinate (y-axis) variable N=length(x); %here 'N' value should always be ...
%TEST_EXAMPLE_PULSE Example for a pulse transmission through a transformer. % Create PWM voltage pulse in frequency domain. % Apply the voltage pulse to the transfomer. % Compute the IFFT. % Plot the ...