Wykres commitów

16 Commity (714602f3cea77f216f8c805acaff1471c51da44d)

Autor SHA1 Wiadomość Data
guido 8c67a37c15 Added (marked) schematic, layout, pcb for SDR receiver. Added support for analog, DSP and SDR receiver back end, and auto detect hardware modification (including SSB mod). Fixed TX working again. Fixed TX on wrong frequency issue after reset. Added volume control. Added experimental AM, FM demodulator. Added s-meter support for DSP/SDR mode. Changed LCD writes for reduced RFI (RS changes remain source of interference). Added CIC up-sampler for audio output. Added power down. Added profiler for RX sample-rate control. Added attenuator. 2020-04-13 12:11:03 +02:00
guido 3d8ae1e443 Added (unmarked) schematic, layout, pcb and installation steps for SDR receiver. 2020-04-13 12:11:02 +02:00
guido 8f9bdfcbf0 Changed to single ISR for dual-channel I/Q ADC sampling with Hilbert transform in Q, and sample correction (linear interpolation) in I channel. 2020-04-13 12:08:36 +02:00
guido 2cc06af6af Changed to OC2B as sample-rate timer resolving Arduino OC0x conflicts. Added AGC. 2020-04-13 12:08:36 +02:00
guido c96ec33f33 Added CW decoder, CW filter, RX digital signal processing (output on SIDETONE pin). Minor TX changes: reduced ADC clock rate supporting more ADC gain and precision. 2020-04-13 12:08:36 +02:00
guido 1d18d5ff7a Increased mic gain. Improved amplitude-phase alignment. Swapped functions of left and right buttons. Changed to S-readings. Simplified frequency step. Fixed rounding error in sample-rate clock calculation. 2019-12-01 11:32:50 +01:00
guido abb7b71e85 Fixed CPU clock/Sample-rate clock error. Fixed amplitude-phase mis-alignment. Fix for reduced RFI: ADC conversion before RF conversion. 2019-05-04 16:43:05 +02:00
guido 86bf8aa859 Fixed an issue with sharing LCD_RS with SDA. 2019-05-03 23:23:33 +02:00
guido e5c3197c53 Fixed an overflow issue in Hilbert transform filter. Increased SSB bandwidth to 2.4 kHz. 2019-04-30 16:00:34 +02:00
guido 963eb4a323 Added voltage, CPU-load, I2C reliability self-test on startup. Added receiver I/Q calibration support. Slowed-down I2C transfer rate for better reliability. 2019-04-29 15:36:07 +02:00
guido 221ae59a64 Formatting style 2019-04-22 20:14:34 +02:00
guido 3fb5110b80 Added support for analog driven key-shaping circuit (with C31 installed) 2019-04-10 19:31:56 +02:00
guido a7eb5ecc7c Added (marked) schematic and layout.
Remove unused and experimental code.
Relaxed LCD smeter refresh rate (in order to reduce interference on RX).
Allow ADC/RX-TX setup times (wait long enough before enabling TX, and disable TX well before stopping ADC).
Added CPU benchmark for ISR processing during TX.
Added operational instructions.
Added performance measurements.
Cosmetic and usability changes.
2019-04-10 16:02:30 +02:00
guido aaa0df404e Improved audio quality and IMD3 performance and experimental (amplitude) pre-distortion and calibration. Fixed an issue with spurious transmission for RX-TX-RX transitions.
In detail:
Reduced sample jitter by matching sampling rate to a multiple of OCR0A timer divider.
Unit angle now configurable and scalable so that full precision (of integer range) can be used to calculate phase differences; the unit angle is configured to be an exact multiple of the samp$
Hilbert transformer fixed bug, simplified and improved in precision (improved from -15dB to -40dB in an image rejection setting).
Arctan rounding errors reduced from approx. 5 degree to 0.8 degree.
Moved from 8 bit to 16 bit precision for audio input and I/Q values.
Microphone-input response now flat from 0-2200Hz (removed original high-pass filter with 20dB roll-off at 800Hz).
Experimental code (currently commented-out) for measuring phase differences between programmatically synchronised SI5351 clocks.
Fixed an issue where for every RX-TX transition a burst of random RF frequencies were emitted.
Improved precision of smeter, and found that disabling smeter prevent spurs leaking in from LCD data transfer into RXi (smeter still enabled).
Added a LUT-based pre-distortion algorithm that can be calibrated via an internal amplitude measurement.
Fixed issue with the envelope generation through Q6 impacting the IMD-performance, dynamic range, efficiency and thermal-stability; this fix REQUIRES the removal of C31 and increase of C32 to$
Fixed an issue where VOX was unintentially triggering TX by ADC noise leaking through key-shaping circuit, and simplied VOX algorithm.
Generaized PLL and MultiSynth algorithms and added experimental algorithm for setting a second frequency (via a different MS divider and where PLL is the same).
Experimental code for measuring the phase of the transmitted signal (via PA and QSD), this could give insight in antenna impedance and PA phase-response as function of amplitude.
2019-04-10 13:44:02 +02:00
guido 0a90ce8afd Fix performance issue and file-naming issue. 2019-04-10 13:42:44 +02:00
guido 94ef8ae2eb First commit 2019-01-28 18:44:15 +01:00