analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products
https://analogdevicesinc.github.io/TransceiverToolbox/master
Other
54 stars 31 forks source link

modem_qpsk #31

Open ghost opened 3 years ago

ghost commented 3 years ago

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,

tfcollins commented 3 years ago

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

ghost commented 3 years ago

Bump

ghost commented 3 years ago

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

tfcollins commented 3 years ago

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