Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src @ 08c3b8fe

Name Size
  gen_interpolator_taps
  lib
  python
  tests
  utils
.gitignore 59 Bytes
Makefile.am 974 Bytes

Latest revisions

# Date Author Comment
08c3b8fe 04/09/2010 04:40 am Tom Rondeau

Every other time through the channelizer, the FFT input buffer must be flipped. The commented code removed in this checkin does that through a calculation in the loops, but the way the filter assignment works with this code, the flip is done by keeping the indexing static, so a look up table works and is slightly faster.

520e64c2 04/09/2010 04:39 am Tom Rondeau

Removing other version of code for different sample rates.

a88f6c0a 04/09/2010 04:37 am Tom Rondeau

Working version of channelizer allowing an integer multiple of the sampling rate out.
There are two versions of the code in here with the second way being more general and efficient. This one should be more extendable to allowing rational ratio output sampling rates.

e06d2902 04/07/2010 10:25 pm Tom Rondeau

Opening up channelizer to have different sampling rates out. This first pass produces the correct output for oversampling_rate = 1.

1ae689ff 03/21/2010 11:17 pm Johnathan Corgan

Add new block gr.additive_scrambler_bb()

This block performs scrambling by XORing the input sequence with
the output of an LFSR. Repeating this operation restores the original
sequence.

(This differs from gr.scrambler_bb(), which convolves the input sequence...

dc56ffae 03/21/2010 03:40 pm Johnathan Corgan

Added missing header includes for memcpy

ac422b70 03/15/2010 02:55 am Tom Rondeau

Merge branch 'fftfilt'

a34f397a 03/15/2010 02:53 am Tom Rondeau

Removing SSE version of FFT filter until we work out how we want to handle the SSE the use of intrinics. Code for the SSE versions is still there just disabled.

1bec5c5e 03/14/2010 10:39 pm Tom Rondeau

Merge branch 'digital'

c11ce18d 03/14/2010 09:36 pm Tom Rondeau

Fixing copyright dates.

View revisions

Also available in: Atom