![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/415593_1555591857441_DEF.jpg)
Idin Motedayen-Aval
Followers: 0 Following: 0
Statistica
RANK
N/A
of 297.046
REPUTAZIONE
N/A
CONTRIBUTI
0 Domande
9 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
2.385 of 20.422
REPUTAZIONE
729
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
1 File
DOWNLOAD
2
ALL TIME DOWNLOAD
7091
RANK
of 157.776
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
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...
3 mesi fa | 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...
3 mesi fa | 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...
3 mesi fa | 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....
9 mesi fa | 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...
9 mesi fa | 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...
9 mesi fa | 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...
9 mesi fa | 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...
9 mesi fa | 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...
oltre 2 anni fa | 0
| accettato
Inviato
Communication Systems Reference Curves
These files show how to match expected theoretical results by Monte Carlo simulations.
oltre 8 anni fa | 2 download |