
The CORDIC Algorithm
The CORDIC mathematical algorithm used in the Apache-10W Transceiver;
CORDIC - Wikipedia, the free encyclopedia
http://en.wikipedia.org/wiki/CORDIC
CORDIC FAQ
http://www.dspguru.com/dsp/faqs/cordic
CORDIC FAQ-II
http://www.dspguru.com/info/faqs/cordic2.htm
CORDIC for Dummies
http://www.jacques-laporte.org/cordic_for_dummies.htm
The CORDIC Algorithm
http://www.andraka.com/cordic.htm
CORDIC
http://www.nist.gov/dads/HTML/cordic.html
From Hermes
VHDL designer Phil Harman
VK6PH:
The CORDIC takes the input samples and multiplies them by the sine and cosine of the phase value we
feed to it [i.e. the frequency we want to tune to]. The CORDIC is a successive approximation approach to
generating the sine and cosine of an angle - since it only uses add and shift logic it was used in the early hand-
held calculators. If we use enough bits in the CORDIC then the sine and cosine values it generates are so
accurate that we get perfect I & Q signals out in terms of how well the amplitudes are matched and how close
to 90 degrees apart they are.
As I said it is a successive approximation approach so it takes about 20 iterations to get the accuracy we
need. In which case there is a delay of 20/122.88MHz from the time the RF appears at its input to the time the I
and Q signals appear.
Because of this delay we use a technique called pipelining - we feed samples into a pipe that is 20
samples long and at the end of the pipe take the result out.
We decimate and filter at the same time. The
CIC
is a very simple way to produce a filter [just adds and
subtracts] so it is very efficient to implement in the FPGA. But it's frequency response is not ideal so we follow it
with a CFIR that compensates for the droop in the CIC passband and cleans up the overall shape.
The Hermes FPGA Verilog code can be found on the SVN http://openhpsdr.org/download.php
Copyright Apache Labs © ANAN-200D
53
June 22, 2015
Содержание ANAN-200D
Страница 2: ...Apache Labs Copyright statement goes on this page Copyright Apache Labs ANAN 200D 2 June 22 2015 ...
Страница 6: ...Errata List of changes to the document Copyright Apache Labs ANAN 200D 6 June 22 2015 ...
Страница 57: ...Apache Labs ANAN 10 100 Hermes PCB Copyright Apache Labs ANAN 200D 57 June 22 2015 ...
Страница 58: ...ANAN 100 jumper locations Copyright Apache Labs ANAN 200D 58 June 22 2015 ...
Страница 59: ...ANAN 100 PA Filter PCB Copyright Apache Labs ANAN 200D 59 June 22 2015 ...
Страница 60: ...ANAN 200D PA and Filters Copyright Apache Labs ANAN 200D 60 June 22 2015 ...
Страница 61: ...Apache Labs ANAN 10 100 Block Diagram courtesy VK6PH Copyright Apache Labs ANAN 200D 61 June 22 2015 ...