Skip to content

Commit

Permalink
feat: Filter (Overview)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korilakkuma committed Nov 11, 2024
1 parent b57eb61 commit c700c5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7659,6 +7659,19 @@ <h4>AM 変調</h4>
<p>(命名的に混同しますが) リングモジュレーター自体の原理は AM 変調であり, それが, FM シンセサイザーの原理になっているということです.</p>
</section>
</section>
<section id="section-effectors-filter">
<h3>フィルタ</h3>
<p>
フィルタという言葉は日常生活でも使われますし, コンピューターサイエンスにおいても, UNIX 系 OS でパイプとフィルタがあります. フィルタの概念としては,
ある結果を遮断して, ある結果を通過させるということでしょう.
</p>
<p>
オーディオ信号処理における<b>フィルタ</b>も同様に, ある周波数成分の音を通過・遮断, あるいは強調 (ブースト) して, 周波数特性を変化させます.
フィルタだけをエフェクターとして使うことはあまりなく, すでに解説したフェイザーや, このあとのセクションで解説する,
イコライザーやワウなどフィルタ系のエフェクターで使われることが多いです.
</p>
<p>また, 音響特徴量はスペクトル, つまり, 周波数成分として表れることが多いので, 音の加工においてもフィルタを理解することは重要となります.</p>
</section>
</section>
</main>
<script defer src="https://cdn.jsdelivr.net/npm/prismjs@latest/prism.min.js"></script>
Expand Down

0 comments on commit c700c5b

Please sign in to comment.