Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / lib @ 3ff43f74

Name Size
  filter
  g72x
  general
  gengen
  hier
  io
  missing
  reed-solomon
  runtime
  swig
  viterbi
.gitignore 81 Bytes
Makefile.am 2.2 kB
bug_work_around_6.cc 119 Bytes
gnuradio-config-info.cc 2 kB

Latest revisions

# Date Author Comment
3ff43f74 04/30/2010 06:48 pm Don Ward

Updates to udp source/sink (select(), wait, cleanup)

Use select() to avoid blocking on recv() in gr_udp_source (only known
way to avoid blocking on Cygwin).

Add wait argument to gr_udp_source to allow waiting for connection
or accepting lack of connection as EOF; add --no-wait option to...

3b8fcaa6 04/20/2010 02:37 pm Don Ward

Discard data in gr_udp_sink until receiver is started.

Also fixes warnings from gcc 4.3 and adds <boost/bind.hpp> for usrp2.

d1ae6560 04/18/2010 11:01 pm Don Ward

Use getaddrinfo in gr_udp_{source,sink}

Using getaddrinfo allows more common code between posix and winsock
systems. Remove unused variables and #include files. Close sockets
when done.

545901e3 04/18/2010 02:19 pm U-DON-WORKBENCH\Don

Changes to gr_udp_{source,sink} for MinGW

Initialize and cleanup after winsock DLL. Interpret winsock error
codes. Use DWORD instead of timeval for setting timeout.

b0d32c6c 04/15/2010 06:37 pm Don Ward

Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)

SO_LINGER is not valid for SOCK_DGRAM sockets on Windows, so we
expect setsockopt to return ENOPROTOOPT (invalid option for
protocol) on Cygwin and MinGW. If it happens on any other system
it should probably be ignored there, too.

2a2e808f 04/15/2010 04:32 am Tom Rondeau

Nevermind that last checkin. THIS is the right answer that doesn't have us possibly looking back at input item -1.

7f217fbf 04/15/2010 02:20 am Tom Rondeau

Fixes small bug by handling boundaries properly.

9600dff8 04/13/2010 01:22 am Tom Rondeau

The oversampling rate can be only a few values as defined by the number of channels and input sample rate.
This now checks to make sure the user-specified rate is valid.
Also added some documentation to describe the oversample rate parameter.

1e5d21b4 04/13/2010 12:50 am Tom Rondeau

Reworking variables to avoid recalculations/assignments.

f1cda009 04/13/2010 12:45 am Tom Rondeau

Channelizer can now produce any rational ratio of the sample rate in [fs/N, fs] where fs is the input sample rate and N is the number of channels. The ratios work out to be N/i for i in [1, N].

View revisions

Also available in: Atom