Feeds
질문
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...
8년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
8년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
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", ...
9년 초과 전 | 답변 수: 2 | 0
2
답변질문
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...
9년 초과 전 | 답변 수: 1 | 0
