
L
Followers: 0 Following: 0
Statistik
19 Fragen
0 Antworten
RANG
133.057
of 297.010
REPUTATION
0
BEITRÄGE
19 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
68.42%
ERHALTENE STIMMEN
0
RANG
of 20.418
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
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
State space model back-propagation gradient descent
I have a state space model Xk+1 = A xk + B and yk = C Xk + D. I want to start the matrices randomly and adjust them using gradie...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
Unique RGB colors for segmentation
Hi , I have an image. This image was generated by a segmentation artifact. Each geometric region has a color. I need to use th...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
gradient descent for custom function
I have four equations: 1) e = m - y 2) y = W_3 * h 3) h = z + W_2 * z + f 4) f = W_1 * x I want to update W_1, W_2 and W...
10 Monate vor | 1 Antwort | 0
1
AntwortFrage
Plot sequence of images on top of a trajectory
I have a a 3D array G that has frames of a ball moving. I also have a variable named traj, that gives me the coordinates of the ...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
Find frequency of words from different books
I have a cell array of data collected from 5 different books This is one of the cell arrays. It gives me the count of each w...
11 Monate vor | 1 Antwort | 0
1
AntwortFrage
Transform coordinates into pixel
Hi .. I am generating an animation of two eliptical trajectories. The animation have 100 timesteps and for each timestep, I po...
12 Monate vor | 1 Antwort | 0
1
AntwortFrage
remove DC component of real time signal
I am using a interface for acquiring a signla in matlab. The signal is sampled at 500Hz. I have to remove the DC component in r...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Zero detection in online signal
Hi.. I am acquiring a signal from an EEG from a matlab script. I know approximatly the frequency of the signal (0.5Hz to 4 Hz)....
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
detect troughs (minimum) of a signal to fire an action. (the signal is being acquired online)
Hi.. I am acquiring a signal from an EEG. I know approximatly the frequency of the signal. I need to play a sound when the sig...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
sound normalization made distortion bigger
Hi.. I normalized some wav files using the following code. The reason to normalize is that I need the sound to have the same pow...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Adjacency matrix with periodic boundaries
I have a 2-dimensional square lattice of nodes . I need to find the distance between the nodes (adjacency matrix), but I should...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
What stat test to use for improved task?
I have an experiment where a group of subjects have to learn to associate some sounds to images (day, sound 1-image 1, sound2 -i...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Pink noise with specific power P
I need to generate pink noise signal with a specific power P. I can't figure it out on how to do that using the built-in functio...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Generate pinknoise with same power as audio
I need to read an audio file and generate a pinknoise with the same power. I tought using generatepinknoise(), but the built...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Nonlinear Regression using a gaussian in a lattice
I have a system of equations where the relationship between input and output is derived from a pixel lattice: where and s...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
shuffling phases of fft when length is odd
I need to make an audio signal unrecognizable but maintain its rms value. I tought about randomizing the phases. However, my co...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Matrix power vs for loop
Hi. I have to iterate a linear system of the type x(k+1) = Ax(k), with x being a vector of 1024 elements. I only care about th...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
Least Squares with constraint on absolute value
Hi , I need to solve a least squares values of the form , where x is a 32x1 vector and B is a 32x32 matrix. Howerver, x is co...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
Euller method to solve mackey glass system
In my understanding , dt needs to be very small so that the Euller method works. I am solving the mackey glass equation dx(t...
fast 2 Jahre vor | 1 Antwort | 0