displays complex envelope curves and the corresponding tube envelope
cemd_disp(X,ENV) cemd_disp([],X,ENV) cemd_disp(T,X,ENV) cemd_disp(X,ENV,MODE) cemd_disp(T,X,ENV,MODE) cemd_disp([],X,ENV,MODE)
time instants
analyzed signal (complex)
matrix returned by cenvelope.m Each line is an envelope curve
'render' -> 3D rendering of the tube enclosing the signal 'wire' -> wireframe display (much faster if there is no hardware acceleration)
TODO: the program uses zbuffer rendering by default. You may switch to openGL rendering by commenting/uncommenting a line at the beginning of the function. openGL rendering is faster but zbuffer is generally nicer.