Re: [Discuss-gnuradio] different CPU loads with 2 similar GRC graphs

2011-09-29 Thread Pascal Charest
On Thu, Sep 22, 2011 at 1:41 AM, Achilleas Anastasopoulos wrote: > I am comparing the following 2 systems on GRC: > > [source] --> [block A] --> [sink] > > and > > [source] --> [block A] -->[sink] >     |___^ > > where [block A] is a very CPU-intensive SP block, source and sink are

Re: [Discuss-gnuradio] RDS block doesn't find python module

2011-05-17 Thread Pascal Charest
On Thu, May 12, 2011 at 4:52 AM, OlekKrushnov wrote: > I have installed GnuRadio 3.4.0 from Git on Ubuntu, now I am trying to setup > the RDS block from https://www.cgran.org/wiki/RDS. I have followed the > instructions (configure, make, make install) and apart from a missing > italian translation

Re: [Discuss-gnuradio] Install gnu radio on to ubuntu linux 9.04 (Jaunty)

2010-01-28 Thread Pascal Charest
On Thu, Jan 28, 2010 at 4:05 AM, Makmur Hidayat wrote: > > This is the errors: > > W: Failed to fetch > http://au.archive.ubuntu.com/ubuntu/dists/jaunty/Release.gpg  Could not > connect to au.archive.ubuntu.com:80 (91.189.88.46), connection timed out > [IP: 91.189.88.46 80] Proxy? Are you behind

Re: [Discuss-gnuradio] Problem with playback

2009-06-17 Thread Pascal Charest
On Wed, Jun 17, 2009 at 1:47 PM, hjaffer wrote: > > I have a USRP2 and I think your code is only for the USRP1. Do you have a > version for the USRP2? > > Hafeez Sorry, I've never tested it with the USRP2. Pascal > Pascal Charest wrote: > > > > On Mo

Re: [Discuss-gnuradio] Problem with playback

2009-06-16 Thread Pascal Charest
On Mon, Jun 15, 2009 at 6:53 PM, hjaffer wrote: > But there is no program that reads a file and transmits the data in the > file. I've made available online a python script that does that. You can download it at . It takes raw samples as input. The ou

Re: [Discuss-gnuradio] Driver for USRP1

2009-06-16 Thread Pascal Charest
On Tue, Jun 16, 2009 at 3:27 PM, Frank Rawlins wrote: > Thank you for your reply John. However, I think you might have thought I > meant copying data. > > In a typical setup with a complete clean hardrive (nothing installed) I > would first install the operating system, in this case UBUNTU 9.04.

Re: [Discuss-gnuradio] Writing SIMD code with sse

2007-12-12 Thread Pascal Charest
Hi, You can find some doc on intrinc functions on MSDN. Information is also valid for gnu gcc: For library using SIMD, you can start looking BLAS on wikipedia. There is some links on the page about libraries doing optimized linea

Re: [Discuss-gnuradio] max and argmax blocks with SIMD instructions

2007-04-23 Thread Pascal Charest
If you don't want to use assembly, you can use MMX and SSE intrisics compiler support. These are C functions/macros to allow the use of SSE instructions directly from C/C++. You can start with this introduction: http://www.codeproject.com/cpp/sseintro.asp . For a reference, you can go on MSDN webs

[Discuss-gnuradio] RFX1200 and RFX1800 schematics

2007-03-14 Thread Pascal Charest
r at least know the difference (in term of material, not specs) between these boards and other RFX. Thank you, Pascal Charest ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Problem in SVN using Cygwin.

2006-10-02 Thread Pascal Charest
I had a similar problem and this is the solution that I used. At work, my computer is behind a firewall and I must use a proxy server to send HTTP requests. So, I needed to set proxy name and address for SVN. So, edit ~/.subversion/servers. In the [global] section, use these lines: [global] http-p

Re: [Discuss-gnuradio] Suse10.1 walkthrough and a question concerning crosstalk

2006-09-26 Thread Pascal Charest
On 9/22/06, Mark Sullivan <[EMAIL PROTECTED]> wrote: (...) INSTALLING SDCC Log on to your account (not root). You need to install the SDCC package. Get the source tarball from Sourceforge at http://sourceforge.net/project/showfiles.php?group_id=599. (it will be called "sdcc-src-2.6.0.tar.gz" unle

Re: [Discuss-gnuradio] Build failing from "trunk"

2006-08-09 Thread Pascal Charest
Try make -k. At least, compilation will not stop after the first failure.On 8/9/06, Marcus Leech < [EMAIL PROTECTED]> wrote:I grabbed the latest "trunk" via svn, and attempted a build. ecc.cc appears to be causing the build to fail:ecc.cc:5875: error: conversion from 'int' to non-scalar type'std::

Re: [Discuss-gnuradio] Newbie trying to get CVS build to work

2006-06-12 Thread Pascal Charest
Probably that the 'python-devel' package is not installed on your system. Usually, Python is installed, but not files needed for development. The procedure is dependant of your Linux distibrution and you should consult the web site of your Linux distribution for more information. For additionnal d

Re: [Discuss-gnuradio] Usrp TX mux settings

2006-05-19 Thread Pascal Charest
In the USRP source code directory, look for the file doc/html/classusrp__standard__tx.html. Then you should find: -- bool usrp_standard_tx::set_mux      (       int        mux       )             Set output mux configuration. 3   2