You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Doc_BoxAlgorithm_StatisticGenerator.dox-part 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. /**
  2. * \page BoxAlgorithm_GeneralStatisticsGenerator General Statistic Generator
  3. __________________________________________________________________
  4. Detailed description
  5. __________________________________________________________________
  6. * |OVP_DocBegin_BoxAlgorithm_GeneralStatisticsGenerator_Description|
  7. * The box analyses a the two input stream (stimulations and signal).
  8. *
  9. * The box will provide for each channel of the signal the min, the max value and the mean.
  10. * The box will provide a list of stimulations and provide for them the amount of time they appeared.
  11. *
  12. * |OVP_DocEnd_BoxAlgorithm_GeneralStatisticsGenerator_Description|
  13. __________________________________________________________________
  14. Inputs description
  15. __________________________________________________________________
  16. * |OVP_DocBegin_BoxAlgorithm_GeneralStatisticsGenerator_Inputs|
  17. * |OVP_DocEnd_BoxAlgorithm_GeneralStatisticsGenerator_Inputs|
  18. * |OVP_DocBegin_BoxAlgorithm_GeneralStatisticsGenerator_Input1|
  19. * The signal stream to analyse.
  20. * |OVP_DocEnd_BoxAlgorithm_GeneralStatisticsGenerator_Input1|
  21. *
  22. * |OVP_DocBegin_BoxAlgorithm_GeneralStatisticsGenerator_Input2|
  23. * The stimulation stream to analyse.
  24. * |OVP_DocEnd_BoxAlgorithm_GeneralStatisticsGenerator_Input2|
  25. __________________________________________________________________
  26. Settings description
  27. __________________________________________________________________
  28. * |OVP_DocBegin_BoxAlgorithm_GeneralStatisticsGenerator_Settings|
  29. * |OVP_DocEnd_BoxAlgorithm_GeneralStatisticsGenerator_Settings|
  30. * |OVP_DocBegin_BoxAlgorithm_GeneralStatisticsGenerator_Setting1|
  31. * Path to the file where the results will be wrote.
  32. * |OVP_DocEnd_BoxAlgorithm_GeneralStatisticsGenerator_Setting1|
  33. __________________________________________________________________
  34. Examples description
  35. __________________________________________________________________
  36. * |OVP_DocBegin_BoxAlgorithm_GeneralStatisticsGenerator_Examples|
  37. * The resulting file should look like this :
  38. \verbatim
  39. <Statistic>
  40. <Stimulations-list>
  41. <Stimulation>
  42. <Identifier>(0x00000000, 0x00008100)</Identifier>
  43. <Label>OVTK_StimulationId_Label_00</Label>
  44. <Count>500</Count>
  45. </Stimulation>
  46. </Stimulations-list>
  47. <Channel-list>
  48. <Channel>
  49. <Name>sinusOsc 1</Name>
  50. <Maximum>2.99595</Maximum>
  51. <Minimum>-2.99582</Minimum>
  52. <Mean>0.00374409</Mean>
  53. </Channel>
  54. <Channel>
  55. <Name>sinusOsc 2</Name>
  56. <Maximum>2.99555</Maximum>
  57. <Minimum>-2.99594</Minimum>
  58. <Mean>0.00215169</Mean>
  59. </Channel>
  60. <Channel>
  61. <Name>sinusOsc 3</Name>
  62. <Maximum>2.99594</Maximum>
  63. <Minimum>-2.99592</Minimum>
  64. <Mean>0.000474523</Mean>
  65. </Channel>
  66. <Channel>
  67. <Name>sinusOsc 4</Name>
  68. <Maximum>2.99591</Maximum>
  69. <Minimum>-2.99594</Minimum>
  70. <Mean>0.00127219</Mean>
  71. </Channel>
  72. </Channel-list>
  73. </Statistic>
  74. \endverbatim
  75. * |OVP_DocEnd_BoxAlgorithm_GeneralStatisticsGenerator_Examples|
  76. __________________________________________________________________
  77. Miscellaneous description
  78. __________________________________________________________________
  79. * |OVP_DocBegin_BoxAlgorithm_KappaCoef_Miscellaneous|
  80. * |OVP_DocEnd_BoxAlgorithm_KappaCoef_Miscellaneous|
  81. *
  82. */