-
https://ccrma.stanford.edu/~jos/filters/
vgeck updated
4 years ago
-
Hey I wonder is c19 and c20 really 4.7 mF capacitors? I am trying to replicate your project. Those capacitors are really big and the pico board probably won’t fit on top of it. Does it make sense to h…
-
Even though our VIO setup is accurate over longer time frames (as confirmed by trajectory plots), it suffers from jitter over shorter durations. We should add a low pass filter to the output of pose p…
-
## Summary
afni_proc.py does this, which is awesome.
-
In GitLab by @alexxcons on Feb 6, 2019, 13:59
2MS
* 8 Cascade Sinks with IIR FIlter (Low Pass) : 33% MEM / 45% CPU
* 8 Cascade Sinks with Average(decim Factor): 17% MEM / 17% CPU
--> this smells…
-
I am finding myself in a situation where I need access to the non-lowpass-filtered wavelet moduli.
I realize there is a potential space issue, but it might be not only me wanting access to these.
…
-
Hello Toby,
Line 157 in butterworth_lowpass.cpp
we read
`Mat toMerge[] = { tmp, tmp };`
I believe that we should read
`Mat toMerge[] = { tmp, Mat::zeros(tmp.size(), CV_32F) };`
as when one…
-
-
from lcapy import*
Z_0 = R(50)
C_1 = C(22e-12)
C_2 = C(82e-12)
C_3 = C(82e-12)
C_4 = C(22e-12)
L_1 = L(165e-9)
L_2 = L(265e-9)
L_3 = L(165e-9)
n = Ladd…
-
When you go behind blocks, I assume that sounds from the other side should get "muffled". There is nothing wrong with the actual effect but it only updates when you esc out to the options and back in.…