見出し画像

Sine waves and Additive Synthesis サイン波と加算合成

もう一度サイン波を見てみましょう。このようにプロットすると、三角関数との関係が明確になります。
Let's look at the sine wave again. Plotting it this way makes the relationship to the trigonometric functions clearer.

I don't seem to be able to adjust the size of the Codepen embeddings. Please click the Codepen logo to open it in a new window if the demo is clipped.
Codepen埋め込みの大きさが調整できないようなので、はみ出している場合はロゴをクリックして別ウィンドウで開いてください。

Waves can be added together. Adding waves according to certain rules can create surprising geometric patterns. This is called additive synthesis.
波は足し合わせることができます。ある一定の規則に基づいて波を足し合わせると驚くような幾何学的なパターンが作れます。これは加算合成と呼ばれます。

These are special cases of what is called a Fourier series, expressed in the form of the following equation. If you look at the left part of the demos, you can see that there are multiple rotational motions with different radii and velocities adding up to create the waveform.
これらは下記の式の形で表されるフーリエ級数というものの特殊な場合になっています。デモの左側部分を見ると、半径と速度の異なる幾つもの回転運動が重なり合って波形を作り出していることがわかります。

$${\displaystyle {\frac {a_{0}}{2}}+\sum {k=1}^{\infty }(a{k}\cos kx+b_{k}\sin kx)}$$

Square Wave 矩形波

$${\displaystyle {\begin{aligned}x_{\text{square}}(t)&={\frac {4}{\pi }}\sum _{k=1}^{\infty }{\frac {\sin \left(2\pi (2k-1)ft\right)}{2k-1}}\\&={\frac {4}{\pi }}\left(\sin(2\pi ft)+{\frac {1}{3}}\sin(6\pi ft)+{\frac {1}{5}}\sin(10\pi ft)+\dots \right)\end{aligned}}}$$

Triangle Wave 三角波

$${\displaystyle {\begin{aligned}x_{{\mathrm {triangle}}}(t)&{}={\frac {8}{\pi ^{2}}}\sum {{k=1}}^{\infty }(-1)^{k}\,{\frac {\sin \left(2\pi (2k+1)ft\right)}{(2k+1)^{2}}}\\&{}={\frac {8}{\pi ^{2}}}\left(\sin(2\pi ft)-{1 \over 9}\sin(6\pi ft)+{1 \over 25}\sin(10\pi ft)-\cdots \right)\end{aligned}}}$$

Sawtooth Wave のこぎり波

$${\displaystyle x_{\mathrm {sawtooth} }(t)={\frac {1}{2}}-{\frac {1}{\pi }}\sum _{k=1}^{\infty }{(-1)}^{k}{\frac {\sin(2\pi kft)}{k}}}$$
$${\displaystyle x_{\mathrm {reversesawtooth} }(t)={\frac {2}{\pi }}\sum _{k=1}^{\infty }{(-1)}^{k}{\frac {\sin(2\pi kft)}{k}}}$$

Next:
Pitch and Frequency 音高と周波数

This is a copy from kyndinfo.notion.site. Here's the original page.
このページはkyndinfo.notion.site からの転載です。元のページはこちら。

この記事が気に入ったらサポートをしてみませんか?