-
`FilterbankProcessor` should hold all parameters to filter a `Spectrogram` (or the like). When processing data, it should create a `Filterbank` upon being called for the first time and cache it for co…
-
First of all congrats on the paper and thank you for making your code public!
I would like to retrain the network on a custom dataset with a custom dataloader. However, I could not find in your code …
-
Would be good to show the mel filterbank in action. Including a simple C program, the Python code to generate the spectrogram, and the steps to run it.
It could probably take STFT spectrogram as in…
-
I came across the following error when I used **ezmsg.sigproc.wavelets.CWT** to do wavelet transform:
```
2024-11-03 09:59:44.909 - pid: 36349 - TaskThread - WARNING - windowing: windowing is non-…
-
Things to document:
- [ ] The need to build Kaldi for `filterbank_and_pitch` features.
- [x] Need for settings.ini / include a default.
- [ ] Model training arguments.
- [ ] Use of train_prefixes.…
-
1. can you please tell what should be the structure of dataset to feed into this model and what feature you extracted from audio from all out there such as mel spectrogram, filterbank, mfcc etc.
2. …
-
Following the example in README, I tried the following command. However, I get an error and the command is not executed. I have sigproc installed.
$ python inject_gaussian_fil.py --nfrb 50 --simula…
-
Do we want to include a number of plotting functions for users? There is currently a plotting script with a number of fairly generic scripts to plot standard pulsar timing plots. It seems like this wo…
-
Unable to run either **tianwen1_hsd.grc** or **tianwen1_hsd_shortframes.grc** on Ubuntu 18.04, GNU Radio 3.8, Python 3.6.9; both show the following errors in the 'Symbol Sync' block:
```
Param - F…
K4KDR updated
4 years ago
-
Been hitting my head against this wall for a bit now.
I would like to set up a filterbank for each channel of a stereo audio signal. When working in mono, everything works as expected, but when I r…