Jump to content

Talk:FIR transfer function

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by OpalYosutebito (talk | contribs) at 00:06, 27 October 2024 (Assessment: banner shell (Rater)). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

UAV Filter Output Delay

[edit]

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

[edit]

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]