diff options
Diffstat (limited to '758/CH6/EX6.22/Ex_6_22.sce')
-rwxr-xr-x | 758/CH6/EX6.22/Ex_6_22.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/758/CH6/EX6.22/Ex_6_22.sce b/758/CH6/EX6.22/Ex_6_22.sce new file mode 100755 index 000000000..c5d0f9bef --- /dev/null +++ b/758/CH6/EX6.22/Ex_6_22.sce @@ -0,0 +1,8 @@ +//Example 6.21
+
+clc;clear;
+n=0:3;
+x=cos(n*%pi/2);
+X=clean(fft(x));
+disp(x,'x(n)=');
+disp(X,'X(k)=');
\ No newline at end of file |