|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API std::vector< std::vector< std::vector< double > > > MayaFlux::windowed_segments_per_channel | ( | const std::vector< Kakshya::DataVariant > & | channels, |
| size_t | window_size, | ||
| size_t | hop_size | ||
| ) |
Split multi-channel data into overlapping windows per channel.
| channels | Vector of channel data |
| window_size | Size of each window |
| hop_size | Step size between windows |
Definition at line 945 of file Yantra.cpp.
References windowed_segments().
Here is the call graph for this function: