-
Updated
Apr 11, 2020 - Java
#
frequency-domain
Here are 40 public repositories matching this topic...
A Discrete Fourier Transform (DFT), a Fast Wavelet Transform (FWT), and a Wavelet Packet Transform (WPT) algorithm in 1-D, 2-D, and 3-D using normalized orthogonal (orthonormal) Haar, Coiflet, Daubechie, Legendre and normalized biorthognal wavelets in Java.
mathematics
design-patterns
hilbert
software-engineering
wavelet
frequency-domain
frequency-analysis
wavelet-tree
wavelet-packets
hilbert-spaces
wavelet-toolbox
orthogonal
wavelet-analysis
wavelet-decomposition
hilbert-transform
wavelet-transform
wavelet-compression
orthogonal-transforms
wavelet-transform-algorithm
orthonormal
Python toolbox for Heart Rate Variability
python-toolbox
ssd
ecg-signal
hrv
heart-rate-variability
time-domain
frequency-domain
nonlinear-parameters
nni-series
bvp-signal
-
Updated
Nov 13, 2019 - Python
andrewjaykeller
commented
Jan 5, 2020
I’d love to be able to use my Notion for this! NotionJS Docs
Are the maintainers open to that? Shouldn’t be too bad seeing as no Bluetooth drivers are needed. The only big difference is you need authorization into device.
Simulations of electromagnetic waves - easier scripting, postprocessing and field export
simulation
fdtd
python-meep
metamaterials
photonic-crystals
time-domain
frequency-domain
electromagnetism
-
Updated
Sep 3, 2019 - Python
Frequency domain functional and directed connectivity analysis tools for electrophysiological data
python
neuroscience
electrophysiology
coherence
frequency-domain
brain-connectivity
multitaper
connectivity-measures
canonical-coherence
phase-lag-index
spectral-granger-causality
-
Updated
Oct 11, 2019 - Python
Pure Python implementation of the finite difference frequency domain (FDFD) method for electromagnetics
optics
eigenvectors
finite-difference
electromagnetics
frequency-domain
eigenvalues
fdfd
modal-calculations
python-fdfd
-
Updated
Nov 5, 2018 - Jupyter Notebook
A set of Matlab/Octave files that performs a method of Nonlinear System Identification.
-
Updated
Oct 26, 2018 - Jupyter Notebook
Pure Julia implementation of the finite difference frequency domain (FDFD) method for electromagnetics
julia
optics
electromagnetics
frequency-domain
jerry
fdfd
waveguide
finite-difference-method
eigenmode
nanophotonics
fdfd-jl
-
Updated
Nov 13, 2018 - Jupyter Notebook
A GLM based approach to measure CFC
time-series
neuroscience
frequency-domain
generalized-linear-models
functional-connectivity
cross-frequency-coupling
-
Updated
Oct 4, 2019 - MATLAB
Watermarking technique with invisibility and robustness for loss JPEG compression
-
Updated
Mar 16, 2020 - C++
2d fft of image using Openframeworks & ofxCv
opencv
frequency
image
log
openframeworks
angle
fourier
fft
frequency-domain
phase
2d
fourier-transform
magnitude
-
Updated
Aug 2, 2019 - Makefile
A frequency domain image editor
-
Updated
Aug 23, 2015 - Python
assorted Matlab files
-
Updated
Nov 28, 2018 - MATLAB
Collecting and Analysing HAR with smart watch sensor data
activity-recognition
feature-extraction
lstm
windowing
fft
preprocessing
data-processing
smartwatch
human-activity-recognition
data-cleaning
time-domain
frequency-domain
accelerometer-data
gyroscope-data
-
Updated
Apr 15, 2018 - Jupyter Notebook
Using / reproducing TRIM from the paper "Transformation Importance with Applications to Cosmology"
data-science
machine-learning
deep-neural-networks
ai
deep-learning
neural-network
attribution
ml
pytorch
artificial-intelligence
transform
feature-engineering
transformation
frequency-domain
interpretation
interpretability
wavelet-analysis
feature-importance
explainable-ai
explainability
-
Updated
May 13, 2020 - Jupyter Notebook
Vector Fitting Tool in MATLAB
-
Updated
Jun 28, 2019 - MATLAB
A set of various image processing algorithms implemented using OpenCV libraries and MATLAB image processing toolbox
opencv
matlab
image-processing
image-manipulation
edge-detection
image-compression
quantization
frequency-domain
image-filtering
histogram-equalization
-
Updated
May 4, 2017 - C++
A refactored port and code rebuilt of JWave - Discrete Fourier Transform (DFT), Fast Wavelet Transform (FWT), Wavelet Packet Transform (WPT), some Shifting Wavelet Transform (SWT) by using orthogonal (orthonormal) wavelets like Haar, Daubechie, Coiflet, and other normalized bi-orthogonal wavelets.
mathematics
design-patterns
software-engineering
wavelet
time-domain
frequency-domain
frequency-analysis
wavelet-packets
hilbert-spaces
wavelet-toolbox
orthogonal
wavelet-analysis
transforms
hilbert-transform
wavelet-transform
mathematical-programming
wavelet-compression
orthogonal-transforms
orthonomal
-
Updated
Mar 20, 2020 - C#
Image Processing Algorithms Implemented in Matlab
matlab
image-processing
rgb
gradient
gamma
digital-image-processing
frequency-domain
median-filter
laplacian
histogram-equalization
gamma-correction
lowpass-filter
highpass-filter
spatial-filters
frequency-filters
rgb-hsv
image-processing-programming
greyscale-image
-
Updated
Apr 11, 2018 - MATLAB
Sound Classification using KNN and Time-Frequency Domain Feature, Klasifikasi dengan knn untuk fitur time-freq domain
-
Updated
Mar 6, 2017 - Python
Runs an FFT on the data in an RRD
-
Updated
Jan 27, 2016 - Perl
accurate estimation of sinusoidal frequencies in a segment of sampled data
-
Updated
Dec 31, 2019 - Python
Matlab-based music instrument tuner and voice range calculator. I developed this code as the term project for a signal processing class
-
Updated
Jun 9, 2019 - MATLAB
A python module for solving single degree of freedom dynamic systems using time integration
-
Updated
Sep 30, 2019 - Python
Functions for studying LTI (linear time-invariant) dynamical systems
lisp
racket
dynamical-systems
control-systems
control-engineering
control-theory
frequency-domain
transfer-functions
frequency-analysis
pid-controller
bode-plot
frequency-response
control-design
nyquist
-
Updated
Apr 11, 2020 - Racket
Time/Freq-Domain Analysis Tools
-
Updated
Jul 25, 2019 - Julia
Improve this page
Add a description, image, and links to the frequency-domain topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the frequency-domain topic, visit your repo's landing page and select "manage topics."
Describe the bug
If
eps_ris shape(N,)then the fields solved are shape(N,1)Either:
eps_rarraysOr:
eps_rshape and reshape the fields to match.