Overview
Computes the square root using Math approximations.
Discussion
Computes the square root using Math approximations.
Type Definition
Code Block |
---|
typedef struct _ModuleSqrtFract32 { ModuleInstanceDescriptor instance; // Common Audio Weaver module instance structure } ModuleSqrtFract32Class; |
Pins
Input Pins
Name: in
Description: Input signal
...
Sample rate range: Unrestricted
Complex support: Real
Output Pins
Name: out
Description: Output signal
Data type: fract32
MATLAB Usage
File Name: sqrt_fract32_module.m
...