Overview
Computes the function floor(x) using the math library
Discussion
Computes the funtion floor(x) using the math library.
Type Definition
Code Block |
---|
typedef struct _ModuleFloor { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure } ModuleFloorClass; |
Pins
Input Pins
Name: in
Description: Input signal
...
Sample rate range: Unrestricted
Complex support: Real
Output Pins
Name: out
Description: Output signal
Data type: float
MATLAB Usage
File Name: floor_module.m
...