From 1c5216f2876aa5f3622bf7bbdc7b360ad7013cec Mon Sep 17 00:00:00 2001 From: Yujen Ku Date: Sat, 16 Jun 2018 14:40:58 -0700 Subject: [PATCH] add credit --- ploti.m | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ploti.m b/ploti.m index f95e0d3..6c211e5 100644 --- a/ploti.m +++ b/ploti.m @@ -1,3 +1,10 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Project code file for ECE 257B SP2018 % +% Author: Yu-Jen Ku, Xueshi Hou % +% Department of Electrical and Computer Engineering, % +% University in San Diego, California, USA % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + function ploti(Target,k) X = 1:size(Target,2); num_t = size(Target,1); @@ -13,4 +20,4 @@ for i = 1:num_t plot(X,angle(Target(i,:))); end -end +end \ No newline at end of file -- 1.9.1