Search found 4 matches

by jclayton
Thu Jul 16, 2015 11:24 am
Forum: General forum
Topic: Hilbert transform
Replies: 3
Views: 3633

Re: Hilbert transform

x0 = 0; w = 0.1;
x = linspace(-1,1,1000);
yabs = gaussian(x,x0,w);
ydisp = hilberttrans(yabs);
ydisp = imag(ydisp);
[yabs,ydisp0] = gaussian(x,x0,w);
plot(x,ydisp,x,ydisp0);
by jclayton
Tue Jul 14, 2015 4:46 pm
Forum: General forum
Topic: Hilbert transform
Replies: 3
Views: 3633

Hilbert transform

Hello all, I have a rather basic question about Hilbert transforms. Following the example provided in the documentation, I can compute the dispersion signal from some arbitrary Gaussian absorption signal using the function hilberttrans. I then computed the dispersion signal via the secondary output ...
by jclayton
Wed Apr 08, 2015 3:56 pm
Forum: General forum
Topic: simultaneous fitting
Replies: 2
Views: 3780

Re: simultaneous fitting

Cool trick. Thanks!
by jclayton
Fri Apr 03, 2015 10:12 am
Forum: General forum
Topic: simultaneous fitting
Replies: 2
Views: 3780

simultaneous fitting

Hi, I have been using the ESfit feature of EasySpin to try to get an idea of the zero-field splitting for some S=7/2 Gd3+ spectra, but I'm running into the problem of having too many free parameters in my fit for it to be very meaningful. If I wanted to do a simultaneous fit of absorption data for t...