Syncing to work on interview with entrepreneur essay
This commit is contained in:
11
6th-Semester-Spring-2024/DSP/Labs/Lab-04/lab4_2.m
Normal file
11
6th-Semester-Spring-2024/DSP/Labs/Lab-04/lab4_2.m
Normal file
@@ -0,0 +1,11 @@
|
||||
syms n a b
|
||||
|
||||
% Signals to take the z-transform of
|
||||
f_a = a^n;
|
||||
f_b = (n+1)*a^n*heaviside(n)
|
||||
f_c = a^n*cos(b*n)*heaviside(n)
|
||||
|
||||
% Take the z-transforms
|
||||
F_a = ztrans(f_a)
|
||||
F_b = ztrans(f_b)
|
||||
F_c = ztrans(f_c)
|
||||
Reference in New Issue
Block a user