[Discuss-gnuradio] Simple question

2019-04-25 Thread Gary.Simpkins
Hi All I have completed a few online examples and my own simple projects with GNURadio3.7.13.4 and have started on the main project. However I seem to have fallen at the first fence. The project is to connect the two virtual soundcard outputs from my RSP SDRDuo, running SDRUno software which

Re: [Discuss-gnuradio] simple question

2007-09-14 Thread Caleb Phillips
What's the difference between a access point and a wireless network card in a pc/laptop? For what it's worth, I think this is the most correct one: Or is there only a difference in what the drivers provided by the makers allow you to do? But, as Brian pointed out, this is a bit off-topic as it

Re: [Discuss-gnuradio] simple question

2007-09-13 Thread Luca Dionisi
On 9/13/07, Caleb Phillips <[EMAIL PROTECTED]> wrote: > >> What's the difference between a access point and a > >> wireless network card in a pc/laptop? > > For what it's worth, I think this is the most correct one: > > >> Or is there only a difference in what the drivers provided > >> by the maker

Re: [Discuss-gnuradio] simple question

2007-09-13 Thread Caleb Phillips
What's the difference between a access point and a wireless network card in a pc/laptop? For what it's worth, I think this is the most correct one: Or is there only a difference in what the drivers provided by the makers allow you to do? But, as Brian pointed out, this is a bit off-topic as

Re: [Discuss-gnuradio] simple question

2007-09-13 Thread Brian Padalino
On 9/13/07, Luca Dionisi <[EMAIL PROTECTED]> wrote: > Hi all > > I'm completely new in this list and in this project. > Perhaps someone in this list knows and is willing to > explain me... > What's the difference between a access point and a > wireless network card in a pc/laptop? > I mean, is ther

[Discuss-gnuradio] simple question

2007-09-13 Thread Luca Dionisi
Hi all I'm completely new in this list and in this project. Perhaps someone in this list knows and is willing to explain me... What's the difference between a access point and a wireless network card in a pc/laptop? I mean, is there a difference in the waveform or somewhere in the signal they are

Re: [Discuss-gnuradio] simple question

2006-09-25 Thread Josh Jennings
The audio problem could be that some other program has the audio device open exclusively. This could be a "sound daemon" for your desktop (e.g., esound or arts). If you've got those enabled or running, try killing them. I know that on my Ubuntu, I had to disable "Enable software sound mixing"

Re: [Discuss-gnuradio] simple question

2006-09-25 Thread Eric Blossom
On Mon, Sep 25, 2006 at 10:48:50AM -0400, Lee Patton wrote: > On Mon, 2006-09-25 at 05:19 +, Newell Jensen wrote: > > I have been having problems getting the audio examples to work from the > > command line. I can get the examples to execute by clicking on their > > respective GUI icons but

Re: [Discuss-gnuradio] simple question

2006-09-25 Thread Lee Patton
On Mon, 2006-09-25 at 05:19 +, Newell Jensen wrote: > I have been having problems getting the audio examples to work from the > command line. I can get the examples to execute by clicking on their > respective GUI icons but when I go to do it from the command line I do not > hear anything c

[Discuss-gnuradio] simple question

2006-09-24 Thread Newell Jensen
I have been having problems getting the audio examples to work from the command line. I can get the examples to execute by clicking on their respective GUI icons but when I go to do it from the command line I do not hear anything coming out of my speakers. [EMAIL PROTECTED]:~/gr-build/gnuradi

[Discuss-gnuradio] Simple question about AM Transmission with GNUradio/USRP

2006-09-17 Thread Alex Gross
Suppose I have a dial tone (350, 440 Hz) and I want to broadcast it on an AM radio station whose center frequency is X using the USRP basic TX daughter card. Is there a code snippet I can look at which would describe this? How do I select the appropriate sampling rate, if_decim, if_rate, etc.?