Daniel@0: function display(d) Daniel@0: % MIRDATA/DISPLAY display of a MIRenvelope Daniel@0: Daniel@0: if d.hwr Daniel@0: d = set(d,'Title',[get(d,'Title'),' (half-wave rectified)']); Daniel@0: end Daniel@0: mirdisplay(mirtemporal(d),inputname(1));