x 축은 real(실수)
y 축은 imagenary(허수)
그래서 arctan(허수/실수) 하면 각도를 radian으로 구할수 있다.
javascript 기준으로는
Math.atan() * 180 / Math.PI 하면 각도로 전환가능
θ = tan- 1 (b/a) |
[링크 : http://sites.music.columbia.edu/cmc/MusicAndComputers/popups/chapter3/xbit_3_3.php]
역시나 언제나 그렇듯 radian 값
[링크 : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/atan]
'프로그램 사용 > fft, fftw' 카테고리의 다른 글
fft 라이브러리 목록 (0) | 2023.06.01 |
---|---|
fftw 다차원 분석 (0) | 2023.05.27 |
fftw input range? (0) | 2023.04.07 |
fft 복소수(complex) - 실수, 허수부(real, imaginary) (0) | 2023.04.07 |
fft 0 Hz (2) | 2023.04.05 |