Community Profile

photo

Jingtao


Last seen: 29 días hace Con actividad desde 2020

Followers: 0   Following: 0

Contacto

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


How can I fix the warning and the error in parfor?
a = linspace(1,100,100); parfor i=1:10 for j=1:10 k = (i-1)*10+j; b = a(k)+5; %// warning c(k)...

29 días hace | 1 respuesta | 0

1

respuesta

Pregunta


rotate polar angle by an arbitrary angle
I got a polar angle map THETA0 from running the snippet below. N = 1024; x0 = linspace(-N/2, N/2, N); y0 = x0; [X0,Y0] = ...

11 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Create a matrix representing the gradual-width Fermat spiral slit mask
I would like to create a N*N matrix T = zeros(N) to represent the gradual-width Fermat spiral mask given by where rho and the...

11 meses hace | 0 respuestas | 0

0

respuestas

Pregunta


Retrieve phase from a time-varying cosine signal
I got two experimental time-domain signals (sampling length of N=13001, sampling frequency of Fs=4000 Hz). By curve fitting, I f...

11 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Curve fitting using custom equation
I got a costum equation in the form of OPCrtr = @(r) 1.5186e-08.*integral(5.9122e-6.*A.*exp(-5e-7.*a.^2).*(1-exp(-alpha.*10.*a...

12 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


How to get data from a circular line on a 2D array in the anti-clockwise direction?
I need to extract data from a circular line (with defined radius and origin) on a 2D array (captured by a CCD with 1024*1024 pix...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


time-frequency analysis of multi-component chirp
hi, I am working on time-frequency analysis of multi-component chirp. I tried to use 'wsst' to separate the chirps but failed (...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


How to project a 2D image to another plane?
Dear all, I would like to project an image with 2D Gaussian intensity distribution to another plane, which is rotated by an ang...

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta