% function [come,mag] =  flatten(omega,magn)

%   Copyright 1991-2004 MUSYN Inc. and The MathWorks, Inc.
% $Revision: 1.1.8.1 $

function [come,mag] =  flatten(omega,magn)
  come = omega;
  mag = magn;