[关闭]
@Ding-feng 2017-12-31T19:53:40.000000Z 字数 2942 阅读 762

Final

homework


Abstract

Plucked string instruments are a subcategory of string instruments that are played by plucking the strings. Plucking is a way of pulling and releasing the string in such a way as to give it an impulse that causes the string to vibrate. Plucking can be done with either a finger or a plectrum.
This article will simulating a guitar, including three parts:
(1) the motion of strings
(2) the vibrations of a two dimensional surface
(3) the production of sound waves in a room

Wave equation

As we have discussed, the wave equation for such a string is


To treat the wave rquation numerically we proceed as we did in Chapter-6, and disvretize time and space, with a time step and a spatial step . We then write the string displacement as a function of these discrete variables with

Since we have discussed in the previous chapters how to deal with this problem,
and the final results are as follows

Where we define

For all of the calculations we will assume that the ends of the string are rigidly held,so that
where the ends of the string are at and
The following picture shows how a kink splits into two separate kinks are reflected at the ends


Acknowledgement for Junyi Shangguan,because I have no idea about how to create a gif by python.(but when i convert markdown to pdf the gif do not move again...)
Here is the code

Power spectrum of waves

First we introduce a definition about . It is the force at the end of the string at


In terms of our diesrete approximation this is

Then we can plot the guitar spectrum just like text book P361 figure11.3


Here is the code2
We can calculate thie spectrum by performing a Fast Fourier Transformation analysis of the vridge force signal. but today I just directly give the consequence:
There are just the components of the sound at the fundamental frequency , and its harmonics and for our calculation with , the harmonics at n=5,10,etc … ,all vanish

Relationship with music theory

The vibration of a string is the superposition of a series of standing waves with the same eigenfrequency.The standing wave of n = 1 is called the fundamental wave, and the rest of the standing waves are called n-th harmonic wave respectively.The fundamental corresponds to the lowest frequency, called the tonic; the corresponding harmonics frequency is called overtones, and overtones determine the timbre (Timbre distinguishes different types of sound production).
Since the amplitude is inversely proportional to , so in general, the amplitude of each vibration wave decreases. The sound of a stringed instrument depends on the spectral structure of the music being pronounced, ie the vibrations at various frequencies and their proportions, which are related to several factors.This is why we can distinguish between different instruments even when playing the same music.

Acknowledgement and reference

Acknowledgement for Junyi Shangguan
[1]张茹,张莉,吴高建.驻波和弦乐器[J].时代教育(教育教学),2012(07):177-178.
[2]Nicholas J.Giordano, Hisao Nakanishi. 2007. Computational Physics[M]. Beijing: Tsinghua University Press

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注