<azonenberg>
Sooo we can talk about this more on the next dev call
<azonenberg>
(which i need to schedule now that i'm recovered and holiday chaos is over)
<azonenberg>
But I'm beginning to realize we need to unify filter parameters and scalar inputs
<azonenberg>
Ideally i want to be able to set every property of a filter via the filter graph
<azonenberg>
so we can have e.g. a common frequency value used as input to everything
<azonenberg>
but also not force you to instantiate a "constant" block to change every setting
<azonenberg>
I don't yet know how this will happen or what it's going to look like at a code level or how much refactoring will be needed
<azonenberg>
but i think it needs to happen
<_whitenotifier-3>
[scopehal] azonenberg d1daa7a - ComplexImportFilter: fixed missing resize call. Changed default format to float32 to avoid running out of memory when loading large floating point captures and trying to convert each byte to a float, resulting in a 4x memory usage increase
<_whitenotifier>
[scopehal-apps] azonenberg fec7003 - Moved CPU implementation of de-embed inner loop to Filter_DeEmbed unit test rather than in the filter itself
<azonenberg>
ok that's progress this was one of the last couple of users of FFTS in the codebase. It's now moved out of the filter and into the unit test
<azonenberg>
(the unit test being something we don't redistribute, so in the future we can easily switch it to FFTW)
<azonenberg>
but also even if we keep ffts for tests in the near term
<azonenberg>
it means we can remove it as an end user dependency once we've finished this refactoring
<azonenberg>
only devs will need it
<azonenberg>
Which is a step in the right direction
juh has left #scopehal [*.net *.split]
Fridtjof has quit [*.net *.split]
Stary has quit [*.net *.split]
t4nk_fn has quit [*.net *.split]
Bird|otherbox has quit [*.net *.split]
florolf has quit [*.net *.split]
mxshift has quit [*.net *.split]
Ekho has quit [*.net *.split]
octorian has quit [*.net *.split]
balrog has quit [*.net *.split]
gruetzkopf has quit [*.net *.split]
veegee_ has quit [*.net *.split]
Degi has quit [*.net *.split]
juri_ has quit [*.net *.split]
Stephie has quit [*.net *.split]
miek has quit [*.net *.split]
_florent_ has quit [*.net *.split]
agg has quit [*.net *.split]
Abhishek_ has quit [*.net *.split]
electronic_eel has quit [*.net *.split]
Yamakaja has quit [*.net *.split]
lain has quit [*.net *.split]
esden has quit [*.net *.split]
JSharp has quit [*.net *.split]
Darius has quit [*.net *.split]
welterde has quit [*.net *.split]
d1b2 has quit [*.net *.split]
_whitenotifier has quit [*.net *.split]
mithro has quit [*.net *.split]
tnt has quit [*.net *.split]
elms has quit [*.net *.split]
benishor has quit [*.net *.split]
sgstair has quit [*.net *.split]
anuejn has quit [*.net *.split]
vup has quit [*.net *.split]
sorear has quit [*.net *.split]
azonenberg has quit [*.net *.split]
davidc__ has quit [*.net *.split]
lethalbit has quit [*.net *.split]
elms has joined #scopehal
Fridtjof has joined #scopehal
Degi has joined #scopehal
veegee_ has joined #scopehal
Stephie has joined #scopehal
juri_ has joined #scopehal
Stary has joined #scopehal
agg has joined #scopehal
benishor has joined #scopehal
balrog has joined #scopehal
Ekho has joined #scopehal
sgstair has joined #scopehal
miek has joined #scopehal
t4nk_fn has joined #scopehal
_whitenotifier has joined #scopehal
esden has joined #scopehal
JSharp has joined #scopehal
davidc__ has joined #scopehal
Bird|otherbox has joined #scopehal
Darius has joined #scopehal
florolf has joined #scopehal
mxshift has joined #scopehal
octorian has joined #scopehal
gruetzkopf has joined #scopehal
lethalbit has joined #scopehal
Abhishek_ has joined #scopehal
mithro has joined #scopehal
tnt has joined #scopehal
electronic_eel has joined #scopehal
_florent_ has joined #scopehal
lain has joined #scopehal
Yamakaja has joined #scopehal
d1b2 has joined #scopehal
vup has joined #scopehal
anuejn has joined #scopehal
welterde has joined #scopehal
sorear has joined #scopehal
azonenberg has joined #scopehal
<_whitenotifier-3>
[scopehal-docs] azonenberg 0a4ebf1 - Removed referenecs to OFDM Demodulator and TDR Step De-Embed filters as these basically didn't exist