-
I find 1.5 sample at 2x, and 2 samples at higher rates.
Where do you have these measurements from?
-
Currently, `dietSummaryByPrey()`
1. filters the database to records based on a given prey item,
2. then takes an average across those analyses (for each Diet_Type separately)
The problem is tha…
-
Especially @fir would be nice to being able to negate that. So searching for @not-fir or @!fir or whatever filter-term. Not sure, if it would be needed or helpful for the other filters though.
-
Widmann et al 2014 recomends not to use filtfilt, because cut-off frequency becomes dificult to estimate etc.
I also wouldn't use Butterworth but FIRWindow with a Hamming window; mirroring the firf…
-
Thanks for these wonderful tools. I've been experimenting with your LFP pre-processing on my own data, and found a couple things that might be useful to you. Here is my understanding of your process:
…
-
Hi, I am trying to train a STRF+STP model (like the local STP model in [this paper](https://www.biorxiv.org/content/10.1101/534537v3.full)) on some ECoG data. I've been trying to follow along with som…
-
I am writing a [system bus protocol specification](https://github.com/jeras/TCB) and I have spent more time than I expected thinking about explicit bi-endian and unaligned access support. I would like…
-
I'm finally making headway with getting this working but I had a few problems. Following the instructions with rephase. It turns out the problem was that 96kHz Rephase filters weren't working and I th…
-
Hi Dennis,
FMw is limited to minimum bandwith of 100khz. In some situations (noisy signal in near of) it would helpful to use a lower bandwith. Can you change it to 50khz?
Also i suggest to change m…
-
The `filtfilt` function runs two filters to cancel the phase shift. Hence to compensate for the twice -3dB attenuation, one should define a higher cutoff frequency equal to `f_c = f_wanted / 0.8` . Se…