Re: [Discuss-gnuradio] laptop recommendations

2007-08-24 Thread Eng. Firas

Hi Johnathan,

Does the Laptop with intel Core 2 Due run ubuntu 7.04 64bit version (the
Ubuntu AMD-64 Version)?

Firas


Johnathan Corgan-2 wrote:
 
 Roshan Baliga wrote:
 
 In any case, if anybody uses a laptop with ubuntu and gnuradio, I'd love
 to know about it, because I need to buy a laptop for some testing.
 Preferably something on the cheaper side, but not a 8 lbs brick.
 
 Not cheap, but I use a Thinkpad T60 with Ubuntu 7.04 64-bit version.
 It's about the best laptop/Linux combination I've ever come across.
 
 The USB 2.0 supports the full range of GNU Radio data rates.
 
 -- 
 Johnathan Corgan
 Corgan Enterprises LLC
 http://corganenterprises.com
 
 
 ___
 Discuss-gnuradio mailing list
 Discuss-gnuradio@gnu.org
 http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
 
 

-- 
View this message in context: 
http://www.nabble.com/laptop-recommendations-tf4319195.html#a12309094
Sent from the GnuRadio mailing list archive at Nabble.com.



___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] laptop recommendations

2007-08-24 Thread Johnathan Corgan
Eng. Firas wrote:

 Does the Laptop with intel Core 2 Due run ubuntu 7.04 64bit version (the
 Ubuntu AMD-64 Version)?

Yes.

-- 
Johnathan Corgan
Corgan Enterprises LLC
http://corganenterprises.com


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] GMSK demodulation

2007-08-24 Thread Thomas Tsou
On 8/23/07, Jeffrey Karrels [EMAIL PROTECTED] wrote:
 Hello all

 i am looking at gmsk again. i had two questions come up.

 1) does clock recovery normally take place after fm demod?

Sure.

 2) what clock recovery algo would one normally find in a receiver like
 a GSM receiver?

MM, Gardner, wired clocks... You're going to have to be more specific here.

 thanks
 jeff

-TT


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Re: laptop recommendations

2007-08-24 Thread John Stralka
 In any case, if anybody uses a laptop with ubuntu and gnuradio, I'd love 
to know about it, because I need to buy a laptop for some testing. 
Preferably something on the cheaper side, but not a 8 lbs brick.  ... I have 
successfully run basic GNU Radio flowgraphs with full 32 MB/s USB 2.0 
connectivity on a Toshiba Satellite A135-S4527 laptop.  You can find them for 
relatively cheap (around $599 USD) from places like Best Buy when they're on 
sale.  They are not the fastest or best, but seem to do ok.  I cleaned off the 
pre-installed Microsoft Vista and installed Ubunutu Feisty Fawn (7.04) without 
any problem.  Everything worked (including the built-in wireless network 
adapter) under Ubuntu with the exception of the media card reader, but I didn't 
spend too much time looking for fixes.  The ThinkPad T60 would be great, but if 
you're really strapped for money, this Toshiba laptop might suffice.


   

Looking for a deal? Find great prices on flights and hotels with Yahoo! 
FareChase.
http://farechase.yahoo.com/


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Re: laptop recommendations

2007-08-24 Thread Chris Stankevitz



John Stralka wrote:
Everything worked (including the built-in wireless network adapter) 


Which reminds me: if you get a Dell laptop, do not get the Dell/Broadcom 
wireless card, get the Intel wireless card.  Easier to setup in linux.


Chris


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] ubuntu install, make check fails on test_mblock

2007-08-24 Thread Steven Clark
Hi all-

I'm following the instructions at
http://gnuradio.org/trac/wiki/UbuntuInstall.

Hardware is an HP/Compaq nc6230 laptop.
Ubuntu Fiesty Fawn

uname -a gives:
2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux


Install seemed to go smoothly, but make check fails on the test_mblock step:

[lots of successful tests...]

Making check in mblock
make[1]: Entering directory `/home/steven/gnuradio/mblock'
Making check in src
make[2]: Entering directory `/home/steven/gnuradio/mblock/src'
Making check in lib
make[3]: Entering directory `/home/steven/gnuradio/mblock/src/lib'
make  check-am
make[4]: Entering directory `/home/steven/gnuradio/mblock/src/lib'
make  check-TESTS
make[5]: Entering directory `/home/steven/gnuradio/mblock/src/lib'

mb_runtime_thread_per_block: dtor (# workers = 4)

mb_runtime_thread_per_block: dtor (# workers = 6)
qa_timeouts_1_top: expected_delta_t = 0.075 actual_delta_t = 0.0932272
qa_timeouts_1_top: expected_delta_t = 0.125 actual_delta_t = 0.140994
..F.


!!!FAILURES!!!
Test Results:
Run:  15   Failures: 1   Errors: 0


1) test: qa_timeouts::test_timeouts_1 (F) line: 199 qa_timeouts.cc
assertion failed
- Expression: pmt_equal(PMT_T, result)


FAIL: test_mblock
===
1 of 1 tests failed
===





I was hoping to get some clarification / explanation of this. Any ideas?
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] ubuntu install, make check fails on test_mblock

2007-08-24 Thread Eric Blossom
On Fri, Aug 24, 2007 at 04:10:13PM -0400, Steven Clark wrote:
 Hi all-
 
 I'm following the instructions at
 http://gnuradio.org/trac/wiki/UbuntuInstall.
 
 Hardware is an HP/Compaq nc6230 laptop.
 Ubuntu Fiesty Fawn
 
 uname -a gives:
 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686 GNU/Linux
 
 
 Install seemed to go smoothly, but make check fails on the test_mblock step:
 
 [lots of successful tests...]
 
 Making check in mblock
 make[1]: Entering directory `/home/steven/gnuradio/mblock'
 Making check in src
 make[2]: Entering directory `/home/steven/gnuradio/mblock/src'
 Making check in lib
 make[3]: Entering directory `/home/steven/gnuradio/mblock/src/lib'
 make  check-am
 make[4]: Entering directory `/home/steven/gnuradio/mblock/src/lib'
 make  check-TESTS
 make[5]: Entering directory `/home/steven/gnuradio/mblock/src/lib'
 
 mb_runtime_thread_per_block: dtor (# workers = 4)
 
 mb_runtime_thread_per_block: dtor (# workers = 6)
 qa_timeouts_1_top: expected_delta_t = 0.075 actual_delta_t = 0.0932272
 qa_timeouts_1_top: expected_delta_t = 0.125 actual_delta_t = 0.140994
 ..F.
 
 
 !!!FAILURES!!!
 Test Results:
 Run:  15   Failures: 1   Errors: 0
 
 
 1) test: qa_timeouts::test_timeouts_1 (F) line: 199 qa_timeouts.cc
 assertion failed
 - Expression: pmt_equal(PMT_T, result)
 
 
 FAIL: test_mblock
 ===
 1 of 1 tests failed
 ===
 
 I was hoping to get some clarification / explanation of this. Any ideas?

Hi Steven,

Looks like I need to loosen up the acceptable margin on this
particular test.  It tests timer events.  The failure is not critical.
It expected to receive a message in 0.075 seconds, but got it in 0.093
seconds.

I've opened ticket:175 on this.

Eric


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Re: GMSK demodulation (Thomas Tsou)

2007-08-24 Thread Jeffrey Karrels
 On 8/23/07, Jeffrey Karrels [EMAIL PROTECTED] wrote:
  Hello all
 
  i am looking at gmsk again. i had two questions come up.
 
  1) does clock recovery normally take place after fm demod?

 Sure.

Let me reword that, what is the benefit of doing fm demod then clock
recovery versus clock recovery then fm demod.



  2) what clock recovery algo would one normally find in a receiver like
  a GSM receiver?

 MM, Gardner, wired clocks... You're going to have to be more specific here.

the GMSK block uses MM. Let's take a standard cell phone as example.
What are the chances if I had the DSP code of cell phone that I would
find MM in there. Is Gardner any better? et cetera...

Does any of that make any sense or am I off in the woods somewhere?


___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio