Philip Balister wrote:
> On 04/01/2015 04:53 PM, Alireza Khodamoradi wrote:
> > Thank you Philip!
> >
> > I also don't have the audio jack working. Should I ask it on the
> > meta-xilinx list?
>
> Bug them. It is also likely a driver issue. My understanding is there are a
> bunch of
> analog devi
If the packets have a preamble, there's a block called correlate_and_sync
which should do what you want, although it has some issues. See a thread I
started a few days ago about that...
On Thu, Apr 2, 2015 at 3:36 PM, Mike Willis wrote:
> I have an application that needs to decode short bursts o
Mike,
Let's call short bursts of data packets (because that’s really what they
are). In packet transmissions, there are a few ways of ensuring that the
synchronizers have enough time to lock up. The easiest way for you to go
about this, is adding a packet header that carries no information, such a
I have an application that needs to decode short bursts of DBPSK data
(which I am not generating myself). The problem I am having is that
the standard PSK Demod blocks don't lock up in time to correctly
decode the first few flags in the packetised data, which means I
generally lose the first packet
After way to much searching ... under Anisochronous modulation, there is
something called Digital Pulse Interval Width Modulation (DPIWM).
http://paradise.caltech.edu/papers/thesis010.pdf
Seems like as good a name as any.
- Jeff
On 04/02/2015 03:28 PM, Michael Ossmann wrote:
I though NRZI ha
I though NRZI had a constant symbol rate. I would expect 011101001 in
NRZI to look like:
_-_--___-
Mike
On Thu, Apr 02, 2015 at 03:23:57PM -0400, Jeff Long wrote:
>
> Hey Mike,
>
> I think that NRZI.
>
> - Jeff
>
> On 04/02/2015 02:36 PM, John Ackermann N8UR wrote:
> > Why not make the rati
Hey Mike,
I think that NRZI.
- Jeff
On 04/02/2015 02:36 PM, John Ackermann N8UR wrote:
Why not make the ratio 1:3 and then you could call it Morse PWM. :-)
On 4/2/2015 2:16 PM, Michael Ossmann wrote:
A friend recently showed me an OOK modulation that I had never seen
before, and I'm wonderin
Why not make the ratio 1:3 and then you could call it Morse PWM. :-)
On 4/2/2015 2:16 PM, Michael Ossmann wrote:
A friend recently showed me an OOK modulation that I had never seen
before, and I'm wondering if anyone knows a name for this scheme.
It is PWM where both the on periods and off peri
A friend recently showed me an OOK modulation that I had never seen
before, and I'm wondering if anyone knows a name for this scheme.
It is PWM where both the on periods and off periods carry data in their
durations.
In the example we observed, an on or off period with a duration of two
units rep
W dniu 01.04.2015 o 12:10, Marcus Müller pisze:
> Hi Piotr,
>
> nice to hear you got a step ahead!
> so,
>> I did that and what I obtained was:
>> ---
>> 16 Thread 0x7fffbdffb700 (LWP 13462) "python"
>> pthread
Dear Sir,
Thanks, this solve the problems.
The GNU Radio has been installed successfully using PyBOMBS.
Thank you very much.
On Thu, Apr 2, 2015 at 10:30 AM, Ron Economos wrote:
> The actual fix is a little more complicated. You can download a patched
> file from here:
>
> http://www.w6rz.ne
Hi Vishwanatha,
the generated python is bogus; the "-->line31...<--" should not
be there. This indicates that there is something wrong with your GRC XML
file, most probably the python command in the tag is
failing. Reading the line "cannot find 'loop_bw':
digital.costas_loop_cc($loop_bw,
Hi..
I crated a block named 'costas_loop_cc'. but when I connect to test this
block with NULL sink and NULL Source, shows the error like this:
Error 1:
Generating: "/home/lekha/top_block.py"
Executing: "/home/lekha/top_block.py"
File "/home/lekha/top_block.py", line 31
self.costas_loop_cc_0
13 matches
Mail list logo