Changes between Version 1 and Version 2 of ImplementationofAnalysisStep_PDAF23
- Timestamp:
- May 19, 2025, 7:59:52 PM (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ImplementationofAnalysisStep_PDAF23
v1 v2 1 1 = Implementation of the analysis step with OMI (PDAF2) = 2 3 {{{ 4 #!html 5 <div class="wiki-toc"> 6 <h4>Implementation Guide for PDAF2</h4> 7 <ol><li><a href="ImplementationGuide_PDAF23">Main page</a></li> 8 <li><a href="AdaptParallelization_PDAF23">Adaptation of the parallelization</a></li> 9 <li><a href="InitPdaf_PDAF23">Initialization of PDAF</a></li> 10 <li>Implementation of the analysis step</li> 11 <li><a href="AddingMemoryandTimingInformation_PDAF23">Memory and timing information</a></li> 12 </ol> 13 </div> 14 }}} 2 15 3 16 {{{ … … 31 44 }}} 32 45 33 {{{34 #!html35 <div class="wiki-toc">36 <h4>Implementation Guide for PDAF2</h4>37 <ol><li><a href="ImplementationGuide_PDAF23">Main page</a></li>38 <li><a href="AdaptParallelization_PDAF23">Adaptation of the parallelization</a></li>39 <li><a href="InitPdaf_PDAF23">Initialization of PDAF</a></li>40 <li>Implementation of the analysis step</li>41 <li><a href="AddingMemoryandTimingInformation_PDAF23">Memory and timing information</a></li>42 </ol>43 </div>44 }}}45 46 46 47 The implementation of the analysis step requires that the user-supplied routines whose names are given in the call to the filter-specific put-state routine are implemented with full functionality.