Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Talk:FIR transfer function

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 8 years ago by Constant314 in topic Incorrect Example

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