Self Inflicted Wound

I was attempting to peak up a double tuned LC bandpass filter for the 10/11 meter bands when I looked at my scope: The reading isn't 30 MHz as the DDS display says, it is 20 MHz. That's not going to work, Chuck. I popped the cover off the DDS and bingo, there is the reason: see the square can marked: 50.000MHz ? This is an AD9850 DDS design by Curtis Preuss, WB2V, in QEX of July 1997. The firmware was modified by me but only in superficial ways. The problem is that the clock to the AD9850 DDS is only 50 MHz. A DDS can be expected to output a decent signal but only up to less than 1/2 the clock frequency. If an attempt is made to specify a higher frequency than 25 MHz in this case either the firmware should flag that OR ?? See the PIC code on the projects page: http://wb9kzy.com/projects.htm The PIC asm code in a zip: http://wb9kzy.com/siggen3b.zip Back to the drawing board, I suppose I could change the firmw...