opmo Posted June 14, 2023 Posted June 14, 2023 Documentation to CLM envelope functions: ENVELOPE-CONCATENATE ENVELOPE-DECREASE ENVELOPE-DIVIDE ENVELOPE-EXP ENVELOPE-INCREASE ENVELOPE-INTERP ENVELOPE-LENGTH ENVELOPE-MAX ENVELOPE-MULTIPLY ENVELOPE-REFLECT ENVELOPE-REPEAT ENVELOPE-REVERSE ENVELOPE-SAMPLES ENVELOPE-SIMPLIFY ENVELOPE-X ENVELOPE-Y MAX-ENVELOPE MIN-ENVELOPE NORMALIZE-ENVELOPE SCALE-ENVELOPE STRETCH-ENVELOPE WINDOW-ENVELOPE X-NORM Help function for XY-PLOT: MAKE-XY Note: The XY-PLOT input should be composed of pairs of x and y values. Typically, x represents the independent variable, which is often time in many applications, while y represents the dependent variable, often amplitude or another measure. Please check the documentation. (xy-plot '(2 0 3 1 5 1 7 2 11 3 13 5 17 8 19 13) :join-points t :point-radius 2 :style :axis :point-style :square) Pli 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.