photo

Jingtao


Last seen: 14 Tage vor Aktiv seit 2020

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort