Main Content

coifwavf

Coiflet wavelet filter

Description

f = coifwavf(wname) returns the scaling filter f associated with the Coiflet wavelet specified by wname. f is a real-valued vector.

example

Examples

collapse all

Set the Coiflet wavelet name.

wname = 'coif2';

Compute and plot the scaling filter coefficients associated with the Coiflet.

f = coifwavf(wname);
stem(f)
grid on
title('Coiflet Scaling Coefficients')

Figure contains an axes object. The axes object with title Coiflet Scaling Coefficients contains an object of type stem.

Input Arguments

collapse all

Name of Coiflet, specified as 'coifN' where N is an integer between 1 and 5.

Example: 'coif3'

Version History

Introduced before R2006a

See Also