diff options
Diffstat (limited to '10/CH10/EX9')
-rwxr-xr-x | 10/CH10/EX9/cha10_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/10/CH10/EX9/cha10_9.sce b/10/CH10/EX9/cha10_9.sce new file mode 100755 index 000000000..6d4bc6f31 --- /dev/null +++ b/10/CH10/EX9/cha10_9.sce @@ -0,0 +1,11 @@ +I=100;
+PulseScr=sqrt(1/3);
+PulseOut=sqrt(2/3);
+
+a=PulseScr
+
+msScr=a*I
+
+b=PulseOut
+
+RmsOut=b*I
|