![]() |
displayPURPOSE
Displays the type of filter F.
SYNOPSIS
function display(F)
DESCRIPTION
Displays the type of filter F. Todo % This function must be overloaded by particular types of filters to get % a more specific output. CROSS-REFERENCE INFORMATION
This function calls:
SOURCE CODE
0001 function display(F) 0002 % Displays the type of filter F. 0003 % 0004 % Todo % This function must be overloaded by particular types of filters to get 0005 % % a more specific output. 0006 0007 display('Base Filter'); 0008 |