Statistics
RANK
3 236
of 295 467
REPUTATION
17
CONTRIBUTIONS
11 Questions
3 Answers
ANSWER ACCEPTANCE
36.36%
VOTES RECEIVED
9
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to capture mouse clicks in dsp.SpectrumAnalyzer, and draw on plot
I would like to add my own interactivity to the dsp.SpectrumAnalyzer plot. I would like to receive a callback when the user clic...
mer än 8 år ago | 0 answers | 0
0
answersProblem with dsp.DigitalDownConverter
I'm new to DSP Toolbox also, but I think I am running into similar trouble. It looks like dsp.DigitalDownConverter is, unfortuna...
nästan 9 år ago | 0
Question
Matlab Engine Array Transfer Size Limitation
I am using engGetVariable() to transfer an mxArray from the Matlab Engine to my C++ program. The documentation says: "The limit ...
ungefär 9 år ago | 1 answer | 0
1
answerQuestion
How to determine which algorithm mldivide (A\b) uses
I have a sparse, banded matrix, A, for which I am solving the linear system Ax=b using A\b in Matlab. The documentation for ...
ungefär 9 år ago | 3 answers | 0
3
answersQuestion
Solve Sparse, Complex Ax=b on Distributed Cluster
I would like to know if it is possible to solve a sparse, complex Ax=b equation with Parallel Computing Toolbox / Distributed Co...
ungefär 9 år ago | 0 answers | 0
0
answersQuestion
arrayfun on GPU with each call working from common block of data
I am using arrayfun to perform a convolution on a set of images with different kernels. Instead of looping over each kernel, I u...
mer än 9 år ago | 2 answers | 0
2
answersQuestion
Perform conv2 on a batch of images
I have a set of 2D images for which I would like to convolve each image separately with a kernel. This is particularly important...
mer än 9 år ago | 2 answers | 0
2
answersQuestion
Monte Carlo Simulation with Parfor
I am conducting a Monte Carlo simulation of a stochastic differential equation, and trying to parallelize each random walk. Take...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
Direct GPU-to-GPU Communication with Parallel Computing Toolbox / SPMD
I am using spmd to enable parallel computing with multiple GPUs on one workstation. Basically, the GPUs do some calculation, bro...
mer än 9 år ago | 1 answer | 1
1
answerQuestion
How to Pin Workers to Specific Cores
I would like to know how to pin parpool workers to specific cores. I have a dual socket system, so each socket has faster access...
mer än 9 år ago | 1 answer | 0
1
answerPersist data on GPU between parfor Calls
This turns out to be by far the most efficient way to use multiple GPUs. The secret is to put the loop inside the spmd block. Th...
mer än 9 år ago | 0
Question
Persist data on GPU between parfor Calls
The actual overhead from invoking a parfor is pretty low (~17 ms), so it is fast enough to start up a parfor, do one operation p...
mer än 9 år ago | 2 answers | 0
2
answersWhat exactly is the "n-point DFT" that fft() computes?
I found a site where you can get intelligent answers to your questions: <http://www.dsprelated.com/showmessage/56353/1.php FFT ...
ungefär 10 år ago | 8
| accepted
Question
What exactly is the "n-point DFT" that fft() computes?
I am trying to understand exactly *how* matlab is computing the fft when you call fft(myData, N), where N < length(myData). ...
ungefär 10 år ago | 2 answers | 0