|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< std::vector< double > > MayaFlux::Yantra::extract_windowed_data_by_indices | ( | const std::vector< std::span< const double > > & | data, |
| const std::vector< size_t > & | window_indices, | ||
| uint32_t | window_size = 512 |
||
| ) |
Extract specific data windows by indices.
| data | Input data span |
| window_indices | Vector of starting indices for windows |
| window_size | Size of each window |
Definition at line 420 of file ExtractionHelper.cpp.