Statistiques
5 Questions
0 Réponses
RANG
79 157
of 301 252
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
80.0%
VOTES REÇUS
0
RANG
of 21 207
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 173 657
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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", ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
