Talk:FIR transfer function

From WikiProjectMed
Jump to navigation Jump to search

UAV Filter Output Delay

The filter response appears to show output delay which suggests that the filter is not double sided. Constant314 (talk) 13:42, 15 May 2017 (UTC)[reply]

Incorrect Example

The example shows some input data y = sin(t + rand([0 200]) claiming that rand([0 200]) produces a random number in the range [0, 200] which is not correct. It is probably producing 200 random numbers on the range [0, 1]. Can the author confirm what is happening here? Clenchedteeth (talk) 17:51, 3 October 2017 (UTC)[reply]

I believe that you are correct. The signal seems biased by about 0.5 which is what you would expect from a uniform random over the interval of 0 to 1. Also it looks like there are about 200 abrupt transitions. Constant314 (talk) 19:43, 3 October 2017 (UTC)[reply]