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,
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,