Wykres commitów

97 Commity (master)

Autor SHA1 Wiadomość Data
F5OEO ff8fa74517 Add OOK example to simulate Ventus/alecto wind station, reduce granularity to 100Khz 2018-12-20 15:40:16 +00:00
F5OEO 1be11a70e3 Wokring ook , fixe fskburst 2018-12-19 10:16:40 +00:00
F5OEO 887470a7be Initial ook support 2018-12-17 12:46:17 +00:00
F5OEO aa02b85060 Set minimum frequency of PLL 200MHZ instead of 600MHZ. Minimum frequency possible is now 200/4095=49khz 2018-11-27 14:00:30 +00:00
F5OEO b82638a3ca Fix issues with PDIV and PLL setup 2018-11-27 12:39:58 +00:00
F5OEO 1dac6e6948 Extend fundamental frequency up to 1GHZ using PDIV PLL. Rewrite divider choice 2018-11-26 14:06:46 +00:00
F5OEO 6148190afa GPCLK2 is used for Wifi, stop using it. Should fix the Wifi hangout 2018-11-23 12:01:47 +00:00
F5OEO 2ca0ed14a5 Add gpio destructor 2018-11-23 11:24:21 +00:00
F5OEO 17748b0b0e
Merge pull request #8 from mamborambo/fix-compilation
Fix compilation + misc changes
2018-11-23 11:47:46 +01:00
mamborambo 5f716d7823 Fix warnings
gpio.cpp:119:39: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
mailbox.c:66:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2018-11-22 00:00:00 +00:00
mamborambo 0b586212b1 Add missing includes
Else compilation fails
2018-11-22 00:00:00 +00:00
mamborambo 03be0764a1 Clean Makefile
Set c++ standard to c++11
2018-11-22 00:00:00 +00:00
F5OEO 762af0f591 Make option PWM use in ngfm 2018-11-09 09:34:56 +00:00
F5OEO 754322f642 Add SetAmSamples method 2018-11-05 13:10:23 +00:00
F5OEO f448ed0be7 Fix amplitude issue 2018-11-01 14:25:23 +00:00
F5OEO 3f8b3516bf Add FreqAmplitude mode 2018-11-01 00:36:40 +00:00
F5OEO 73f0ba145b Move to PLLC because PLLA used by openvg 2018-10-03 14:05:01 +00:00
F5OEO 3da98b2e0f Phase DMA optimization and lower jitter 2018-09-03 14:01:17 +00:00
F5OEO bf77c5eb4b Stop dma in destructor 2018-08-30 12:24:32 +00:00
F5OEO 58dc21c64b Add 2nd clock:experimental 2018-08-28 20:36:48 +00:00
F5OEO 7fcf27e53e Fix amplitude of a complex! 2018-08-06 09:30:26 +00:00
F5OEO 23971dd5e3 Some tests with PLL 2018-08-06 09:29:26 +00:00
F5OEO 8f2a63004f Add debug measurement fo max samplerate (200K on pi2) 2018-08-06 09:28:40 +00:00
F5OEO 7a199b0b8d Fix DMA DISDEBUG field 2018-08-06 09:27:36 +00:00
F5OEO 8d0ff49fa7 Work on spurious - still investigate 2018-06-14 13:49:20 +00:00
F5OEO 9e757ea566 Remove prediv*2, set loadper=1 and allow 1 divider to extent frequency range 2018-04-30 11:57:03 +00:00
F5OEO e608ff8936 Add NTP ppm calibration 2018-03-30 08:23:20 +00:00
F5OEO 58adc4a97e Harmonic number 2018-03-26 07:46:59 +00:00
F5OEO e94e996db1 Int->float for deviation 2018-03-23 12:15:24 +00:00
F5OEO 2b1c4fc77e Again a long night with trivial bug 2018-03-22 22:58:05 +00:00
F5OEO 1d1d973fb4 Fix Harmonic 2018-03-22 22:53:37 +00:00
F5OEO cf1cabc15d Add harmonic calculation 2018-03-22 22:48:49 +00:00
F5OEO 15fe87990d Use easier blocking method 2018-03-21 10:26:47 +00:00
F5OEO f48edc4dc5 Frequency in float instead of double 2018-03-21 09:54:30 +00:00
F5OEO 825d770993 Add block write method 2018-03-21 09:44:43 +00:00
F5OEO 3969c35268 Add frequency error 2018-03-20 15:44:59 +00:00
F5OEO 754c341387 Add frequency resolution computing 2018-03-20 13:42:43 +00:00
F5OEO 2925373382 Increase frequency precision in DMA 2018-03-19 12:31:18 +00:00
F5OEO 78c51aa372 Increase SetFrequency precision - int->double 2018-03-19 12:01:44 +00:00
F5OEO 2d00e1c63a Set correct name for mailbox 2018-03-18 21:41:07 +00:00
F5OEO a5e96ac086 Merge branch 'master' of https://github.com/F5OEO/librpitx 2018-03-18 21:27:54 +00:00
F5OEO ef1ecf24ee Fixed for 64bit environment-But not warranty to work under 64bit anyway 2018-03-18 21:27:21 +00:00
F5OEO aea4124eef
Readme
Remove liquiddsp dependency
2018-03-18 14:41:34 +01:00
F5OEO 479a1f42e9 Remove liquid-dsp dependency for simplicity 2018-03-18 13:39:54 +00:00
F5OEO 83c39fabf2
Update README.md 2018-03-16 15:12:47 +01:00
F5OEO a62f65621a First librpitx commit after separate from rpitx project 2018-03-16 14:03:06 +00:00
F5OEO 21b5194862
Create README.md 2018-03-16 14:13:59 +01:00