(8.D.2.6) PinkFilter
Overview
Filter with 3 dB/octave roll off
Type Definition
-Not Shown-
Pins
Input Pins
Name: in
Description: Audio input
Data type: float
Channel range: Unrestricted
Block size range: Unrestricted
Sample rate range: Unrestricted
Complex support: Real
Output Pins
Name: out
Description: Audio output
Data type: float
MATLAB Usage
File Name: pink_filter_subsystem.m
SYS=pink_filter_subsystem(NAME)
Implements a filter with a 3 dB/octave rolloff. This is the same
response as pink noise. Internally, the subsystem uses an 8th order
Biquad Cascade module. Arguments:
NAME - name of the module.
Â