analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products

Home Page:https://analogdevicesinc.github.io/TransceiverToolbox/master

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

modem_qpsk

opened this issue · comments

Hi

The property Upsampling factor is not defined in the QPSKChannel.m and is being used in the main file EndtoEndTest.m
Error using QPSKChannel (line 35)
The name 'UpsamplingFactor' is not an accessible property for an instance of class 'QPSKChannel'.

Error in EndToEndTest (line 130)
qpskChan = QPSKChannel('DelayType', DelayType, ...
Also, there is an error regarding the delay
Displaying stack trace:
Error using dsp.VariableFractionalDelay>VariableFractionalDelay.setParameters
• In dsp.VariableFractionalDelay>VariableFractionalDelay.setParameters
• In QPSKChannel>QPSKChannel.stepImpl (line 83)
• In EndToEndTest (line 209)

Thanks,

Looks like QPSKChannel got updated a bit. I'll have a fix later today. Thanks for reporting.

I still am having the same errors in the script I wonder if the script is updated or I didn't download the updated script.

Thanks

The code has not been updated yet. There is a task in the queue but there are a few things in front right now.

-Travis