Re: [Discuss-gnuradio] Hello GNURadio from the Amateur Radio World

2018-05-27 Thread Glen I Langston
Hi
I agree that the Odroids are pretty good.  Marcus Leech pointed them out
to me.  I’ve got a couple XU4s (8 cores) that work pretty well.  What I really
like is that with the mate operating system and EMMC’s they boot in just
a few seconds.

Glen

> On May 27, 2018, at 11:15 PM, Cinaed Simson  wrote:
> 
> On 05/26/2018 01:19 PM, Will Gilliam wrote:
>> 
>> Is there anyone that is using raspberry pi's and GNURadio on any sort of
>> realtime projects? Is there a better board to use or one that GNURadio
>> is going to try to support?
> 
> I use an Odroid C2 64bit running Debian/Jessie with 2 Gbytes of RAM with
> an optional real time clock and 32 GByte EMMC hard drive.
> 
> There's also an optional USB sound card but I use the HDMI sound instead.
> 
> I'm using GNURadio 3.7.12.0 with a HackRF at low bandwidths - 2-5 MHz.
> 
> Other than the keyboard/mouse, a HackRF is the only other device
> connected to the USB.
> 
> I got rid of my pi3 - to slow. It uses a microSD card for the hard drive
> and memory - which may have been the cause of the random hangs when
> using it interactively. Not long hangs but long enough and frequent
> enough for it to become extremely annoying to me.
> 
> -- Cinaed
> 
> 
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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


Re: [Discuss-gnuradio] Hello GNURadio from the Amateur Radio World

2018-05-27 Thread Cinaed Simson
On 05/26/2018 01:19 PM, Will Gilliam wrote:
> 
> Is there anyone that is using raspberry pi's and GNURadio on any sort of
> realtime projects? Is there a better board to use or one that GNURadio
> is going to try to support?

I use an Odroid C2 64bit running Debian/Jessie with 2 Gbytes of RAM with
an optional real time clock and 32 GByte EMMC hard drive.

There's also an optional USB sound card but I use the HDMI sound instead.

I'm using GNURadio 3.7.12.0 with a HackRF at low bandwidths - 2-5 MHz.

Other than the keyboard/mouse, a HackRF is the only other device
connected to the USB.

I got rid of my pi3 - to slow. It uses a microSD card for the hard drive
and memory - which may have been the cause of the random hangs when
using it interactively. Not long hangs but long enough and frequent
enough for it to become extremely annoying to me.

-- Cinaed




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


Re: [Discuss-gnuradio] Hello GNURadio from the Amateur Radio World

2018-05-26 Thread Marcus D. Leech

On 05/26/2018 09:44 PM, Dan CaJacob wrote:

Will,

I think you will find a wide variety of real-world applications 
GNURadio has been used for. For myself, that includes ground to space 
and space to ground communications systems, encompassing both common 
desktop machines as well as embedded processors and FPGAs. Certainly 
it is easier to write a modem for a desktop CPU, but a good C++ 
developer (I am not one, but I work with them) can take advantage of 
pipelined operations in both embedded and desktop CPUs to make 
distinction between the platforms less crippling. The Volk project 
even makes this win more or less free (no need to write your own 
instrinsics) if you profile it for your specific embedded device.


That said, I notice a lot of people new to GR wanting to jump right 
into doing something hard on a Raspberry Pi or similar SBC. I think 
you'll find that's generally a mistake. I'd suggest getting 
comfortable with GR and SDR on the desktop before moving on to 
embedded systems, because there's a lot to learn in both and it's 
going to be worse if you have to learn them both at the same time.


- Dan

Another thing I find is that there's a big gap in comprehension about 
how much 'stuff' happens to each and every sample for even relatively simple

  (from a 10kft view) DSP flows.

"My CPU runs at 2.5GHz, and I'm only bringing in a measly 10MHz, why is 
this not working for me?"


"Why can't I make a precipitously-steep filter--this is software, after 
all.  It's all kinda virtual, right?"


Folks who are coming at this from the "apps" world may never have 
considered or experienced or pondered exactly what happens inside
  the "sausage factory" we call a modern operating system. 
"Sample-arrives>[MAGIC]->it's in my app>[MORE 
MAGIC]>cool stuff happens".


If you're coming from a world where real-world "events" happen at the 
rate of user-clicks, thinking about being responsive to "events" that may be
  happening millions of times per second may be a bit of a cognitive 
shock...


Just random thoughts from years and years watching this ballet play out



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


Re: [Discuss-gnuradio] Hello GNURadio from the Amateur Radio World

2018-05-26 Thread Dan CaJacob
Will,

I think you will find a wide variety of real-world applications GNURadio
has been used for. For myself, that includes ground to space and space to
ground communications systems, encompassing both common desktop machines as
well as embedded processors and FPGAs. Certainly it is easier to write a
modem for a desktop CPU, but a good C++ developer (I am not one, but I work
with them) can take advantage of pipelined operations in both embedded and
desktop CPUs to make distinction between the platforms less crippling. The
Volk project even makes this win more or less free (no need to write your
own instrinsics) if you profile it for your specific embedded device.

That said, I notice a lot of people new to GR wanting to jump right into
doing something hard on a Raspberry Pi or similar SBC. I think you'll find
that's generally a mistake. I'd suggest getting comfortable with GR and SDR
on the desktop before moving on to embedded systems, because there's a lot
to learn in both and it's going to be worse if you have to learn them both
at the same time.

- Dan

On Sat, May 26, 2018 at 7:00 PM Nick Foster  wrote:

> Will,
>
> Do you have a specific problem we can try to help you with? "Not pleasant"
> gives us very little to chew on.
>
> Nick
>
>
> On Sat, May 26, 2018, 9:20 PM Will Gilliam  wrote:
>
>> Hello Peoples, I just signed up for the discuss list, so I thought I
>> would introduce myself
>>
>> My name is Will Gilliam and I am a FCC licensed General amateur radio
>> operator. (Ki7OXA)
>>
>> My first draw into GNURadio was the possibility of operating a high
>> frequency 5W radio
>> built from a Raspberry Pi 3, an Soundcard SDR radio. I love the idea of
>> embedded computing, SDR radios and GNURadio. Its small, its portable, and
>> because it involves a computer, the radio can be anything, even a modem.
>> Add amateur radio license, even the Element 2 technicians, your still
>> having fun VHF and up...
>>
>> Doing anything on a large computer is easy. Got more work? throw more cpu
>> time on the task, but anyone that tinkers within the Embedded world, you
>> know you really can't do that to a large degree.
>>
>> My experience with GNURadio is so far self taught and not pleasant. I am
>> uncertain if my poor experiences are from lack of experience, not enough
>> computer power, or a mix of both.
>>
>> Is there anyone that is using raspberry pi's and GNURadio on any sort of
>> realtime projects? Is there a better board to use or one that GNURadio is
>> going to try to support?
>>
>>
>> Look forward to learning and chatting with you all
>>
>>
>> Will Gilliam
>> ___
>> Discuss-gnuradio mailing list
>> Discuss-gnuradio@gnu.org
>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
-- 
Very Respectfully,

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


Re: [Discuss-gnuradio] Hello GNURadio from the Amateur Radio World

2018-05-26 Thread Nick Foster
Will,

Do you have a specific problem we can try to help you with? "Not pleasant"
gives us very little to chew on.

Nick

On Sat, May 26, 2018, 9:20 PM Will Gilliam  wrote:

> Hello Peoples, I just signed up for the discuss list, so I thought I would
> introduce myself
>
> My name is Will Gilliam and I am a FCC licensed General amateur radio
> operator. (Ki7OXA)
>
> My first draw into GNURadio was the possibility of operating a high
> frequency 5W radio
> built from a Raspberry Pi 3, an Soundcard SDR radio. I love the idea of
> embedded computing, SDR radios and GNURadio. Its small, its portable, and
> because it involves a computer, the radio can be anything, even a modem.
> Add amateur radio license, even the Element 2 technicians, your still
> having fun VHF and up...
>
> Doing anything on a large computer is easy. Got more work? throw more cpu
> time on the task, but anyone that tinkers within the Embedded world, you
> know you really can't do that to a large degree.
>
> My experience with GNURadio is so far self taught and not pleasant. I am
> uncertain if my poor experiences are from lack of experience, not enough
> computer power, or a mix of both.
>
> Is there anyone that is using raspberry pi's and GNURadio on any sort of
> realtime projects? Is there a better board to use or one that GNURadio is
> going to try to support?
>
>
> Look forward to learning and chatting with you all
>
>
> Will Gilliam
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Hello GNURadio from the Amateur Radio World

2018-05-26 Thread Will Gilliam
Hello Peoples, I just signed up for the discuss list, so I thought I would
introduce myself

My name is Will Gilliam and I am a FCC licensed General amateur radio
operator. (Ki7OXA)

My first draw into GNURadio was the possibility of operating a high
frequency 5W radio
built from a Raspberry Pi 3, an Soundcard SDR radio. I love the idea of
embedded computing, SDR radios and GNURadio. Its small, its portable, and
because it involves a computer, the radio can be anything, even a modem.
Add amateur radio license, even the Element 2 technicians, your still
having fun VHF and up...

Doing anything on a large computer is easy. Got more work? throw more cpu
time on the task, but anyone that tinkers within the Embedded world, you
know you really can't do that to a large degree.

My experience with GNURadio is so far self taught and not pleasant. I am
uncertain if my poor experiences are from lack of experience, not enough
computer power, or a mix of both.

Is there anyone that is using raspberry pi's and GNURadio on any sort of
realtime projects? Is there a better board to use or one that GNURadio is
going to try to support?


Look forward to learning and chatting with you all


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


Re: [Discuss-gnuradio] Hello and help to get the tutorials

2017-10-12 Thread Estrada Lupianez, Jenniffer Marie
Adrian,

If Boost is installed on the machine, and you are still getting that error, 
then the next thing to check is your environment variables. You may need to set 
BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT to 
the location of Boost. BOOSTROOT (or BOOST_ROOT) must point to the location 
where Boost is.

Check these environment variables on your system:
BOOST_ROOT - Preferred installation prefix  (or BOOSTROOT)
BOOST_INCLUDEDIR   - Preferred include directory e.g. /include
BOOST_LIBRARYDIR   - Preferred library directory e.g. /lib

Seems like either Boost version should work.

From within the CMakeList.txt file in the top directory of the git repo:


# Find boost

if(UNIX AND EXISTS "/usr/lib64")
list(APPEND BOOST_LIBRARYDIR "/usr/lib64") #fedora 64-bit fix
endif(UNIX AND EXISTS "/usr/lib64")
set(Boost_ADDITIONAL_VERSIONS
"1.35.0" "1.35" "1.36.0" "1.36" "1.37.0" "1.37" "1.38.0" "1.38" "1.39.0" 
"1.39"
"1.40.0" "1.40" "1.41.0" "1.41" "1.42.0" "1.42" "1.43.0" "1.43" "1.44.0" 
"1.44"
"1.45.0" "1.45" "1.46.0" "1.46" "1.47.0" "1.47" "1.48.0" "1.48" "1.49.0" 
"1.49"
"1.50.0" "1.50" "1.51.0" "1.51" "1.52.0" "1.52" "1.53.0" "1.53" "1.54.0" 
"1.54"
"1.55.0" "1.55" "1.56.0" "1.56" "1.57.0" "1.57" "1.58.0" "1.58" "1.59.0" 
"1.59"
"1.60.0" "1.60" "1.61.0" "1.61" "1.62.0" "1.62" "1.63.0" "1.63" "1.64.0" 
"1.64"
"1.65.0" "1.65" "1.66.0" "1.66" "1.67.0" "1.67" "1.68.0" "1.68" "1.69.0" 
"1.69"
)
find_package(Boost "1.35" COMPONENTS filesystem system)

if(NOT Boost_FOUND)
message(FATAL_ERROR "Boost required to compile tutorial")
endif()


A good reference: https://cmake.org/cmake/help/v3.0/module/FindBoost.html

Jenn


From: Discuss-gnuradio <discuss-gnuradio-bounces+jme=lanl@gnu.org> on 
behalf of Adrian Hodgson <adr...@ttechnicals.plus.com>
Sent: Thursday, October 12, 2017 4:18 PM
To: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] Hello and help to get the tutorials

Jenn

Is there any specific part of Boost I need as I seem to have loads of libboost
runtime libraries installed, granted 1_54_0 which seem to be within the
distro, but I could go up to 1_61 if required as they are available on suse.

Cheers

Adrian


On Thursday 12 Oct 2017 21:41:55 Estrada Lupianez, Jenniffer Marie wrote:
> Adrian,
>
> You are missing the Boost Libraries. Follow this for getting those
> installed:
> http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.htm
> l
>
> Installation from Source Forge:
> http://www.boost.org/users/history/version_1_61_0.html
>
> Jenn
>
> 
> From: Discuss-gnuradio <discuss-gnuradio-bounces+jme=lanl@gnu.org> on
> behalf of Adrian Hodgson <adr...@ttechnicals.plus.com> Sent: Thursday,
> October 12, 2017 3:26 PM
> To: discuss-gnuradio@gnu.org
> Subject: [Discuss-gnuradio] Hello and help to get the tutorials
>
> Hello group, name is Adrian and I need your help.
>
> I have gnuradio-companion running at this end on two Suse Linux computers
> after some time and messing, have written a few flow charts and I am re-
> watching the hackrf videos over and over a few times.
>
> I have suse Leap42.3
>
> I thought I would try to follow the guided tutorials on mentioned on the
> internet but have fallen down in the early stages following the
> instructions.
>
>
>
> I am following this sequence:
>
> $ git clone https://github.com/gnuradio/gr-tutorial
>
> Managed that after installing git.
>
> Also checked I have cmake and gcc installed.
>
> mkdir build
> cd build
> cmake ..
> make -j8
> sudo make install
> sudo ldconfig
>
> But I fail at the cmake line I get the following errors about Boost!
>
> adrian@linux-splw:~/gnuradio/tutorials/solutions/gr-tutorial/build> cmake ..
> -- Build type not specified: defaulting to release.
> CMake Warning at /usr/share/cmake

Re: [Discuss-gnuradio] Hello and help to get the tutorials

2017-10-12 Thread Adrian Hodgson
Jenn

Is there any specific part of Boost I need as I seem to have loads of libboost 
runtime libraries installed, granted 1_54_0 which seem to be within the 
distro, but I could go up to 1_61 if required as they are available on suse.

Cheers

Adrian


On Thursday 12 Oct 2017 21:41:55 Estrada Lupianez, Jenniffer Marie wrote:
> Adrian,
> 
> You are missing the Boost Libraries. Follow this for getting those
> installed:
> http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.htm
> l
> 
> Installation from Source Forge:
> http://www.boost.org/users/history/version_1_61_0.html
> 
> Jenn
> 
> 
> From: Discuss-gnuradio <discuss-gnuradio-bounces+jme=lanl@gnu.org> on
> behalf of Adrian Hodgson <adr...@ttechnicals.plus.com> Sent: Thursday,
> October 12, 2017 3:26 PM
> To: discuss-gnuradio@gnu.org
> Subject: [Discuss-gnuradio] Hello and help to get the tutorials
> 
> Hello group, name is Adrian and I need your help.
> 
> I have gnuradio-companion running at this end on two Suse Linux computers
> after some time and messing, have written a few flow charts and I am re-
> watching the hackrf videos over and over a few times.
> 
> I have suse Leap42.3
> 
> I thought I would try to follow the guided tutorials on mentioned on the
> internet but have fallen down in the early stages following the
> instructions.
> 
> 
> 
> I am following this sequence:
> 
> $ git clone https://github.com/gnuradio/gr-tutorial
> 
> Managed that after installing git.
> 
> Also checked I have cmake and gcc installed.
> 
> mkdir build
> cd build
> cmake ..
> make -j8
> sudo make install
> sudo ldconfig
> 
> But I fail at the cmake line I get the following errors about Boost!
> 
> adrian@linux-splw:~/gnuradio/tutorials/solutions/gr-tutorial/build> cmake ..
> -- Build type not specified: defaulting to release.
> CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message):
>   Imported targets not available for Boost version
> Call Stack (most recent call first):
>   /usr/share/cmake/Modules/FindBoost.cmake:763
> (_Boost_COMPONENT_DEPENDENCIES)
> /usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
> CMakeLists.txt:60 (find_package)
> 
> 
> CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message):
>   Imported targets not available for Boost version
> Call Stack (most recent call first):
>   /usr/share/cmake/Modules/FindBoost.cmake:763
> (_Boost_COMPONENT_DEPENDENCIES)
> /usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
> CMakeLists.txt:60 (find_package)
> 
> 
> -- Could NOT find Boost
> CMake Error at CMakeLists.txt:63 (message):
>   Boost required to compile tutorial
> 
> 
> -- Configuring incomplete, errors occurred!
> 
> I can only assume I am missing some packages or dependence, could anyone
> suggest where I am going wrong?
> 
> I may be a bit old for new challenges, but would not like to give up just
> yet.
> 
> Cheers
> 
> Adrian
> 
> 
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


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


Re: [Discuss-gnuradio] Hello and help to get the tutorials

2017-10-12 Thread Estrada Lupianez, Jenniffer Marie
Adrian, 

You are missing the Boost Libraries. Follow this for getting those installed: 
http://www.boost.org/doc/libs/1_61_0/more/getting_started/unix-variants.html

Installation from Source Forge: 
http://www.boost.org/users/history/version_1_61_0.html

Jenn


From: Discuss-gnuradio <discuss-gnuradio-bounces+jme=lanl@gnu.org> on 
behalf of Adrian Hodgson <adr...@ttechnicals.plus.com>
Sent: Thursday, October 12, 2017 3:26 PM
To: discuss-gnuradio@gnu.org
Subject: [Discuss-gnuradio] Hello and help to get the tutorials

Hello group, name is Adrian and I need your help.

I have gnuradio-companion running at this end on two Suse Linux computers
after some time and messing, have written a few flow charts and I am re-
watching the hackrf videos over and over a few times.

I have suse Leap42.3

I thought I would try to follow the guided tutorials on mentioned on the
internet but have fallen down in the early stages following the instructions.



I am following this sequence:

$ git clone https://github.com/gnuradio/gr-tutorial

Managed that after installing git.

Also checked I have cmake and gcc installed.

mkdir build
cd build
cmake ..
make -j8
sudo make install
sudo ldconfig

But I fail at the cmake line I get the following errors about Boost!

adrian@linux-splw:~/gnuradio/tutorials/solutions/gr-tutorial/build> cmake ..
-- Build type not specified: defaulting to release.
CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message):
  Imported targets not available for Boost version
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
  /usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:60 (find_package)


CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message):
  Imported targets not available for Boost version
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
  /usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:60 (find_package)


-- Could NOT find Boost
CMake Error at CMakeLists.txt:63 (message):
  Boost required to compile tutorial


-- Configuring incomplete, errors occurred!

I can only assume I am missing some packages or dependence, could anyone
suggest where I am going wrong?

I may be a bit old for new challenges, but would not like to give up just yet.

Cheers

Adrian


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

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


[Discuss-gnuradio] Hello and help to get the tutorials

2017-10-12 Thread Adrian Hodgson
Hello group, name is Adrian and I need your help.

I have gnuradio-companion running at this end on two Suse Linux computers 
after some time and messing, have written a few flow charts and I am re-
watching the hackrf videos over and over a few times.

I have suse Leap42.3

I thought I would try to follow the guided tutorials on mentioned on the 
internet but have fallen down in the early stages following the instructions.



I am following this sequence:

$ git clone https://github.com/gnuradio/gr-tutorial  

Managed that after installing git.

Also checked I have cmake and gcc installed.

mkdir build
cd build
cmake ..
make -j8
sudo make install
sudo ldconfig

But I fail at the cmake line I get the following errors about Boost!

adrian@linux-splw:~/gnuradio/tutorials/solutions/gr-tutorial/build> cmake ..
-- Build type not specified: defaulting to release.
CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message):
  Imported targets not available for Boost version
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
  /usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:60 (find_package)


CMake Warning at /usr/share/cmake/Modules/FindBoost.cmake:725 (message):
  Imported targets not available for Boost version
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindBoost.cmake:763 (_Boost_COMPONENT_DEPENDENCIES)
  /usr/share/cmake/Modules/FindBoost.cmake:1315 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:60 (find_package)


-- Could NOT find Boost
CMake Error at CMakeLists.txt:63 (message):
  Boost required to compile tutorial


-- Configuring incomplete, errors occurred!

I can only assume I am missing some packages or dependence, could anyone 
suggest where I am going wrong?

I may be a bit old for new challenges, but would not like to give up just yet.

Cheers

Adrian


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


Re: [Discuss-gnuradio] Hello all,

2017-03-28 Thread Marcus Müller
Hi Jahnavendra!

Welcome to the GNU Radio mailing list.

So, your question is asked so often, we have a FAQ entry for that:

https://wiki.gnuradio.org/index.php/FAQ#What_is_the_file_format_of_a_file_sink.3F_How_can_I_read_files_produced_by_a_file_sink.3F

Best regards,

Marcus

PS: really, nothing wrong here, but just a hint for the future: Use a
/descriptive/ subject rather than a salutation in the Subject line of
emails; for example "File Sink file format" would've told me directly
away what you're looking for, and I'd recognize the email in a few weeks
again when looking for it; "Hello all" tells me nothing.

On 03/28/2017 11:08 AM, Jahnavendra Mattipa wrote:
> I am currently working with the USRP using GNU Radio. I want to record
> the data for analysis purpose so i am searched for recorded option in
> GNURadio companion and i got a block called "File Sink". After
> execution of the file it record some data in the order of MB's, when i
> am trying to open that file it is in unknown format to open. If
> anybody faced this type of issue or if anybody knows about this give
> me some advices to open that recorded file.
>   Thanking you all.
>
>
> ___
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

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


[Discuss-gnuradio] Hello all,

2017-03-28 Thread Jahnavendra Mattipa
I am currently working with the USRP using GNU Radio. I want to record the
data for analysis purpose so i am searched for recorded option in GNURadio
companion and i got a block called "File Sink". After execution of the file
it record some data in the order of MB's, when i am trying to open that
file it is in unknown format to open. If anybody faced this type of issue
or if anybody knows about this give me some advices to open that recorded
file.
  Thanking you all.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


[Discuss-gnuradio] Hello, 2017!

2017-01-03 Thread Ben Hilburn
Hi all -

Happy New Year! Last year was a great year for the GNU Radio project, and I
think 2017 is going to be even better. We got a lot of key infrastructure
work done in 2016 (and I'm not talking about just code), and as a result we
are very well situated to knock out our goals over the next year.

Johnathan and I will be sharing more details over the next couple of weeks
about both on-going and new efforts, as well as sharing some general
updates about a lot of the behind-the-scenes stuff that we finished up late
last year. I do have a few items to share now, though:

*FOSDEM & DARPA Hackfest Reminder*
The schedule has been set for the SDR Dev Room at FOSDEM `17, and it's a
great lineup. If you can make it, let us know that you'll be there so we
know to look for you! I also want to acknowledge the organizers of the dev
room, whom are well-known GNU Radio developers: Martin Braun, Philip
Balister, and Sylvain Munaut.

   - FOSDEM 2017: https://fosdem.org/2017/
   - SDR Dev Room:
   https://fosdem.org/2017/schedule/track/software_defined_radio/

Also, don't forget that Tom Rondeau (former lead of the GNU Radio project,
now a DARPA PM), is running a DARPA-sponsored hackfest for the three days
leading up to FOSDEM. I'm really excited to see how GNU Radio is used by
the participants, and hope to see you there!

   - DARPA Hackfest:

http://www.cvent.com/events/darpa-mto-hackfest-brussels/event-summary-c64f4cd412334d6a93fca4f202378188.aspx
   


*Call for Blog Posts*
We closed out 2016 with some great posts on the GNU Radio blog, and I would
like to keep the trend going. The GNU Radio website gets between 800-1000
unique hits on most weekdays, so it's a great venue for sharing your work
and ideas. If you're interested in writing up something, please let me know!

   - GNU Radio blog: http://gnuradio.org/blog/

*Reminder for January Call*
The GNU Radio Project call is on January 19th! Mark your calendars.

   - http://gnuradio.org/events/

*Get Involved!*
One of the topics that came up a couple of times at GRCon16 was that it can
be hard to know where to start if you want to contribute back to the
project. While there is some documentation about this on the Redmine site,
we are working on putting together new, more comprehensive, content. Until
that's ready, if you want to get involved and aren't sure how, just let me
know! We welcome anyone who wants to contribute, and you don't need to be
an expert to make a big impact.

It's a great time for the project, I'm really looking forward to the coming
year. As usual, please reach out to me if you have any questions,
suggestions, or good jokes, and keep an eye out for more updates soon!

Cheers,
Ben
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] hello

2015-06-23 Thread Marcus Müller
Monika,
please reply to the list!

You should do either
a) follow the long instructions on that page, OR
b) use the build-gnuradio script to get GNU Radio (see the first
sentence of that page), OR
c) use pybombs (not mentioned on that page, because that page is a bit
outdated).

Probably b) or c) are the best option for you, because they will
automatically make sure that all the libraries you need are installed.
So, can you go to your build/ directory and do
sudo make uninstall

After that, you just take the c) route [1]

git clone -r https://github.com/pybombs/pybombs.git  cd pybombs  
./app_store.py


Best regards,
Marcus

[1] http://gnuradio.org/redmine/projects/pybombs/wiki

On 06/23/2015 08:54 AM, monika sharma wrote:
 no i have not installed that GNUradio scripts. should i install that also ??
 regards
 monika

 On Tue, Jun 23, 2015 at 12:17 PM, Marcus Müller
 marcus.muel...@ettus.com wrote:
 So you used the build-gnuradio script or followed the instructions
 further down on that page?

 Best regards,
 Marcus

 PS: when replying, make sure to reply to the mailing list address rather
 than to individual people!

 On 06/23/2015 08:46 AM, monika sharma wrote:
 hello Marcus
 i have installed it from this site
 https://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall
 regards
 monika

 On Tue, Jun 23, 2015 at 12:10 PM, Marcus Müller
 marcus.muel...@ettus.com wrote:
 Hello Monika,

 Generally, GNU Radio gets build with everything that is possible with
 the development headers installed on the system that was used.

 So, the question is: How did you get GNU Radio?

 Best regards,
 Marcus


 On 06/23/2015 08:28 AM, monika sharma wrote:
 i have started using this GNUradio 3.7.7.1  recently ,some librarys
 are missing in it like graphical sinks and sinks .can anyone help me
 out that from where i have to download these packages and install it.
 regards
 monika

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


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


[Discuss-gnuradio] hello

2015-06-23 Thread monika sharma
i have started using this GNUradio 3.7.7.1  recently ,some librarys
are missing in it like graphical sinks and sinks .can anyone help me
out that from where i have to download these packages and install it.
regards
monika

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


Re: [Discuss-gnuradio] hello

2015-06-23 Thread Marcus Müller
Hello Monika,

Generally, GNU Radio gets build with everything that is possible with
the development headers installed on the system that was used.

So, the question is: How did you get GNU Radio?

Best regards,
Marcus


On 06/23/2015 08:28 AM, monika sharma wrote:
 i have started using this GNUradio 3.7.7.1  recently ,some librarys
 are missing in it like graphical sinks and sinks .can anyone help me
 out that from where i have to download these packages and install it.
 regards
 monika

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


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


Re: [Discuss-gnuradio] hello

2015-06-23 Thread Marcus Müller
So you used the build-gnuradio script or followed the instructions
further down on that page?

Best regards,
Marcus

PS: when replying, make sure to reply to the mailing list address rather
than to individual people!

On 06/23/2015 08:46 AM, monika sharma wrote:
 hello Marcus
 i have installed it from this site
 https://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall
 regards
 monika

 On Tue, Jun 23, 2015 at 12:10 PM, Marcus Müller
 marcus.muel...@ettus.com wrote:
 Hello Monika,

 Generally, GNU Radio gets build with everything that is possible with
 the development headers installed on the system that was used.

 So, the question is: How did you get GNU Radio?

 Best regards,
 Marcus


 On 06/23/2015 08:28 AM, monika sharma wrote:
 i have started using this GNUradio 3.7.7.1  recently ,some librarys
 are missing in it like graphical sinks and sinks .can anyone help me
 out that from where i have to download these packages and install it.
 regards
 monika

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

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


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


[Discuss-gnuradio] hello, someone has worked as the spectrum analyzer usrp2 ?

2012-06-22 Thread Julio Hector Aguilar Renteria

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


[Discuss-gnuradio] Hello

2010-04-11 Thread Brian Padalino
http://sites.google.com/site/gdy57itjdnshr4y/rnfx5a


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


[Discuss-gnuradio] hello world ex. grc problem

2009-11-11 Thread mehmet kabasakal
Hi everyone,

I am newbie both at gnuradio and linux environment and I am currently
working on a project about usrp.
First of all I've installed the gnuradio-3.2.2 and ubuntu 9.04. Then i tried
to run the dial tone example.

When i run dial tone example on
http://www.gnu.org/software/gnuradio/doc/exploring-gnuradio.html on the
terminal
there is nothing wrong, i mean it doesn't give any error messages but i
can't hear anything from my computer's
speakers. Do i have to do any extra process to execute the code?

My second question is about the grc. I wanted to use this gui to try some
examples. But when i write the terminal
grc i got this messages;

meh...@mehmet-laptop:~$ grc
Generic Colouriser 1.1

grc [options] command [args]

Options:
-e --stderrredirect stderr. If this option is selected,
   do not automatically redirect stdout
-s --stdoutredirect stdout, even if -e is selected
-c name --config=nameuse name as configuration file for grcat
--colour=word  word is one of: on, off, auto

Is there something wrong with it? How can i open the grc GUI ?

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


[Discuss-gnuradio] Hello

2009-09-13 Thread srudeep reddy
Hi,my name is srudeep patil,iam doing my masters in EE(wireless
communication) at san jose state university.Iam doing a project this
semester on Software Defined Radio.So this community will be a lot of
helpful to me.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Hello

2009-09-13 Thread Eric Blossom
On Mon, Sep 14, 2009 at 04:10:38AM +0530, srudeep reddy wrote:
 Hi,my name is srudeep patil,iam doing my masters in EE(wireless
 communication) at san jose state university.Iam doing a project this
 semester on Software Defined Radio.So this community will be a lot of
 helpful to me.

Welcome!

Eric


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


Re: [Discuss-gnuradio] Hello

2009-08-10 Thread Jason Uher
On Mon, Aug 10, 2009 at 3:26 AM, Daniel Ampemdanb...@gmail.com wrote:
 well any help on how to modify the code to hear an audio output (what do l
 have to change) will be appreciated. from my attempt l get the same output

I think you misunderstood my last email, if you want to know where
your program is exiting from, you need to put in statements where
things exit, for example
if self.u.tune(self.subdev.which(), self.subdev, options.freq):
print Tuned to, options.freq/1e6, MHz
else:
print Unable to tune daughter card, exiting
  sys.exit(1)

Then you will know /why/ your script is failing, and you can go about fixing it.

Jason


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


Re: [Discuss-gnuradio] Hello

2009-08-10 Thread Jordan J Riggs
Of course, if by Fmstereo you mean broadcast FM radio, you're not going to
be able to listen with the RFX2400. You need something like TVRX.

Jordan


On Wed, Jul 29, 2009 at 3:40 AM, Daniel Ampem danb...@gmail.com wrote:

  Well l have everything  set ready and most of the test code including dial
 tone running well. Am using Jaunty (9.04) on ubuntu. my task is to transmit
 or to listen to Fmstereo. l have two RfX2400 daughter on two usrp boxes
 both connected to the same computer. when l run the code
 (root 
 https://www.cgran.org/browser/projectshttps://www.cgran.org/browser/projects
 /radio_data_systemhttps://www.cgran.org/browser/projects/radio_data_system
 /trunk https://www.cgran.org/browser/projects/radio_data_system/trunk/
 src https://www.cgran.org/browser/projects/radio_data_system/trunk/src/
 pythonhttps://www.cgran.org/browser/projects/radio_data_system/trunk/src/python
 /fm_tx_stereo.pyhttps://www.cgran.org/browser/projects/radio_data_system/trunk/src/python/fm_tx_stereo.py


  I get an error message as follows
 ktadm...@b3002-softradio:~$ cd Desktop/
 ktadm...@b3002-softradio:~/Desktop$ cd New
 bash: cd: New: No such file or directory
 ktadm...@b3002-softradio:~/Desktop$ cd new
 ktadm...@b3002-softradio:~/Desktop/new$ ls
 Fmstereo.py  Makefile  Makefile.am  Makefile.in
 ktadm...@b3002-softradio:~/Desktop/new$ ./Fmstereo.py
   File ./Fmstereo.py, line 25
 from gnuradio import gr, usrp, blks2
 ^
 IndentationError: unexpected indent
 ktadm...@b3002-softradio:~/Desktop/new$

 Best regards

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


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


Re: [Discuss-gnuradio] Hello

2009-07-30 Thread Jason Uher
 Using d'board:  B: Flex 2400 Tx MIMO B
 ktadm...@b3002-softradio:~/Desktop/new$ ./Fmstereo.py
 USRP Serial:  49e50652
 Using d'board:  B: Flex 2400 Tx MIMO B
 ktadm...@b3002-softradio:~/Desktop/new$
 what could  be the result of this? and how can l correct this.

First, please see http://gnuradio.org/trac/wiki/ReportingErrors
regarding how to format your questions.

Second, you indentation is still all messed up; it may be an artifact
from your c/p, but python depends very heavily on the spacing (spaces
and tabs, for example, are treated differently).  Please re-read the
original link I sent you.

Finally, I would guess that the program is doing exactly what you tell it to:

if self.u.tune(self.subdev.which(), self.subdev, options.freq):
 print Tuned to, options.freq/1e6, MHz
else:
 sys.exit(1)

Because you didn't give an output for the error message, it just
closes silently and you are left confused.  Try putting a print in
there to see if that's where you're failing.

Jason


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


[Discuss-gnuradio] Hello

2009-07-29 Thread Daniel Ampem
 Well l have everything  set ready and most of the test code including dial
tone running well. Am using Jaunty (9.04) on ubuntu. my task is to transmit
or to listen to Fmstereo. l have two RfX2400 daughter on two usrp boxes
both connected to the same computer. when l run the code
(root 
https://www.cgran.org/browser/projectshttps://www.cgran.org/browser/projects
/radio_data_systemhttps://www.cgran.org/browser/projects/radio_data_system
/trunk 
https://www.cgran.org/browser/projects/radio_data_system/trunk/srchttps://www.cgran.org/browser/projects/radio_data_system/trunk/src
/pythonhttps://www.cgran.org/browser/projects/radio_data_system/trunk/src/python
/fm_tx_stereo.pyhttps://www.cgran.org/browser/projects/radio_data_system/trunk/src/python/fm_tx_stereo.py


 I get an error message as follows
ktadm...@b3002-softradio:~$ cd Desktop/
ktadm...@b3002-softradio:~/Desktop$ cd New
bash: cd: New: No such file or directory
ktadm...@b3002-softradio:~/Desktop$ cd new
ktadm...@b3002-softradio:~/Desktop/new$ ls
Fmstereo.py  Makefile  Makefile.am  Makefile.in
ktadm...@b3002-softradio:~/Desktop/new$ ./Fmstereo.py
  File ./Fmstereo.py, line 25
from gnuradio import gr, usrp, blks2
^
IndentationError: unexpected indent
ktadm...@b3002-softradio:~/Desktop/new$

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


Re: [Discuss-gnuradio] Hello

2009-07-29 Thread Jason Uher
On Wed, Jul 29, 2009 at 4:40 AM, Daniel Ampemdanb...@gmail.com wrote:

   File ./Fmstereo.py, line 25
     from gnuradio import gr, usrp, blks2
     ^
 IndentationError: unexpected indent

Python parses your code based on the indentation so it doesn't have to
use brackets to separate logical portions of code.  You did that
incorrectly somehow.

http://diveintopython.org/getting_to_know_python/indenting_code.html

Jason


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


Re: [Discuss-gnuradio] Hello everyone. I am a new here. I have some questions.

2008-03-21 Thread Tom Rondeau

Alex Miua wrote:
So I have started reading Discrete Time Signal Processing by Oppenheim 
/ Schafer / Buck.
 
Chapter 4/ Page 168 says : -
Which edition are you using? I have the second edition and this is on 
page 142 :)  I'm assuming your copy is a new edition.
 
x_s(t)=x_c(t)s(t)

 =x_c(t) Sigma ( from n = -inf to inf ) [ delta (t-nT) ]
 
Through the sifting property of the impulse function , x_s(t) can be 
expressed as :
 
x_s(t) = Sigma (from - inf to inf ) [ x_c(nT) delta ( t-nT) ]
 
Now this version of the sifting property is for the DISCRETE impulse 
function NOT the continuous Dirac delta function, but just before the 
discussion starts it says that delta(t) is the unit impulse function 
or the Dirac delta function. Is this a typo ? Shouled this have been 
the discrete delta function? If it is'nt, how do the above steps hold?
 
Thank you,

Alex.


They are still representing all of this in the time domain. The sampling 
function is a continuous time signal as is x_c(t) as it x_s(t) where the 
discrete time representation is x_s[n] = x_s(nT).


I don't see this as a typo, and I don't see how this changes anything.

Tom



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


Fw: [Discuss-gnuradio] Hello everyone. I am a new here. I have some questions.

2008-03-21 Thread Alex Miua



- Forwarded Message 
From: Alex Miua [EMAIL PROTECTED]
To: Tom Rondeau [EMAIL PROTECTED]
Sent: Friday, March 21, 2008 10:57:21 PM
Subject: Re: [Discuss-gnuradio] Hello everyone. I am a new here. I have some 
questions.


Hello Tom ! 
 
Thank you for your reply. I have the 2nd edition ( Low Price Edition ).
 
Here is my question rephrased. 
 
The sifting property for the cts dirac delta fn has an INTEGRAL.
The sifting property for the discrete delta fn has an infinite sum in it.
 
So we cannot 1st say as is said in the book that delta is the Dirac delta 
function and the coolly proceed and apply the sifting property of the discrete
delta function as has been done below.

Do you see my question ? 
 
Thank you for your effort,
Ashim.
- Original Message 
From: Tom Rondeau [EMAIL PROTECTED]
To: Alex Miua [EMAIL PROTECTED]
Cc: discuss-gnuradio@gnu.org
Sent: Friday, March 21, 2008 10:51:28 PM
Subject: Re: [Discuss-gnuradio] Hello everyone. I am a new here. I have some 
questions.

Alex Miua wrote:
 So I have started reading Discrete Time Signal Processing by Oppenheim 
 / Schafer / Buck.
  
 Chapter 4/ Page 168 says : -
Which edition are you using? I have the second edition and this is on 
page 142 :)  I'm assuming your copy is a new edition.
  
 x_s(t)=x_c(t)s(t)
  =x_c(t) Sigma ( from n = -inf to inf ) [ delta (t-nT) ]
  
 Through the sifting property of the impulse function , x_s(t) can be 
 expressed as :
  
 x_s(t) = Sigma (from - inf to inf ) [ x_c(nT) delta ( t-nT) ]
  
 Now this version of the sifting property is for the DISCRETE impulse 
 function NOT the continuous Dirac delta function, but just before the 
 discussion starts it says that delta(t) is the unit impulse function 
 or the Dirac delta function. Is this a typo ? Shouled this have been 
 the discrete delta function? If it is'nt, how do the above steps hold?
  
 Thank you,
 Alex.

They are still representing all of this in the time domain. The sampling 
function is a continuous time signal as is x_c(t) as it x_s(t) where the 
discrete time representation is x_s[n] = x_s(nT).

I don't see this as a typo, and I don't see how this changes anything.

Tom







Looking for last minute shopping deals? Find them fast with Yahoo! Search.


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: Fw: [Discuss-gnuradio] Hello everyone. I am a new here. I have some questions.

2008-03-21 Thread Tom Rondeau

Alex Miua wrote:



- Forwarded Message 
From: Alex Miua [EMAIL PROTECTED]
To: Tom Rondeau [EMAIL PROTECTED]
Sent: Friday, March 21, 2008 10:57:21 PM
Subject: Re: [Discuss-gnuradio] Hello everyone. I am a new here. I 
have some questions.


Hello Tom !
 
Thank you for your reply. I have the 2nd edition ( Low Price Edition ).
 
Here is my question rephrased.
 
The sifting property for the cts dirac delta fn has an INTEGRAL.

The sifting property for the discrete delta fn has an infinite sum in it.
 
So we cannot 1st say as is said in the book that delta is the Dirac 
delta function and the coolly proceed and apply the sifting property 
of the discrete

delta function as has been done below.
Do you see my question ?
 
Thank you for your effort,

Ashim.


Nope, sorry, I still don't see the problem. I'm cool with how they 
present this in the book. It sounds like your problem is based on the 
definition of the Dirac function, and that might be true, but I've never 
much concerned myself with specifics like that. The outcome of their 
math in the sampling process still works.


Tom



- Original Message 
From: Tom Rondeau [EMAIL PROTECTED]
To: Alex Miua [EMAIL PROTECTED]
Cc: discuss-gnuradio@gnu.org
Sent: Friday, March 21, 2008 10:51:28 PM
Subject: Re: [Discuss-gnuradio] Hello everyone. I am a new here. I 
have some questions.


Alex Miua wrote:
 So I have started reading Discrete Time Signal Processing by Oppenheim
 / Schafer / Buck.
 
 Chapter 4/ Page 168 says : -

Which edition are you using? I have the second edition and this is on
page 142 :)  I'm assuming your copy is a new edition.
 
 x_s(t)=x_c(t)s(t)

  =x_c(t) Sigma ( from n = -inf to inf ) [ delta (t-nT) ]
 
 Through the sifting property of the impulse function , x_s(t) can be

 expressed as :
 
 x_s(t) = Sigma (from - inf to inf ) [ x_c(nT) delta ( t-nT) ]
 
 Now this version of the sifting property is for the DISCRETE impulse

 function NOT the continuous Dirac delta function, but just before the
 discussion starts it says that delta(t) is the unit impulse function
 or the Dirac delta function. Is this a typo ? Shouled this have been
 the discrete delta function? If it is'nt, how do the above steps hold?
 
 Thank you,

 Alex.

They are still representing all of this in the time domain. The sampling
function is a continuous time signal as is x_c(t) as it x_s(t) where the
discrete time representation is x_s[n] = x_s(nT).

I don't see this as a typo, and I don't see how this changes anything.

Tom




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


Re: [Discuss-gnuradio] Hello everyone. I am a new here. I have somequestions.

2008-03-21 Thread Jeff Brower
Alex-

 I was posting to GNURadio about an year ago but I got busy and then I 
 stopped. I
 have again started reading about GNURadio and hope to devote my free time this
 entire year on GNURadio.
 
 So I have started reading Discrete Time Signal Processing by Oppenheim / 
 Schafer /
 Buck.
 
 Chapter 4/ Page 168 says : -
 
 x_s(t)=x_c(t)s(t)
  =x_c(t) Sigma ( from n = -inf to inf ) [ delta (t-nT) ]
 
 Through the sifting property of the impulse function , x_s(t) can be 
 expressed as :
 
 x_s(t) = Sigma (from - inf to inf ) [ x_c(nT) delta ( t-nT) ]
 
 Now this version of the sifting property is for the DISCRETE impulse function 
 NOT
 the continuous Dirac delta function, but just before the discussion starts it 
 says
 that delta(t) is the unit impulse function or the Dirac delta function. Is 
 this a
 typo ? Shouled this have been the discrete delta function? If it is'nt, how 
 do the
 above steps hold?

Well, if you have the first printing, you can check here first:

 
ftp://ftp.prenhall.com/pub/esm/electrical_and_computer_engineering.s-045/oppenheim/DTSP/errata1pph.pdf

But otherwise, my comment would be... a typo in an Oppenheim  Schafer book?  9 
years
after being published and after countless peer reviews?  And you found it?  One 
thing
for sure is you're not lacking audacity and enthusiasm.  Keep going.

-Jeff


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


[Discuss-gnuradio] hello, the Dataflow library, a GUI dataflow editor, and Google Summer of Code

2008-02-25 Thread Stjepan Rajko
Hello GNU Radio community,

I've been following this list for some time now after being referred
to it by Phil Endecott on the boost list.  He had seen a talk on GNU
Radio, and suggested I look into it in regards to a dataflow library I
am developing.  Even though I don't know much about software defined
radio, the work you are doing here seems really fascinating!

I am particularly interested in your project because of the my work
with the Dataflow library:
http://dancinghacker.com/code/dataflow/

That library is evolving towards a generic dataflow library, with the
goal that any dataflow-oriented framework (like GNU Radio) should be
easy to adapt for use with the dataflow library and anything built on
top of it.  For example, I've put together a very basic GUI dataflow
editor:
http://dancinghacker.com/code/dataflow/dataflow/introduction/examples/fltk_gui.html
If I added a support layer that would integrate GNU Radio with the
Dataflow library, the GUI editor could easily work with GNU Radio
components (rather than with components based on Boost.Signals with
which it is currently using).

For a while I've been very interested in adding support for GNU Radio
in the Dataflow library, as well as implementing a serious GUI
dataflow editor that would also support running the programs and
visualizing / inputing data and control values, but currently I am
focused on finishing the Boost.Signals-related functionality so I can
submit it for review with Boost.  This summer I should have more time,
and (bonus) Google Summer of Code 2008 has just been announced:

http://code.google.com/soc/2008/

Will GNU Radio be participating in GSoC, and would there be any
interest in having the following done as a GSoC project:
a) GNU Radio support added to the Dataflow library
b) developing a good generic GUI environment for the Dataflow library
which could then be used to design and run GNU Radio apps.

Please let me know, as I'd love to get involved (especially as a part
of GSoC since then I can devote some serious time to it).

Thanks and regards,

Stjepan


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


[Discuss-gnuradio] Hello all (asking for some help)

2007-02-01 Thread eenrti
I know it will sound strange since for the last day that I have been 
subscribed to this list I can see many advanced (at least to me) topics 
but I am new to it, I have just purchased the USRP motherboard and I 
have many many questions. To start with the more simple ones, I would 
like to ask what are the steps I have to take to install the software.
I am planning to use the USRP card as a data acquisition system, 
sampling I, Q channels and passing them through the USB and record them 
on a hard disk.
What software do I need to install and where to start from? My 
understanding until now is that I better go with Linux since Windows 
platform seems to have some incomplete patches yet.
I suppose that first I have to check the dependencies of my operating 
system that are required.
Then I have to download the gnuradio folder (from the stable release) 
which includes the core programs in the folder trunk and install this 
with all of its components.


Would that be all? Do I need to download a firmware for the FPGA as well 
or does it come with preinstalled firmware?


I hope you can guide me around

thank you all

Rigas



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


Re: [Discuss-gnuradio] Hello all (asking for some help)

2007-02-01 Thread Eric Blossom
On Thu, Feb 01, 2007 at 11:54:52AM +, eenrti wrote:
 I know it will sound strange since for the last day that I have been 
 subscribed to this list I can see many advanced (at least to me) topics 
 but I am new to it, I have just purchased the USRP motherboard and I 
 have many many questions. To start with the more simple ones, I would 
 like to ask what are the steps I have to take to install the software.
 I am planning to use the USRP card as a data acquisition system, 
 sampling I, Q channels and passing them through the USB and record them 
 on a hard disk.
 What software do I need to install and where to start from? My 
 understanding until now is that I better go with Linux since Windows 
 platform seems to have some incomplete patches yet.
 I suppose that first I have to check the dependencies of my operating 
 system that are required.
 Then I have to download the gnuradio folder (from the stable release) 
 which includes the core programs in the folder trunk and install this 
 with all of its components.
 
 Would that be all? Do I need to download a firmware for the FPGA as well 
 or does it come with preinstalled firmware?
 
 I hope you can guide me around
 
 thank you all
 
 Rigas

Start here:

  http://gnuradio.utah.edu/trac/wiki
  http://gnuradio.utah.edu/trac/wiki/BuildGuide

Eric


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


[Discuss-gnuradio] Hello everyone : )

2007-02-01 Thread Alex Miua
Hello people : ) 

This is Alex once again. I read a little bit of Python and Linux fundamentals 
over the past days and now I feel I am in a better position to deal with making 
a software radio spectrum analyzer.

Could anyone tell me what all boards of the USRP will I require to build that ? 
Also can I use a cheaper subsitute for it ? 

And oh , guys, is anyone willing to sell an old one to me ? 

This IS fun. I hope it works out well.

Thank you,
Alex : ) 

 
-
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Hello!

2005-08-11 Thread Eric Blossom
On Thu, Aug 11, 2005 at 12:35:54AM -0500, Benjamin Racher wrote:
 Hi mailing list.
 
 I'm really interested in learning more about software radio. I think
 this is revolutionary technology... with the potential of changing the
 face of media and free information and general stuff that may facilitate
 democracy. Anyway... I'm signing up for classes so I can learn more
 about radio engineering and computer science. Looking forward to
 learning much.
 
 ben

Welcome!

You might want to start by taking a look at some of the Suggested
Reading.  http://comsec.com/wiki?SuggestedReading

Eric


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


[Discuss-gnuradio] Hello world Software radios

2005-03-10 Thread omar nasr




Dear all,
I am Omar Nasr, I am a TA/RA, EE department, Cairo 
university. I want to work in the developement of software radios in my PhD 
degree. I hope I have the ability to learn how to USE the gnuradio and then I 
hope to contibute in the developement process. the docmentation for the gnuradio 
are not sufficient to start, I have learned Paython and I tried to use it to run 
the gnuiradio (I am using Windows XP), but till now I got nothing. If anyone 
have better docmentation than that exists on the websire or can guide me towards 
my hello world example; this will be great.

waiting for your kind reply
Regards,Omar Ahmed 
Nasr--Teaching 
Assistant/Research AssistantElectrical Communications and Digital Signal 
ProcessingElectronics and Electrical Communications departmentCairo 
University, EgyptTel: (+20) 10 5871899

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