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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0
