Feeds
질문
How to plot frequency spectrum of QPSK signal?
I'm trying to plot the frequency spectrum of a QPSK signal binary_data = qammod(binary_data,4).*exp(1i*-pi/2); Here, binary_d...
5년 초과 전 | 답변 수: 0 | 0
0
답변질문
How to use "record" command for some amount of time?
I want to record a signal As I know, I can use the commands: r = audiorecorder(8000,16,1); record(r); By this way, if I want...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
the purpose of this code segment
I'm trying to understand the purpose of this code segment binary_data=kron(ones(1,ratio),binary_data)'; binary_data=binary_dat...
5년 초과 전 | 답변 수: 1 | 0
