mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
Use full multiplier bitwidth for windowing + increased number of DFT bins
This commit is contained in:
parent
a2389fca13
commit
8b9b8265b9
21 changed files with 625 additions and 579 deletions
|
|
@ -6,7 +6,7 @@
|
|||
namespace FPGA {
|
||||
|
||||
static constexpr uint16_t MaxPoints = 4501;
|
||||
static constexpr uint16_t DFTbins = 64;
|
||||
static constexpr uint16_t DFTbins = 96;
|
||||
static constexpr uint32_t Clockrate = 102400000UL;
|
||||
|
||||
enum class Reg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue