No BSD License
function Y=four_coef_phi(f_phi) Y=ifft(f_phi); if mod(length(Y),2)==0 Y(length(Y)/2+1)=[]; end
Contact us at files@mathworks.com