Class
MapFilter
In: rbSnack/tkSnack.rb
Parent: Filter

A filter which maps as a linear transformation the inputs channels to the output.

Methods

new,
Public Class methods
new( arg) src

Initializes the map filter. Takes an an argument an array, columns label the channels, the rows are labeled by the output (1 row for mono, 2 for stero,..) The effect on a signal of channels is simply matrix multiplication.