-
A (continuous) Short-Time Fourier Transform STFT shall be implemented, in a similar manner to APSD and CPSD. First it should be implemented in a separate time_frequency_analysis.py file, then the func…
-
Key: SP = small project, SC = small chore.
This is a list of a bunch of todos in a semi-disorganised way; I've been going through literally every occurence of the string "todo". These were chosen t…
-
To compute the cross correlation at lag p of two 1D arrays of length `n` you compute `sum(x(1+p:n)*y(1:n-p))`. If you want the cross correlation at all lags, the Fast Fourier Transform can be used to …
-
Enhanced natural organic matter workflow
The natural organic matter (NOM) direct infusion Fourier transform mass spectrometry (DI FT-MS)
workflow has been applied to diverse environmental samples. How…
-
This is perhaps controversial, but I consider the way we define our Fourier design matrices in Enterprise not clear or clean enough.
The Fourier design matrix is closely related to the DFT and leas…
-
Reproducible computational environments for research
- Virtual environments, docker, git
Neural data handling and preprocessing
- Spiking data
- LFP
- Calcium imaging
- Widefield imaging
Single c…
-
Dear @rayosborn , while using nexpy for 3D-dPDF analysis, I have a question about the fourier transform applied in the nxreduce step.
https://github.com/rayosborn/nxrefine/blob/6de6d28a3f63bd95ae7d…
-
**Describe the bug**
Currently, the elasticity data contains Young's modulus and Poisson's ratio as single values for one material, see [here](https://github.com/asam-ev/OpenMATERIAL/blob/main/schema…
-
Are few things are needed here:
- Implement `setParams()` for all model creator plugins. Only polyfit does this currently.
- The current common model creator function in `VStarScriptingAPI` shou…
dbenn updated
2 years ago
-
Would you have any suggestion regarding a more efficient clustering method?
I asked Mistral AI and was informed about:
Distance-based methods: These methods measure the similarity between time …