Previous procedure:SNP_CSV.m would select two .snp files convert to a .csv then subtractSNP_CSV.m would save subtracted .csv to a folder along with frequencies, and channels (array with i,j)CompleteAnalysis.m would pull .csv from said folderNew procedure:processing_for_MERIT.m converts .snp files to sparameter object https://www.mathworks.com/help/rf/ref/sparameters.htmlSubtracts the two objects data from each other and uses that to make a new sparameter objectFrequencies, channels are taken from the sparameters objects instead .csvBenefitsMore robustLess scripts floating aroundrfplot command makes it easy to display reflection coefficients, transmission coefficients https://www.mathworks.com/help/rf/ref/rfplot.html