1function [alpha,T] = aph_convpara(p)
2 % perform convolution on parallel structure with any number of elements
7 [alpha,T] = aph_simplify(p{1},p{2},p{3},p{4},1,1,2);
8 for i = 1:1:(length(p)/2)-2
9 [alpha,T] = aph_simplify(alpha,T,p{3+2*i},p{4+2*i},1,1,1);