analogdevicesinc / MathWorks_tools

Scripts and tools created by ADI to be used with MATLAB and Simulink with ADI products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update input struct creation examples to use 'getInChannel' syntax.

tfcollins opened this issue · comments

Update examples to use the more convenient getInChannel method.

Example:
input{s.in_ch_no+1} = xxx;
input_content{s.getInChannel('RX_SAMPLING_FREQ')} =xxx;