How I can generate a signal of 20 kbps and bandwidth of 25 KHz?
4 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
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 个评论
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 Center 和 File Exchange 中查找有关 Waveform Generation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!