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 & output datattype, performs slower than a filter, in which I only use one datatype?<br>
<br>// filter with different types...<br>myfilter<short, float><br><br>// ...compared to a filter with same types. is this filter fasterr?<br>myfilter<short, short><br><br><br><br>Regards, Michael<br>