Feeds
已回答
Write a MATLAB program to Simulate(modulate) BPSK signals for the data {10000111} and demodulate it using MATLAB. Plot all waveforms. Obtain a bit error rate graph.
The question, as stated, doesn't seem to be specific enough. The given code plots 100 points for each bit of data, and shows th...
Write a MATLAB program to Simulate(modulate) BPSK signals for the data {10000111} and demodulate it using MATLAB. Plot all waveforms. Obtain a bit error rate graph.
The question, as stated, doesn't seem to be specific enough. The given code plots 100 points for each bit of data, and shows th...
4 days 前 | 0
已回答
how to simulate ADC through matlab code
If interested in simulating architecture of ADCs and DACs, you can look at Mixed-Signal Blockset: https://www.mathworks.com/hel...
how to simulate ADC through matlab code
If interested in simulating architecture of ADCs and DACs, you can look at Mixed-Signal Blockset: https://www.mathworks.com/hel...
4 days 前 | 0
已回答
How to import s parameters without RF Toolbox
For completeness, the easiest solution is to use the sparameters function out of RF Toolbox: https://www.mathworks.com/help/rf...
How to import s parameters without RF Toolbox
For completeness, the easiest solution is to use the sparameters function out of RF Toolbox: https://www.mathworks.com/help/rf...
7 days 前 | 0
已回答
Reading PCAP files on Matlab
For completeness: If you have access to 5G Toolbox, there is built-in pcapReader function that has been available since R2021b....
Reading PCAP files on Matlab
For completeness: If you have access to 5G Toolbox, there is built-in pcapReader function that has been available since R2021b....
6 months 前 | 0
已回答
Image compression huffman coding
This page is still getting a fair number of views, so I wanted to summarize the discussion. As it has been pointed out, the pro...
Image compression huffman coding
This page is still getting a fair number of views, so I wanted to summarize the discussion. As it has been pointed out, the pro...
6 months 前 | 0
已回答
Matlab Code for Performance Analysis (BER vs Eb_N0) of BPSK, QPSK & 16QAM, on 4G LTE
You also use the berawgn function from Communication Toolbox to generate these curves. The code above uses the formulas for BER...
Matlab Code for Performance Analysis (BER vs Eb_N0) of BPSK, QPSK & 16QAM, on 4G LTE
You also use the berawgn function from Communication Toolbox to generate these curves. The code above uses the formulas for BER...
6 months 前 | 0
已回答
creating sine wave with variable frequency
You can take a more direct/trivial approach to generate sin(2*pi*f*t) with a variable f (model attached). The follow-up que...
creating sine wave with variable frequency
You can take a more direct/trivial approach to generate sin(2*pi*f*t) with a variable f (model attached). The follow-up que...
6 months 前 | 0
已回答
How to plot delta dirac and unit step functions
This question is old, and the comments contain good hints on how to solve it, but I thought it might be instructive to put the c...
How to plot delta dirac and unit step functions
This question is old, and the comments contain good hints on how to solve it, but I thought it might be instructive to put the c...
6 months 前 | 1
已回答
One tap equalizer design (MMSE equalizer and ZF equalizer)
Answer provided by Chaitanya to item (1) is correct. On item 2: Changing N to 11 (as the OP suggested) does not work because th...
One tap equalizer design (MMSE equalizer and ZF equalizer)
Answer provided by Chaitanya to item (1) is correct. On item 2: Changing N to 11 (as the OP suggested) does not work because th...
2 years 前 | 0
| 已接受
已提交
Communication Systems Reference Curves
These files show how to match expected theoretical results by Monte Carlo simulations.
8 years 前 | 3 次下载 |