Message Boards Message Boards

Physical plucked string modeling using the Karplus-Strong algorithm

Posted 9 days ago

enter image description here

Attachments:
POSTED BY: William Choi-Kim
2 Replies

This is a very nice explication, but it is also perhaps worth noting that the built-in AudioDelay function can be used to implement Karplus-Strong synthesis (this is one of the "Neat Examples"). For example:

freq = 60;
feedback = 0.99;


AudioDelay[
    AudioGenerator["Pink", .01], 1/freq, feedback, 
    PaddingSize -> 5] (* padding runs the audio longer than the brief initial impulse *)

(* another version with a low-pass cutoff filter *)    
AudioDelay[
    AudioGenerator["Pink", .01], 1/freq, feedback, 
    PaddingSize -> 5, Method -> {"LowpassCutoff" -> Quantity[8000, "Hertz"]}]
POSTED BY: Joshua Schrier

enter image description here -- you have earned Featured Contributor Badge enter image description here Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract