Re: ELF detector

From: Ken Smith (kensmith_at_green.rahul.net)
Date: 09/26/04


Date: Sun, 26 Sep 2004 18:51:32 +0000 (UTC)

In article <4156700E.AD098E76@earthlink.net>,
Robert Baer <robertbaer@earthlink.net> wrote:
>Ken Smith wrote:
>>
[...]
>> You didn't give enough details. How big does the loop have to be to do
>> the "0-" part of the range?
>>
>> --
>> --
>> kensmith@rahul.net forging knowledge
>
> Depends on the sensitivity you want.
> Obviously, you cannot make a loop any where near 1/4 wavelength...

When you go to normalize the gain of the induction loop at zero Hz, you
have to write some very tricky software. You have to divide by zero to
get any sensitivity you want. Most programmers would have trouble
designing a divide by zero routine that is accurate to more than 1 bit.

You could use a GMR or other magnetoresistive device.

-- 
--
kensmith@rahul.net   forging knowledge


Relevant Pages

  • Re: ELF detector
    ... > Depends on the sensitivity you want. ... When you go to normalize the gain of the induction loop at zero Hz, ... designing a divide by zero routine that is accurate to more than 1 bit. ...
    (sci.electronics.design)
  • Re: ELF detector
    ... >> Depends on the sensitivity you want. ... > When you go to normalize the gain of the induction loop at zero Hz, ... You have to divide by zero to ... > designing a divide by zero routine that is accurate to more than 1 bit. ...
    (sci.electronics.equipment)
  • Re: ELF detector
    ... >> Depends on the sensitivity you want. ... > When you go to normalize the gain of the induction loop at zero Hz, ... You have to divide by zero to ... > designing a divide by zero routine that is accurate to more than 1 bit. ...
    (sci.electronics.design)
  • Re: Design for a small tube/valve mixer
    ... Quite right, an equivalent noise resistance is an approximation, however careful placement of zeros in the open loop response will reduce 1/f noise so that the approximation is quite good. ... In tubes I have yet to see the equivalent of a dc coupled triple so there is usually at least one zero in the open loop which ensures the gain drops to zero at dc. ... It tends to extend frequency response anyway but also, where the feedback factor is altered to provide variable closed loop gain, it is all to easy to get a significant gain increase hump at or below 1Hz, thus undoing all the potential good work of the open loop zeros - one reason for my comment about 'careful placement of zeros in the open loop'. ... This zero unfortunately reduces feedback a low/very low frequencies and hence *increases* closed loop gain at low or very low frequencies. ...
    (rec.audio.tubes)
  • Re: [PATCH] Avoid buffer overflows in get_user_pages()
    ... In particular, "len" is a signed int, and it is only checked at the ... So, if it is passed in as zero, the loop ... I think that, if get_user_pageshas been asked to grab zero pages, ... Which is a bug, and you want to catch it. ...
    (Linux-Kernel)