Re: Exponential envelopes decay
Date | 1999-01-20 05:32 |
From | Charlie Hubbard |
Subject | Re: Exponential envelopes decay |
Hans Mikelson wrote: > >Is there any easier exponential envelope opcode? > > expseg I would like something like expseg, but how would I control the curvature of the exponential envelope? For example, how could I specify a curve like this (excuse the ascii art) | | | ( \ \ ---------------- or -----------\ \ | | | And somewhere in between these two curves is a straight line. Any ideas?? charlie |
Date | 1999-01-20 20:01 |
From | vjs |
Subject | Re: Exponential envelopes decay |
Charlie Hubbard wrote: >I would like something like expseg, but how would I >control the curvature of the exponential envelope? perhaps you could try GEN08 (cubic splines) tho the gradient at both ends is always zero and you can get some malicious wiggles; the little program Spliner (Mac only? available at Bath ftp i think) will help with those vjs |