scirs2-signal 0.1.0-rc.2

Signal processing module for SciRS2 (scirs2-signal)
Documentation
1
2
3
4
5
6
7
8
9
// Multitaper module is not yet implemented in scirs2-signal
// This example is commented out until the module is available

#[allow(dead_code)]
fn main() -> Result<(), Box<dyn std::error::Error>> {
    println!("Multitaper module is not yet implemented in scirs2-signal");
    println!("This example will be available once the module is added.");
    Ok(())
}