Sign in

username:

password:



Not a member?

Search Online Books



Search tips

Free Online Books

Ads

Chapters

Chapter Contents:

Search Physical Audio Signal Processing

  

Book Index | Global Index


Would you like to be notified by email when Julius Orion Smith III publishes a new entry into his blog?

  

Pick-Direction Lowpass Filter

The EKS pick-direction lowpass filter is simply a unity-dc-gain one-pole filter with a different coefficient for an ``up-pick'' than for a ``down-pick''. Thus, the filter transfer function is

$\displaystyle H_p(z) \eqsp \frac{1-p}{1 - p\,z^{-1}}
$

where $ p$ takes on two different (real) values (such as 0 and 0.9), depending on the picking direction. The idea is that real up-picks may be at different angles than down-picks, thus resulting in different plucking stiffness, among other possible effects.

In Faust, a unity-dc-gain one-pole filter can be defined by

    pickdir =  *(1.0-(p)) : + ~ *(p);
where p is the pole location. This pole position can be modulated by a pick-direction ``toggle'' signal as follows:
    p = 0.9 * checkbox("pick_direction"); // [0 or 0.9]


Order a Hardcopy of Physical Audio Signal Processing

Previous: Extended Karplus-Strong Algorithm
Next: Pick-Position Comb Filter

written by Julius Orion Smith III
Julius Smith's background is in electrical engineering (BS Rice 1975, PhD Stanford 1983). He is presently Professor of Music and Associate Professor (by courtesy) of Electrical Engineering at Stanford's Center for Computer Research in Music and Acoustics (CCRMA), teaching courses and pursuing research related to signal processing applied to music and audio systems. See http://ccrma.stanford.edu/~jos/ for details.


Comments


No comments yet for this page


Add a Comment
You need to login before you can post a comment (best way to prevent spam). ( Not a member? )