Page19 of 26
6.
Introduction of MATLAB APIs and Examples
This section will introduce all the YTTEK MATLAB APIs of YTPC400 platform.
All APIs are in the folder
“.\release_YTPC400\tool\YTPC400”.
User can easily analysis the wireless communication by using the APIs on YTPC400 platform. This section
will introduce some examples of communication applications. User can quickly understand how to build
user’s own algorithm for communication systems based on our examples.
All the example code are in the folder: “.\ release_YTPC400\YTPC400_testing_code”.
6.1
Basic Example
YTTEK provides simple programs for user to be familiar with YTPC400 platform. The basic examples are
divided into three categories: “ RX Example ”, “ TX Example ” and “ Loopback Example ”. These programs
are based on APIs: “
RX_YTPC400()
”, “
TX_YTPC400()
” and “
TX_RX_YTPC400()
”.