Impact-Site-Verification: dbe48ff9-4514-40fe-8cc0-70131430799e

Search This Blog

Signal Energy in MATLAB



Use MATLAB to determine the energy of the sequence x[n]=2n,
−4 ≤n ≤ 4
n=-4:4;
x_n=2*n;
E=sum(abs(x_n).^2)

No comments

Popular Posts