Categories: 技術情報/TechnicalNotes, 音程推測/Pitch Estimation, スペクトラム分析/Spectrum Analysis, 色相環/Color Circle

技術概要/Technical Overview

12/13/09 | by TMT Inc. [mail] | Categories:

音程推測/Pitch Estimation: Auto Correlation

ウィーナー=ヒンチンの定理により実装。Implemented by Wiener–Khinchin theorem.

AutoCorrelationの誤差を排除するためRectangular Window使用(Windowingなし)。Makes use of Rectangular Window to avoid unnecessary errors for autocorrelation.

高速フーリエ変換はCooley-Tukeyを使用。FFT by Cooley-Tukey algorithm.

FFTの実装にはLIBROW社のコードを一部使用。FFT implementation derives from one by LIBROW.

14.18の固定小数点演算で処理。Audio data is processed as 14.18 fixed point data.

スペクトラム分析/Spectrum Analysis

AutoCorrelation算出の過程で得られるスペクトラムを利用。Utilizes the first by-product by auto correlation.

特にA3以下の解像度を上げるために長さ1024のオーディオサンプルをゼロパディングで4098にして処理。Zero padded to 4098 for 1024 audio sample to get better resolution, below A3 in particular.

色相環/Color Circle: CIE L*a*b space(L=20, 40, 60, 80, 99)

ニュートンの色相環を参考に作成。Based on Newton's color circle.

 

詳細は各サブカテゴリを参照してください。See details in respective sub category.

Permalink

Color Patterns

01/27/10 | by TMT Inc. [mail] | Categories: 色相環/Color Circle
From top to bottom, left to right. Major   Minor   more »
Permalink

Pitch Estimation

01/10/10 | by TMT Inc. [mail] | Categories: 音程推測/Pitch Estimation
How to estimate pitch that you hear? There're many algorithms out there, but is nothing works perfect, even close to perfect in the wild.   The first thing I wanted to get was Fundamental Frequency. It is considered as the most significant frequenc… more »
Permalink

Color Selection

01/09/10 | by TMT Inc. [mail] | Categories: 色相環/Color Circle
Colors are selected on CIE-L*a*b space by applying a fixed wheel. A2 - B2 : L = 30 C3 - B3: L = 40 C4 - B4: L = 60 C5 - B5: L = 80 C6 - A6: L = 99   more »
Permalink
February 2012
Sun Mon Tue Wed Thu Fri Sat
 << <   > >>
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29      

Search

XML Feeds

blog software