필터 지우기
필터 지우기

How I can generate a signal of 20 kbps and bandwidth of 25 KHz?

조회 수: 7 (최근 30일)
Christian Pérez Sánchez
Christian Pérez Sánchez 2020년 5월 7일
편집: Navya Seelam 2020년 5월 12일
Hello everyone
I am trying to generate from Bernoulli Binary generator a signal of 20 kbps and a bandwidth of 25 KHz but i don't know how to configure Sample time and samples per frame parameters.
If anyone knows how to implement that i will be very greatful.
Lot of thanks.

답변 (1개)

Navya Seelam
Navya Seelam 2020년 5월 12일
You can generate the signal with datarate of 20kbps by setting the Sample time to 1/20e3 and you can set the samples per frame to 1 (samples per frame doesn't influence the datarate) . Assuming you have mentioned the Occupied Bandwidth to be 25KHz, for datarate of 20kbps Bernoulli Binary generator gives a signal with bandwidth around datarate/2. You cannot configure the bandwidth for a particular datarate using Bernoulli Binary generator.
  댓글 수: 2
Christian Pérez Sánchez
Christian Pérez Sánchez 2020년 5월 12일
Thank you for your answer, i will apply it.
Regarding the bandwidth, exists some simulink block that let me to establish a 25 KHz bandwidth?
Best regards.
Navya Seelam
Navya Seelam 2020년 5월 12일
편집: Navya Seelam 2020년 5월 12일
You can use up-sampling to increase the BW. However this changes the data rate. So, you cannot change the bandwidth without changing the data rate.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 BPSK에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by