Search results for all lists

10000 messages found
Sort by
List: usrp-users@lists.ettus.com
From: Ian Buckley
 
Re: [USRP-users] Standalone signal generator on B205mini
Wed, Mar 27, 2019 3:50 AM
Si no es vd. el destinatario indicado, queda notificado que la lectura, utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente.
List: usrp-users@lists.ettus.com
From: Marcus D Leech
 
Re: [USRP-users] Maximun size Samples
Mon, Nov 18, 2019 3:32 PM
. +34 671 746 106 > Travesía de Costa Brava, 4 Mirasierra | 28034 Madrid | España > www.iecisa.com > > > Este mensaje, y en su caso, cualquier fichero anexo al mismo, puede > contener información confidencial, siendo para uso exclusivo del > destinatario, quedando prohibida su divulgación copia o distribución a > terceros sin la autorización expresa del
List: usrp-users@lists.ettus.com
From: Puertas Blanco, Roberto
 
USRP N300 - Set RX bandwidth
Thu, Feb 25, 2021 4:30 PM
nico y, en su caso, cualquier fichero anexo al mismo, contiene informaci?n de car?cter confidencial exclusivamente dirigida a su destinatario o destinatarios. Si no es vd. el destinatario indicado, queda notificado que la lectura, utilizaci?n, divulgaci?n y/o copia sin autorizaci?n est? prohibida en virtud de la legislaci?n vigente.
List: usrp-users@lists.ettus.com
From: mleech@ripnet.com
 
Re: [USRP-users] gr_file_sink source code
Tue, Nov 20, 2012 4:01 PM
Si usted no es el destinatario autorizado o por error recibe este mensaje, por favor informe al remitente y posteriormente bórrelo de su sistema sin conservar copia del mismo. This is a question better directed to discuss-gnuradio, rather than here.
List: time-nuts@lists.febo.com
From: Edgardo Molina
 
Efratom PRFS202 Portable Rb Freq. Std. Manual
Tue, Nov 20, 2012 6:47 AM
Si usted no es el destinarario de este mensaje, le suplicamos se lo notifique al remitente mediante un correo electrónico y que borre el presente mensaje y sus anexos de su computadora sin retener una copia de los mismos.
List: time-nuts@lists.febo.com
From: Bob Camp
 
Re: [time-nuts] DDS - higher frequecies
Mon, Nov 26, 2012 12:38 AM
(and if you > are unlucky, which is easy, some of the aliasing reflects back and overlaps > so you can't tell X-y from X+y) > > There is similar math for D/A, the reverse direction. I think this applies > for a DDS making higher frequencies than simple arithmetic would allow it to > generate. > > Does anybody have a good web page for how that works?
List: time-nuts@lists.febo.com
From: Jim Lux
 
Re: [time-nuts] DDS - higher frequecies
Mon, Nov 26, 2012 1:07 AM
(and if you > are unlucky, which is easy, some of the aliasing reflects back and overlaps > so you can't tell X-y from X+y) > > There is similar math for D/A, the reverse direction. I think this applies > for a DDS making higher frequencies than simple arithmetic would allow it to > generate. > Yes.. you generate all the aliases..
List: trawlers@lists.trawlering.com
From: steamer@i-link-2.net
 
Re: Navigation - converting difference in longitude to naut
Wed, Apr 29, 1998 8:55 AM
) > > tan C = (sin DLo) / (cos L1 * tan L2 - sin L1 * cos DLo) >
List: discuss@lists.openscad.org
From: Sanjeev Prabhakar
 
Re: Generating a helix with linear extrude
Wed, Feb 28, 2024 11:04 AM
topolar2(p) = [ > norm(p), > atan2(p.y, p.x) > ]; > > // Helix angle > helix_a = atan2(pitch, helix_r*2*PI); > > // degrees per unit, along the circumference > theta_scale = 360/(2*PI*helix_r); > > // Banana, algorithm A > bananaA = function() [ > for (a=[0:359]) > torect2([helix_r, 0] + [r*cos(a), r * sin(a) * theta_scale / sin(helix_a)]
List: discuss@lists.openscad.org
From: Revar Desmera
 
Re: vnf_bend()
Thu, May 12, 2022 12:12 AM
[p.x, p.z*sin(a), p.z*cos(a)] : axis=="Y"?