Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Old October 16th 03, 10:39 AM
Hans Summers
 
Posts: n/a
Default


wrote in message
...

If you have log before ADC I think you need a superhet conversion rather
than direct conversion to baseband, for the reasons I mentioned earlier.

If
you just ADC'ed the lot there'd be some chance of sorting the confusion

out
in software, though it'd take a brave heart to try it.


So use 2 18-bit ADC's (sound card maybe 16-bit but you won't get 90dB

range from
it, you'll find a fair bit of noise from your average sound card - well

the
first 3 bits will be noisy), one with the I and the other with the Q (from

the
DC output) and do it that way ?


I still think you stand a fair chance of problems, when essentially you're
doing your signal strength measurement in baseband and sweeping at rates in
the same frequency range. The aquisition time for the signal strength
measurement needs to be much shorter than the sweep, or the signal strength
will change while you're attmpting to measure it.

I guess it's a bit like the problem of designing audio-derived AGC in direct
conversion receivers. It takes too many cycles to measure the audio volume
at low frequencies to get a correction signal to control gain. Similar
problem. There might be a way of disentangling it in software, I don't know
the mathematics but I can intuitively imagine that it could work.

But I'm no expert on this, just a clown with soldering iron...

Hans G0UPL
http://www.hanssummers.com


  #2   Report Post  
Old October 16th 03, 02:45 PM
 
Posts: n/a
Default


I still think you stand a fair chance of problems, when essentially you're
doing your signal strength measurement in baseband and sweeping at rates in
the same frequency range. The aquisition time for the signal strength
measurement needs to be much shorter than the sweep, or the signal strength
will change while you're attmpting to measure it.


Yes Sweep rate can be a problem, but it's all down the baseband bandwidth and
what kind of update rate you want/need.

If you want to sweep across a 100MHz within say a second, assuming your using
44100 sampling rate, that's 44100 samples you'll get across the 100MHz sweep in
that one second - 2.26Khz wide freq segments (non-overlapping), but you'd need a
baseband bandwidth of 1KHz to overcome the anti-alias problem.

Doesn't sound to bad really. A one second scan across the entire 100MHz is fine
really (depending on what your doing) - the PC is a perfect storage scope.

To convert a linear I/Q baseband sample to a log scale is no problem at all in
software.

The software cud easily deal with any variation in VCO/Mixer level differences
across the whole band.

Best to have the PC control the vco though, then as you say, you can zoom in on
a desired freq range etc.

Clive

  #3   Report Post  
Old October 16th 03, 04:51 PM
Hans Summers
 
Posts: n/a
Default


wrote in message
news

I still think you stand a fair chance of problems, when essentially

you're
doing your signal strength measurement in baseband and sweeping at rates

in
the same frequency range. The aquisition time for the signal strength
measurement needs to be much shorter than the sweep, or the signal

strength
will change while you're attmpting to measure it.


Yes Sweep rate can be a problem, but it's all down the baseband bandwidth

and
what kind of update rate you want/need.

If you want to sweep across a 100MHz within say a second, assuming your

using
44100 sampling rate, that's 44100 samples you'll get across the 100MHz

sweep in
that one second - 2.26Khz wide freq segments (non-overlapping), but you'd

need a
baseband bandwidth of 1KHz to overcome the anti-alias problem.


The problem I'm having seeing how it can work is this. If you take 44100
measurements per second, that's one measurement every 27uS. But you've low
pass filtered your baseband at 1KHz. It would take at least one of those
cycles to measure the envelope amplitude with any degree of accuracy but
you're allowing just 2.7% of a single 1KHz sample, how does that work? Or am
I looking at it too simplistically?

I certainly agree that the PC can make a nice storage and display device,
specially if 'scopes aren't so easily available. Seems to me a question of
how much of the signal chain is implemented in analogue and how much in
digital. I Just think it saves an awful lot of hassle to add that little
extra analogue stage before you go digital, i.e. 2nd IF and detector. Log
could be done on the digital side no problem if desired provided enough ADC
resolution was available. VCO/Mixer level differences could still be
compensated in software, and the PC control the VCO.

Hans G0UPL
http://www.hanssummers.com


  #4   Report Post  
Old October 16th 03, 04:51 PM
Hans Summers
 
Posts: n/a
Default


wrote in message
news

I still think you stand a fair chance of problems, when essentially

you're
doing your signal strength measurement in baseband and sweeping at rates

in
the same frequency range. The aquisition time for the signal strength
measurement needs to be much shorter than the sweep, or the signal

strength
will change while you're attmpting to measure it.


Yes Sweep rate can be a problem, but it's all down the baseband bandwidth

and
what kind of update rate you want/need.

If you want to sweep across a 100MHz within say a second, assuming your

using
44100 sampling rate, that's 44100 samples you'll get across the 100MHz

sweep in
that one second - 2.26Khz wide freq segments (non-overlapping), but you'd

need a
baseband bandwidth of 1KHz to overcome the anti-alias problem.


The problem I'm having seeing how it can work is this. If you take 44100
measurements per second, that's one measurement every 27uS. But you've low
pass filtered your baseband at 1KHz. It would take at least one of those
cycles to measure the envelope amplitude with any degree of accuracy but
you're allowing just 2.7% of a single 1KHz sample, how does that work? Or am
I looking at it too simplistically?

I certainly agree that the PC can make a nice storage and display device,
specially if 'scopes aren't so easily available. Seems to me a question of
how much of the signal chain is implemented in analogue and how much in
digital. I Just think it saves an awful lot of hassle to add that little
extra analogue stage before you go digital, i.e. 2nd IF and detector. Log
could be done on the digital side no problem if desired provided enough ADC
resolution was available. VCO/Mixer level differences could still be
compensated in software, and the PC control the VCO.

Hans G0UPL
http://www.hanssummers.com


  #5   Report Post  
Old October 16th 03, 02:45 PM
 
Posts: n/a
Default


I still think you stand a fair chance of problems, when essentially you're
doing your signal strength measurement in baseband and sweeping at rates in
the same frequency range. The aquisition time for the signal strength
measurement needs to be much shorter than the sweep, or the signal strength
will change while you're attmpting to measure it.


Yes Sweep rate can be a problem, but it's all down the baseband bandwidth and
what kind of update rate you want/need.

If you want to sweep across a 100MHz within say a second, assuming your using
44100 sampling rate, that's 44100 samples you'll get across the 100MHz sweep in
that one second - 2.26Khz wide freq segments (non-overlapping), but you'd need a
baseband bandwidth of 1KHz to overcome the anti-alias problem.

Doesn't sound to bad really. A one second scan across the entire 100MHz is fine
really (depending on what your doing) - the PC is a perfect storage scope.

To convert a linear I/Q baseband sample to a log scale is no problem at all in
software.

The software cud easily deal with any variation in VCO/Mixer level differences
across the whole band.

Best to have the PC control the vco though, then as you say, you can zoom in on
a desired freq range etc.

Clive



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Spectrum Analyser CRT drive problem Hans Summers Homebrew 6 August 18th 03 07:01 PM


All times are GMT +1. The time now is 12:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 RadioBanter.
The comments are property of their posters.
 

About Us

"It's about Radio"

 

Copyright © 2017