Hi,<br><br>1. I wonder if the datatype I choose for a filter (e.g. signed short, float, unsigned char etc.) does have an influence on the performance?<br><br>2. Does a filter, which has got a different input &amp; output datattype, performs slower than a filter, in which I only use one datatype?<br>
<br>// filter with different types...<br>myfilter&lt;short, float&gt;<br><br>// ...compared to a filter with same types. is this filter fasterr?<br>myfilter&lt;short, short&gt;<br><br><br><br>Regards, Michael<br>