Statistik
5 Fragen
0 Antworten
RANG
236.430
of 301.432
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
0
RANG
of 21.280
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 174.555
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 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
subband MVDR implementation for DOA estimation
I'm facing some problem trying to implement the subband MVDR beamformer for estimating the direction of arrival of one or more s...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Computing the distance between a grid of points and N points with arrayfun and GPU
I'm calculating the distance between a grid of points and one point in this way: r=arrayfun(@dist,X(:),YX(:),ZX(:),xp,yp,zp...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Functions arrayfun and roots with GPU computing
Hi guys, I would like to compute the roots of N 8th order polynomials using the matlab function roots. I also would like to ac...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Create a function from another function with less parameters
I have a function, let's call it "myFunc". myFunc accepts two parameters, x and y. I want to create a new function "myFunc2", ...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Assign vectors (returned from a function) to the colums of a matrix
Let's suppose I have a function that returns three column vectors: "a", "b" and "c". (in this order) As of now I'm assigning th...
mehr als 9 Jahre vor | 1 Antwort | 0
