Undefined function or variable 'BDetector'.
Error in Run2 (line 14)
rdemod = Demodulator(BDetector(rrx));
Error in Project (line 36)
x = log10(Run2(snr_log(i), n));
From looking at Run1, my guess is that I renamed BDetector QpskDetector at some point and it never made it into Run2. Try changing it to QpskDetector and comment if it works!
Hi,
When I ran the scripts from project.m file:
It seems there is no function naming BDetector?