blob: cce24b083f4c094bc43f35b8d1fc7863cc493a6d (
plain)
1
2
3
4
5
6
7
8
|
clc
disp("Example 1.66")
printf("\n")
disp("Find the maximum recovery time")
//fall-time is
tf=0.5*10^-6
trrmax=tf/10
printf("The minimal fall-time for voltage pulses applied=\n%3.2e sec\n",trrmax)
|