Estadística
CLASIFICACIÓN
232.735
of 297.527
REPUTACIÓN
0
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
62.5%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.454
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 159.075
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How can I identify a vector subset that meets a given condition?
Given a vector A (please, see attached), how could I find the n-samples vector subset with the smallest range (or standard devia...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
How does the following syntax may be shortened and improved?
Given a 12 x 13 matrix, I need to select the row with the greatest value in column 9, every two rows, and create a matrix contai...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
Cross-correlation issue: how can I align two signals?
I have two signals A and B (please, see them attached), which have been recorded from different devices with different sampling ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I ideantify the least "noisy" baseline periods in a vector?
I have a vector A (see example attached) corresponding to voltage from a strain gauge while testing strength levels in humans, a...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasHow can I perform matrix calculations within the own matrix?
A_normalised = zeros(size(A)); for ii = 1:6:length(A) for kk = ii:ii+5 A_normalised(:,kk) = (A(:,kk).*100...
alrededor de 8 años hace | 0
| aceptada
Pregunta
How can I perform matrix calculations within the own matrix?
Hi, I have a 9x612 matrix (A). It consists of 102 variables measured 6 times each (612 columns), in 9 different situations (9...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
After aligning two signals using xcorr, how to make both signals (varying) lengths equal?
Hello, I am using xcorr to synchronize two signals (S1, S2; from two different devices) of the same event. The function works...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Identifying periods of signal above threshold
The code below provides number of "bursts" or periods of activity (300 consecutive points = 0.2 s) above a given threshold. How ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Counting number of bursts
How can I count the number of periods of activity above a certain threshold? I have an EMG signal with some bursts of activi...
más de 8 años hace | 1 respuesta | 0