Community Profile

photo

Zanobia Masih


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


The following is a code for BCH code in AWGN for BPSK modulation. What seems to be the problem with it? I don't seem to be getting with coding and without coding graph
Here's the code: clc; clear all; close all; tic; N = 10000 % % Generate Data Stream data = randint(1,N); datalen = len...

2 years ago | 0 answers | 0

0

answers

Question


Following is a link to a Bit error probability of using bch codes with bpsk modulation in awgn. Why cant I see a simulated value in the plot?
https://in.mathworks.com/matlabcentral/fileexchange/47917-performance-of-bch-codes-in-awgn-under-bpsk-modulation-scheme I see a...

2 years ago | 0 answers | 0

0

answers

Question


Why am I getting "too many output arguments" when I am Quantizing an input speech?
clear clc %----------------- Quantization ------------------------------------------- %Number of level ...

2 years ago | 1 answer | 0

1

answer