Learn R Programming

mwaved (version 1.1.8)

directBlur: Direct kernel matrix

Description

Creates appropriately sized blur matrix for the special case when no blurring is apparent.

Usage

directBlur(n, m = 1)

Arguments

n

Number of observations in each channel

m

Number of channels

Details

Function creates a matrix of dimension n by m which contains appropriate entries for the case when a direct multichannel signal is observed. That is, no blurring operator is apparent. This is the default argument for the blurring matrix to all the multichannel functions in the mwaved package.