-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adrv9002 interface gain fix #185
Conversation
'-24dB', '-30dB','-36dB'}); | ||
InterfaceGainChannel1Set = matlab.system.StringSet({... | ||
'18dB', '12dB', '6dB', '0dB', '-6dB', '-12dB', '-18dB',... | ||
'-24dB', '-30dB','-36dB'}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update the interface gain controls in setupInit as well.
Can you enhance the doc tell the user the interface gain is profile dependent as well
Signed-off-by: Pagadarai <[email protected]>
…d to device Signed-off-by: Pagadarai <[email protected]>
…l connected to device Signed-off-by: Pagadarai <[email protected]>
Signed-off-by: Pagadarai <[email protected]>
…ng depends on the profile loaded Signed-off-by: Pagadarai <[email protected]>
…rEqual instead of verifyGreaterThan Signed-off-by: Pagadarai <[email protected]>
3897320
to
0845b78
Compare
…available gains Signed-off-by: Pagadarai <[email protected]>
Updated setupInit and doc-strings. |
…use the test to fail Signed-off-by: Pagadarai <[email protected]>
No description provided.