prepare_ImaGIN_NotchFilter.m 131 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 function prepare_ImaGIN_NotchFilter(FileIn, FileOut) P.fname = FileIn; P.FileOut = FileOut; ImaGIN_NotchFilter(P); close all end