Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

71%
+3 −0
Q&A What Sine-Wave Oscillator can be controlled with a microcontroller?

10Hz to 10Mhz is a wide frequency range, it would be very hard to cover that whole range in the analogue domain, as you have discovered analogue oscillators that can span more than a factor of abou...

posted 1y ago by Jasen‭

Answer
#1: Initial revision by user avatar Jasen‭ · 2023-01-14T02:20:27Z (over 1 year ago)
10Hz to 10Mhz is a wide frequency range, it would be very hard to cover that whole range in the analogue domain, as you have discovered analogue oscillators that can span more than a factor of about 3 frequency are tricky. so far as I know the best perfoming tunable oscillator is the Vackář_oscillator.

But you're asking for 1:100000 range, in a simple oscillator that's not going to happen.

Early television sets used one oscillator for each channel, switching channels with a clunky channel selector that swapped the inductors and capacitors in the circuit, later designs mangaed a 1:3 tuning range and split the frequency range into 3 parts,  approximately ( 45-115 , 115-300 and 300-900 )

for a 1:100000 range The only analogue approach that I can see working would be to make a higher frequency say 10.7MHz to 11.7MHz using some sort of tuned circuit and then "mix it down" by multiplying it with a fixed 10.7MHz  perhaps using a Gilbert cell, and then a low pass filter to exclude the original signals and the upper sideband. (10.7 MHz chosen because it's used in FM radio receivers, so filters etc should be readily available)

Others have suggested using AD9850 which is a digital chip that uses DDS to produce a sine wave,  this seems a far easier approach, copy the example design from the datasheet, or purchase a pre-assembled module.

If you don't want to learn all about radio design from the last century the DDS is the right approach.