diff options
Diffstat (limited to '803/CH2/EX2.1/ex2_1.sce')
-rw-r--r-- | 803/CH2/EX2.1/ex2_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/803/CH2/EX2.1/ex2_1.sce b/803/CH2/EX2.1/ex2_1.sce new file mode 100644 index 000000000..a462c73d8 --- /dev/null +++ b/803/CH2/EX2.1/ex2_1.sce @@ -0,0 +1,7 @@ +inputl=-16;
+spuresp=70;..//spurious response
+A0=-22;..//input level
+N=4;..//fouth order
+IP4=inputl+(spuresp/(N-1));
+DelS=(IP4-A0)*(N-1);..//distortion product
+disp("dB",DelS,"Distortion Product");
\ No newline at end of file |