-
The Chirp Z-Transform may be of use for grappling with FSK and OFDM. A preliminary rust implementation exists, but requires TLC before it can be integrated with bitfount.
-
Was there a continental rift in Germany that moved the whole continent a few meters up north?
Since a month or so, most coordinates are a few meters off to the south of the position where they were b…
-
Hey folks, how about releasing around mid November? My feeling is that we're close to a new release.
-
I am trying to fork the repository for development. I follow the instruction at http://martinos.org/mne/contributing.html but get a segmentation fault doing the unit tests. I am not sure if it helps t…
-
sum(X *\* 2) is equivalent to np.dot(X.ravel(), X.ravel())
which avoids a copy.
same trick works for mean(X *\* 2)
would be nice to go over the full code base to spot these low hanging fruits.
-
I would like to use the lcmv reconstruction to compare the results I obtained with the MNE reconstruction when setting pick_normal= True.
It seems however that the lcmv beamformer only returns the n…
NicZ updated
11 years ago
-
Hi, is it possible to get some info/reference on what algorithm is used in obspy's beamforming routine.
thanks, Dave
-
Due to the recent changes in AttribDict we got an issue with the [Beamforming - FK Analysis](http://docs.obspy.org/master/tutorial/code_snippets/beamforming_fk_analysis.html) tutorial page:
``` pytho…
-
For some reason the linker can't find the fftpack_list.so library:
{{{
(obstest.iAE4)yannik78@taranaki:>>easy_install -N obspy.signal==dev
Searching for obspy.signal==dev
Reading http://pypi.python.o…