Community Profile

photo

King Fisher


Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

Statistiken

All
  • 5-Star Galaxy Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Why Matlab prints incorrect EPS figure
Two same figures are printed via following code, one .EPS and other .PDF. *.PDF* is printed as desired *(468 point X 468 poin...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Gesendet


DIGITAL BEAMFORMING
plots the beam pattern of antenna arrays.

etwa 8 Jahre vor | 14 Downloads |

Frage


Matlab not generating pdf file with accurate measure
I am generating a **pdf** by saving a **figure** generated from following **Matlab code**. When **x=4**, it generated a **square...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Total Power output of a ULA using Phased Array Toolbox
Hi: How to plot the non-normalized radiation-pattern of the 2-element ULA while total power out of the ULA is equal to the O...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


State-Space of 2 by 2 MIMO, with two separate tranfer functions for each input-output pair?
hi For a 2 by 2 MIMO system, with* _two separate transfer functions_ *for each of the SISO models. How can we write a state...

mehr als 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Exponential random number generation
hi, How to generate the exponential random numbers from uniform random number generator? thx

etwa 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


parallel.gpu.CUDAKernel() not working
I have written the following .cu code: __global__ void addToVector(float * pi, float c, int vecLen) { int idx = blockIdx.x...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Executing CUDA or PTX Code on the GPU
I have exactly the same problem :(

mehr als 12 Jahre vor | 0

Frage


Why GPU performance is worse than CPU for this code?
clear all close all tic t=9999; X = rand( t, 'single' ); G = gpuArray( X ); isequal( gather( G ), X ...

mehr als 12 Jahre vor | 3 Antworten | 0

3

Antworten

Beantwortet
NVIDIA GPU recommendation: Mac (OSX 10.6.x - 64bit server)
If you are o.k with 1.3 capability and not going to work for enormous amount of data, 4800 is enough. But you think that your al...

mehr als 12 Jahre vor | 0