Gnuradio로 디지털 변조방식이 적용된 신호의 생성과 Symbol rate, raised cosine filter, 생성된 신호의 bandwidth에 대해 알아보고자 본 글을 썼다. Gnuradio에서 사용한 블록은 다음과 같다. Random Source는 Sample을 생성하는 모듈 Throttle 모듈은 Sample rate를 결정하는 모듈 모듈 구성하다가 막혔던 부분이 Ouput Type이다. Constellation Modulator block의 input type이 byte이므로, Throttle과 Random Source 의 output Type을 byte로 해야함. 또한 위 블록을 구성할 때 헷갈렸던 부분은 Constellation Modulator, Constellation object..