Re: Advantages of Envelope detector using Hilbert Transform
- From: Rune Allnor <allnor@xxxxxxxxxxxx>
- Date: Thu, 14 Feb 2008 02:06:25 -0800 (PST)
On 14 Feb, 10:28, Rick Lyons <R.Lyons@xxxxxxxxxxxxxxx> wrote:
On Wed, 13 Feb 2008 21:03:42 -0500, "Philip Martel"
<pomar...@xxxxxxxxxxx> wrote:
(snipped)
¯¯
Perhaps I'm missing something. I *think* this is a "digital peak detector"
that behaves like a diode feeding an RC network
y(0) = 0;
y(n+1) = x(n) > y(n) ? x(n) : A * y(n);
A should be a bit smapper than 1...
Best wishes,
--Phil Martel
Hi Phil,
sorry for my being so thick-skulled.
What do the ">", "?", ":", and "*"
symbols mean?
Seems to me that it's an "if-then-else" test
written "compact C" style...
Rune
.
- Follow-Ups:
- Re: Advantages of Envelope detector using Hilbert Transform
- From: Philip Martel
- Re: Advantages of Envelope detector using Hilbert Transform
- References:
- Advantages of Envelope detector using Hilbert Transform
- From: c1910
- Re: Advantages of Envelope detector using Hilbert Transform
- From: Jerry Avins
- Re: Advantages of Envelope detector using Hilbert Transform
- From: c1910
- Re: Advantages of Envelope detector using Hilbert Transform
- From: Jerry Avins
- Re: Advantages of Envelope detector using Hilbert Transform
- From: Philip Martel
- Re: Advantages of Envelope detector using Hilbert Transform
- From: Rick Lyons
- Advantages of Envelope detector using Hilbert Transform
- Prev by Date: Re: Upsampling real-time data using DFT
- Next by Date: Re: Upsampling real-time data using DFT
- Previous by thread: Re: Advantages of Envelope detector using Hilbert Transform
- Next by thread: Re: Advantages of Envelope detector using Hilbert Transform
- Index(es):
Relevant Pages
|