Statistik
RANG
23.489
of 297.016
REPUTATION
1
BEITRÄGE
12 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
33.33%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Mex compiler giving error
Trying to compile this mex file http://escabe.org/joomla/index.php/7-projects/matlab/1-joymex2 with the command mex('-v',...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
xcorr says my signals have near perfect correlation which is impossible
I am comparing 2 signals. One signal had to be resampled to equalise the sampling rates. The corrcoef function gives a value of ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I convert this integral equation to matlab code?
I'm trying to write a matlab program for a Lock-in Amplifier, based on this equation: <<http://i.imgur.com/jTe950P.png>> w...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab program that runs fine in Windows gives multiple errors in Linux.
Both versions are 2012b. The program is: clear all matlabpool; for testSet = 8 %:18 if testSet < 10 ...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Parallel computing not working on remote cluster
Hello I have access to a cluster computer located in London and am having trouble getting the program running in parallel. I can...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenMultiple sampling frequencies on one input device
You can use the matlab function "downsample(signal, 10)" or "decimate(signal, 10)" on channels 0-2 which will convert the signal...
mehr als 11 Jahre vor | 0
Trouble getting data outside of parfor loop
The answer to this was that matlab does not like "parfor variable +/- integer" as it thinks it'll be used to reference a previou...
mehr als 11 Jahre vor | 0
| akzeptiert
Frage
Trouble getting data outside of parfor loop
Hello, I have a process that needs to be applied to a 90 trials of an 11 electrode signal. The result of each trial is in the fo...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Trouble using Common Spatial Patterns
Hello, I'm trying to use CSP on multiple trials of EEG data but I am unsure if it is correct. There are two classes, think left ...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Is there an LDA method that matches the format "D_t= W_Tc^T * E_t + w_0"
<<http://i49.tinypic.com/245xc2h.jpg>> Where W_Tc^T are the weights, E_t the signal/data and w_0 the offset. With D_t < 0 mea...
etwa 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why does this program return complex numbers?
I am using this code http://www.ee.ic.ac.uk/hp/staff/dmb/voicebox/doc/voicebox/distispf.html to calculate the Itakura-Sait...
mehr als 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use the outputs of the Stepwise function?
Hello, I am classifying P300 responses using matlab and all the papers recommed Stepwise Linear Discriminant Analysis. I have in...
etwa 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to pass variables to a callback function and back again?
Hello, I have a callback function that is executed every so often. What I wish to do is pass a matrix and an integer (e.g. x = [...
mehr als 13 Jahre vor | 1 Antwort | 1
1
AntwortFrage
How to execute at a specific time?
Hello, I wish to run a script every 0.3333 seconds. The time it takes the computer to run it is much less than that. How woul...
mehr als 13 Jahre vor | 2 Antworten | 0