공부했던 내용을 쉽게 확인하기 위해서 Gnuradio을 이용할 수 있다. 다음 내용은 https://wirelesspi.com/ 내용 중 exercise_1c_DFT_leakage_true spectrum을 공부하면서 정리한 것이다. - exercise 1c DFT finds amplitud and phase contribution in a signal from each of the N discrete-time complex sinusoids 샘플링 rate가 64이며, 신호의 주파수 1Hz인 신호를 생성하였다. 이 신호의 시간영역, 주파수영역 표현 결과를 정리하였다. 신호처리 교과서를 보면 Cosine 신호를 주파수 영역에서 표현하면 +와 - 주파수를 가진 복소신호 e^(jwt)로 표현된다. 이것은 주..