Author Topic: Crystal oscillator output  (Read 5361 times)

0 Members and 1 Guest are viewing this topic.

Offline crash2140Topic starter

  • Contributor
  • Posts: 33
  • Country: pt
Crystal oscillator output
« on: April 14, 2015, 09:51:13 pm »
For my project, I needed a 75MHz crystal oscillator, and I bought one. However, when I probed its output with my oscilloscope, it looked way more like a sine wave than a square wave. Is this normal for high frequency crystal oscillators, do I need any external circuitry to fix it or is it the component that is defective?
Thank you.
 

Online edpalmer42

  • Super Contributor
  • ***
  • Posts: 2271
  • Country: ca
Re: Crystal oscillator output
« Reply #1 on: April 14, 2015, 10:02:01 pm »
More info required.

What scope & probe?  What bandwidth?  If it's a 100 MHz scope & probe, it will only show you the 75 MHz fundamental. i.e. a sine wave.

What oscillator model?  Different models can have an output that's a sine wave, clipped sine wave, or square wave.

Ed
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: Crystal oscillator output
« Reply #2 on: April 14, 2015, 10:02:07 pm »
This is normal. Have you taken into account the bandwidth limitations and capacitance of your scope?
Alex
 

Offline crash2140Topic starter

  • Contributor
  • Posts: 33
  • Country: pt
Re: Crystal oscillator output
« Reply #3 on: April 15, 2015, 05:26:28 pm »
I'm using a 60MHz probe, on a 50Mhz bandwith (analog) scope.
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: Crystal oscillator output
« Reply #4 on: April 15, 2015, 05:27:59 pm »
Then you are lucky to see even a sine wave. Don't worry, your oscillator is fine.
Alex
 

Online edpalmer42

  • Super Contributor
  • ***
  • Posts: 2271
  • Country: ca
Re: Crystal oscillator output
« Reply #5 on: April 15, 2015, 07:53:22 pm »
I agree with ataradov.  I'm a bit surprised you saw anything.

In order to make a measurement, your equipment has to be better than the device being measured.  In this case, your scope & probe would have to have a frequency range high enough to include at least a few harmonics from the oscillator.  You'd need something like a 350 MHz scope to get a reasonable idea of what the oscillator's output looks like.

Ed
 

Offline crash2140Topic starter

  • Contributor
  • Posts: 33
  • Country: pt
Re: Crystal oscillator output
« Reply #6 on: April 15, 2015, 08:56:40 pm »
I didn't even think about the probe's bandwidth, as I'm not used to work with high frequencies. So there's probably nothing wrong with the oscillator.
Thanks!
 

Offline TSL

  • Regular Contributor
  • *
  • Posts: 243
  • Country: au
Re: Crystal oscillator output
« Reply #7 on: April 15, 2015, 11:17:36 pm »
And... just to mention because no one else did, crystal oscillators are naturally sine. You need additional circuitry to change that waveform to something else.

Also since its 75Mhz the crystal is either working at an overtone since fundamental resonances for crystals are usually no higher than 30Mhz or the 75Mhz is derived from some multiplication of a fundamental. i.e. for either overtone or post stage multipliers your output is 3 x 25MHz.

regards

Tim
VK2XAX :: QF56if :: BMARC :: WIA :: AMSATVK
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: Crystal oscillator output
« Reply #8 on: April 16, 2015, 01:10:17 am »
I'm 99% sure OP talks about crystal generator.
Alex
 

Offline crash2140Topic starter

  • Contributor
  • Posts: 33
  • Country: pt
Re: Crystal oscillator output
« Reply #9 on: April 17, 2015, 08:22:01 pm »
It's something like this:



You need additional circuitry to change that waveform to something else.
Can you be more specific, please?
 

Online ataradov

  • Super Contributor
  • ***
  • Posts: 11260
  • Country: us
    • Personal site
Re: Crystal oscillator output
« Reply #10 on: April 17, 2015, 09:14:37 pm »
It's something like this:
It is just a package. There can be anything on the inside.

Can you be more specific, please?
Basically, if you need to provide power to the device, then it is a generator and it is likely to have square logical level output.
Alex
 

Offline TSL

  • Regular Contributor
  • *
  • Posts: 243
  • Country: au
Re: Crystal oscillator output
« Reply #11 on: April 18, 2015, 05:14:03 am »
As ataradov has indicated, that's a self contained crystal based generator. i.e. there is a crystal plus additional circuitry to make it oscillate and most likely a squaring circuit and amp for output. Often this is just a PIC + crystal in a can.

regards

Tim
VK2XAX :: QF56if :: BMARC :: WIA :: AMSATVK
 

Offline crash2140Topic starter

  • Contributor
  • Posts: 33
  • Country: pt
Re: Crystal oscillator output
« Reply #12 on: April 19, 2015, 08:10:21 pm »
Then I will just assume that it outputs a square wave, which is the most likely, and hope that the project works.
Thanks for your help!
 

Online Zero999

  • Super Contributor
  • ***
  • Posts: 19524
  • Country: gb
  • 0999
Re: Crystal oscillator output
« Reply #13 on: April 20, 2015, 06:41:18 pm »
Often this is just a PIC + crystal in a can.
Why on earth would they use a microcontroller?

That would make no sense, when a couple of logic gates are much cheaper.
 

Offline TSL

  • Regular Contributor
  • *
  • Posts: 243
  • Country: au
Re: Crystal oscillator output
« Reply #14 on: April 20, 2015, 08:58:38 pm »
Often this is just a PIC + crystal in a can.
Why on earth would they use a microcontroller?

That would make no sense, when a couple of logic gates are much cheaper.
My use of the word PIC is an over simplification of whats inside a can oscillator. Some are simple divider circuits and others more.

I was just trying to convey the fact that can oscillators are not just crystals but have circuitry, sometimes complex, to produce the required frequency and waveform.

4 pin can oscillators are generally fixed frequency devices. The 4th pin can sometimes be for tuning voltage input so that the oscillator can be part of a PLL etc.

6 pin can oscillators, such as the si570 are much more complex and containing DSP/PLL as part of their construction.

See attached pics...

regards

Tim
VK2XAX :: QF56if :: BMARC :: WIA :: AMSATVK
 

Online wraper

  • Supporter
  • ****
  • Posts: 16865
  • Country: lv
Re: Crystal oscillator output
« Reply #15 on: April 20, 2015, 10:36:31 pm »
My use of the word PIC is an over simplification of whats inside a can oscillator.
How anyone should understand you if you are talking in your own language? For anyone else PIC means a microcontroller made by Microchip.
 

Offline TSL

  • Regular Contributor
  • *
  • Posts: 243
  • Country: au
Re: Crystal oscillator output
« Reply #16 on: April 21, 2015, 12:46:15 am »
My use of the word PIC is an over simplification of whats inside a can oscillator.
How anyone should understand you if you are talking in your own language? For anyone else PIC means a microcontroller made by Microchip.
My apologies, I was using the acronym PIC  in one of its original forms "Programmable Integrated Circuit" to indicate the generic nature of what the circuit might be inside the can.

Sorry for the confusion.

regards

Tim

VK2XAX :: QF56if :: BMARC :: WIA :: AMSATVK
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf