Search results for all lists

7238 messages found
Sort by
List: trawlers@lists.trawlering.com
From: lrzeitlin@aol.com
 
Chain catenary
Fri, Aug 19, 2011 2:10 AM
If you want to estimate exactly how much a boat will move backward when the anchor rode is all chain, consider the following case. You are anchored on a calm day in 10' of water. The bow is 5' above the water. Being a traditionalist you use a 7:1 anchor rode, not forgetting to add in the height of the bow. So you have a total of 105' of chain.
List: trawlers@lists.trawlering.com
From: Phil
 
Re: T&T: Experience with BoatUS insurance
Sun, Nov 25, 2018 4:15 AM
In my estimation the premiums for the year that this change occurred should be maybe half of the premium of the previous year.
List: usrp-users@lists.ettus.com
From: Ashish Chaudhari
 
Re: [USRP-users] B200 FPGA question
Wed, Jan 14, 2015 11:02 PM
Hi Tal, I can't estimate the utilization of a NBFM channel off the top of my head but here is the utilization for the default B200 and B210 images. If your channelizer does not need too much block RAM and just utilizes logic blocks and DSPs then you could possibly fit something in the B210.
List: usrp-users@lists.ettus.com
From: Simon Olvhammar
 
Re: [USRP-users] USRP-gain setting
Fri, Sep 25, 2015 6:31 PM
Yes, we calibrate every 15 min or so against blackbody loads to estimate sky temperature when doing long term measurements. However we need to find a method to make sure the USRP is in it's optimal dynamic range. In other systems we look at the time domain signals but I'm not sure how I can extract it (with sign) from I/Q samples in Gnuradio.
List: usrp-users@lists.ettus.com
From: Marcus Müller
 
Re: [USRP-users] LFRX sensitivity
Fri, Oct 14, 2016 12:40 PM
So, let's do a rough estimate: The AD8132 datasheet says on p.6 Input Voltage Noise is $8\,\frac{\si{\nano\volt}}{\sqrt{\si{\hertz}}}$ , so let's square that, $\SI{64e-18}{\square\volt\per\hertz}$, which over the nominal $\SI{50}{\ohm}$ is (according to P=UI and Ohm's law) means a noise power of $N=\SI{3.2e-15}{\watt\per\hertz}\approx\SI{-115}{\dBm\per\hertz
List: usrp-users@lists.ettus.com
From: Marcus Müller
 
Re: [USRP-users] Input signal for ADC is at high level
Wed, Apr 19, 2017 6:31 AM
So, if you do a 256-point FFT to estimate the PSD, it might not be quite as discrete-looking as you'd like. Best regards, Marcus On 19.04.2017 07:16, Muhammad Munir via USRP-users wrote: > Dear USRP-users, > I am using USRP N200 and LFRX daughter-board.
List: usrp-users@lists.ettus.com
From: Brent Stapleton
 
Re: [USRP-users] Writing GRC block for preamble detection
Mon, Jun 12, 2017 4:12 PM
The Correlation Estimator block sounds like it might do what you want. It will correlate against and tag your preamble, and acts as a sync block (it does not remove the preamble from the sample stream). 2.
List: usrp-users@lists.ettus.com
From: Piotr Krysik
 
Re: [USRP-users] USRP's B210 sluggish start of transmission
Sun, Sep 24, 2017 8:29 AM
Then maybe let's try to estimate how hard it would be to make B210 behave better. I know that B210 is low cost product (in comparison with other USRPs) and it's also low on a list of priorities in terms of support.
List: usrp-users@lists.ettus.com
From: liu Jong
 
Re: [USRP-users] Bug about for E312
Tue, Oct 24, 2017 1:31 AM
This is test code: I'm using tow E312 to estimate the arrive time difference between received signals.The program is explained as follows: uhd::usrp::multi_usrp::sptr UsrpDev = uhd::usrp::multi_usrp::make(“”); UsrpDev->set_time_source("gpsdo"); UsrpDev->set_clock_source("internal", uhd::usrp::multi_usrp::ALL_MBOARDS); ... uhd::stream_args_t StreamArgs; StreamArgs.cpu_format
List: usrp-users@lists.ettus.com
From: Jack Yang
 
Re: [USRP-users] Random Phase Offset Between Two Rx Channels of B210 ???
Sat, Jul 14, 2018 3:28 AM
. >> >> In order to apply direction of arrival (DOA) technique, I have to first >> use a reference signal to detect this random phase offset, remove it and >> then estimate the angle of transmitter. >> >> What are you using for time-synch in the UHD source block? >> >> >> On 24.3.2015 22:12, Marcus D.