You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: