Crate basic_dsp_interop[−][src]
Expand description
Clients using other programming languages should use the functions in this mod. Please refer to the other chapters of the help for documentation of the functions.
Modules
| facade32 | Functions for 32bit floating point number based vectors. Please refer to the other chapters of the help for documentation of the functions. |
| facade64 | Auto generated code, change facade32.rs and run facade64_create.pl Functions for 64bit floating point number based vectors. Please refer to the other chapters of the help for documentation of the functions. |
Structs
| BinaryVectorInteropResult | Result of a vector operation. Check the |
| InteropVec | |
| ScalarInteropResult | Result of a vector operation. Check the |
| VectorInteropResult | Result of a vector operation. Check the |
Functions
| convert_void | |
| get_error_marker | Returns the error code depending on the error marker of a vector. |
| translate_error | Error codes: |
| translate_to_padding_option | |
| translate_to_real_convolution_function | |
| translate_to_real_frequency_response | |
| translate_to_window_function |