You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplicity – Allows designer to understand overall input/output behavior of a system in terms of individual filters.
196
+
Maintenance and reuse
197
+
Concurrent Execution –Each filter can be implemented as a separate task and be executed in parallel with other filters.
198
+
199
+
>disAdvantage
200
+
Interactive transformations are difficult – Filters being independent entities designer has to think of each filter as providing a complete transformation of input data to output data.
201
+
No filter cooperation.
202
+
Performance – may force a lowest common denominator on data transmission
0 commit comments