Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
137 views

Strategies for debugging numerical stability issues?

I'm trying to write an implementation of Wilson's spectral density factorization algorithm [1] for Python. The algorithm iteratively factorizes a [QxQ] matrix function into its square root (it's sort ...
1
vote
3answers
1k views

Power Spectral Density from jTransforms DoubleFFT_1D

I'm using Jtransforms java library to perform analysis on a give dataset. An example of the data is as follows: 980,988,1160,1080,928,1068,1156,1152,1176,1264 I'm using the DoubleFFT_1D funtion ...
1
vote
1answer
637 views

Implementing Matlab's avgpower in Octave?

Folks, Matlab 2007b (7.5.0) has an avgpower function. See here: "The avgpower method uses a rectangle approximation to the integral to calculate the signal's average power using the PSD data stored ...
0
votes
0answers
580 views

Interpreting jTransform FFT results

I'm using Jtransforms java library to perform analysis on a give dataset. An example of the data is as follows: 980,988,1160,1080,928,1068,1156,1152,1176,1264 I'm using the DoubleFFT_1D funtion in ...