Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels