Cosmin Deaconu

Results 32 comments of Cosmin Deaconu

You probably just need to add it as a Generic Postscript Printer (or similar) from the remote computer (the remote computer doesn't need to use the brlaser driver).

Hi Andrej, On Mon, 2020-01-27 at 13:03 -0800, Andrej Lajovic wrote: > Hi cozzyd, thanks for the patch. Before I merge this change, I'd like > to address two issues,...

I looked into this since I am interested in doing something like this as well with a remote deployment when I visit this summer. I'm no expert, but to me...

It looks like actually you can set up ALMA_RELEASE_URL and ALMA_PUBKEY_URL environmental variables to something before running the script, which can be a local mirror. So all you need is...

So I'm confused by the sqrt(2) here. The reason you "need" it is because we rely on Hermitian symmetry (positive frequencies complex conjugate of negative frequencies when time domain is...

Indeed, if you subtract (or add) a time delay that's too large from an S21, then eventually you end up with more than a cycle jump between phase in frequencies,...

A waveform with a length T and N samples will have dt = T/N and therefore a max frequency of N/T and a frequency spacing of (1 / 2T). You...

At the risk of overly belaboring the point, I guess this is exactly the dual of the nyquist theorem, no? The Fourier shift is just a (complex) sinusoid, so making...

Commenting on @fschlueter implementation, you want to interpolate in re/im, not mag/phase. And linear interpolation is also not desirable (for the same reason it's not desirable in the time domain)....

Looking at the application more closely, if I'm understanding correctly, I'm not sure what the right thing to do in this case. It looks to me (please tell me I'm...