photo

Jingtao


Last seen: 14 jours il y a Actif depuis 2020

Followers: 0   Following: 0

Message

Statistiques

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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

4 mois il y a | 1 réponse | 0

1

réponse

Question


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

environ un an il y a | 1 réponse | 0

1

réponse

Question


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

environ un an il y a | 1 réponse | 0

0

réponse

Question


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

environ un an il y a | 1 réponse | 0

1

réponse

Question


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

environ un an il y a | 1 réponse | 0

1

réponse

Question


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

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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

plus de 4 ans il y a | 1 réponse | 0

1

réponse