Part Number: TDA2EXEVM
(1)static AlgRadarProcessFxns_FxnTable gAlgorithmFxn_RadarBeamForm_fxns =
{
&AlgorithmFxn_RadarBeamFormCreate,
&AlgorithmFxn_RadarBeamFormProcess,
&AlgorithmFxn_RadarBeamFormControl,
&AlgorithmFxn_RadarBeamFormDelete
};
PLease tell me how the above Algorithmes is called?I did'nt find the call codes.
(2)if I take the RadarBeamFormCreate,RadarBeamFormProcess in a standalone manner on DSP, typically
using CCS software,does it work?if not, then test algorithm APIs in standalone manner on DSP/EVE, typically
using CCS what should I do?