photo

Jonathan


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

11 Domande
3 Risposte

RANK
3.276
of 297.527

REPUTAZIONE
17

CONTRIBUTI
11 Domande
3 Risposte

ACCETTAZIONE DELLE RISPOSTE
36.36%

VOTI RICEVUTI
9

RANK
 of 20.454

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 159.075

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


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...

circa 9 anni fa | 0 risposte | 0

0

risposte

Risposto
Problem 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...

circa 9 anni fa | 0

Domanda


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 ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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 ...

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


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...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 9 anni fa | 2 risposte | 0

2

risposte

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Domanda


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...

quasi 10 anni fa | 1 risposta | 1

1

risposta

Domanda


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...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Risposto
Persist 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...

quasi 10 anni fa | 0

Domanda


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...

quasi 10 anni fa | 2 risposte | 0

2

risposte

Risposto
What 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 ...

oltre 10 anni fa | 8

| accettato

Domanda


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). ...

oltre 10 anni fa | 2 risposte | 0

2

risposte