]> git.gag.com Git - debian/gnuradio/log
debian/gnuradio
15 years agoallow control of whether or not to honor flow control, adds some debug lines
Matt Ettus [Fri, 4 Sep 2009 23:43:11 +0000 (16:43 -0700)]
allow control of whether or not to honor flow control, adds some debug lines

15 years agodebug the rx side
Matt Ettus [Fri, 4 Sep 2009 23:37:29 +0000 (16:37 -0700)]
debug the rx side

15 years agono longer used, replaced by newfifo version
Matt Ettus [Fri, 4 Sep 2009 23:33:00 +0000 (16:33 -0700)]
no longer used, replaced by newfifo version

15 years agoMerge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
Eric Blossom [Fri, 4 Sep 2009 22:58:33 +0000 (15:58 -0700)]
Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth

* 'new_eth' of http://gnuradio.org/git/matt:

15 years agoMerge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth
Matt Ettus [Fri, 4 Sep 2009 22:53:46 +0000 (15:53 -0700)]
Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth

15 years agoMerge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
Eric Blossom [Fri, 4 Sep 2009 22:51:52 +0000 (15:51 -0700)]
Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth

* 'new_eth' of http://gnuradio.org/git/matt:
  properly set the address filter
  stop sending short ethernet command packets.
  Fix problem with commands timing out (specifically stop_rx_streaming)
  Fix race condition that caused commands such as stop_rx_streaming to fail.
  Fixing a line in the clock recovery algorithm. This works with a bit larger error than there proably should be.
  Better fix for broken AC_PROG_F77 macro
  Fix Python header check failure due to invalid cached state
  waterfall and fft use a common autoscale function
  Fix so that the waterfall texture is initialized with a buffer of the same size.
  Modifications to usrp2 source and sink so that set center freq is called afer set lo offset.
  Modifications to the usrp blocks and wrapper so that the lo offset is set with the lo frequency.
  Removed subversion related configuration info.
  Expand frequency ranges to match hardware capability.
  Modified log power fft block so ref scale is peak to peak.
  Adding clock sync algorithm using PFB. This works, but needs a bit more work.

15 years agoMerge branch 'grc' from http://gnuradio.org/git/jblum.git into master
Johnathan Corgan [Fri, 4 Sep 2009 22:47:49 +0000 (15:47 -0700)]
Merge branch 'grc' from http://gnuradio.org/git/jblum.git into master

  we dont use test() -> remove it
  Made the window for the pass band filters integers (take firdes.WIN_XXX).
  Evaluation fix in param.to_code().
  Removed the flagging api and usage from the base classes.
  added ref scale param to fft and waterfall
  Switched the python classes to inherit from the base and gui classes.
  port and param types from an overloaded method
  todo
  Replaced TYPES in Port and Param with types parameter.
  made is_virtual_xxx a block level function, used by port and param classes
  added stream id type and checking in evaluate
  avoid loops
  Recursive resolution of virtual sources.
  added virtual source and added stream ids, logic to clone in port
  added rewrite methods to element to separate from validation logic
  Added virtual sink and logic to clone port.
  removed repurposing of pads
  Work on command line options for generated code.
  renamed the colors dialog to types
  use pkgpythondir
  ...

15 years agoremove special last_line adjustment from ethernet port
Eric Blossom [Fri, 4 Sep 2009 22:47:32 +0000 (15:47 -0700)]
remove special last_line adjustment from ethernet port

15 years agoMerge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth
Matt Ettus [Fri, 4 Sep 2009 22:44:47 +0000 (15:44 -0700)]
Merge branch 'new_eth' of http://gnuradio.org/git/eb into new_eth

15 years agoFirmware now inserts mac source address value in each frame.
Eric Blossom [Fri, 4 Sep 2009 22:35:01 +0000 (15:35 -0700)]
Firmware now inserts mac source address value in each frame.

The old mac used to do this automatically.

15 years agoproperly set the address filter
Matt Ettus [Fri, 4 Sep 2009 22:31:26 +0000 (15:31 -0700)]
properly set the address filter

15 years agoMerge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth
Eric Blossom [Fri, 4 Sep 2009 22:07:06 +0000 (15:07 -0700)]
Merge branch 'new_eth' of http://gnuradio.org/git/matt into new_eth

* 'new_eth' of http://gnuradio.org/git/matt:
  seems to build a decent fpga, but still some issues with a full connection.

15 years agoiterating
Bdale Garbee [Fri, 4 Sep 2009 17:52:27 +0000 (11:52 -0600)]
iterating

15 years agoMerge branch 'master' into new_eth
Matt Ettus [Fri, 4 Sep 2009 17:29:00 +0000 (10:29 -0700)]
Merge branch 'master' into new_eth

15 years agostop sending short ethernet command packets.
Eric Blossom [Fri, 4 Sep 2009 10:48:15 +0000 (03:48 -0700)]
stop sending short ethernet command packets.

15 years agoFix problem with commands timing out (specifically stop_rx_streaming)
Eric Blossom [Fri, 4 Sep 2009 10:32:32 +0000 (03:32 -0700)]
Fix problem with commands timing out (specifically stop_rx_streaming)

After fixing the race, this change uses Tom's idea to stop enqueuing
data when trying to stop, and adds a new flush_rx_samples method
to drop any samples that may have already been accumulated.

I ran Tom's test case 500 times with 0 failures ;-)

15 years agoFix race condition that caused commands such as stop_rx_streaming to fail.
Eric Blossom [Fri, 4 Sep 2009 08:51:29 +0000 (01:51 -0700)]
Fix race condition that caused commands such as stop_rx_streaming to fail.

This fixes the bulk of the problem.  Next step is to drop data packets
while waiting for the reply.

15 years agomore package renaming to satisfy soname matching requirement
Bdale Garbee [Fri, 4 Sep 2009 16:42:17 +0000 (10:42 -0600)]
more package renaming to satisfy soname matching requirement

15 years agoanother package name reference to fix up
Bdale Garbee [Fri, 4 Sep 2009 15:54:43 +0000 (09:54 -0600)]
another package name reference to fix up

15 years agoinstall entries in rules file also need to reflect package name changes
Bdale Garbee [Fri, 4 Sep 2009 15:25:11 +0000 (09:25 -0600)]
install entries in rules file also need to reflect package name changes

15 years agorename debian/ files to match updated soname-compliant package names
Bdale Garbee [Fri, 4 Sep 2009 14:51:44 +0000 (08:51 -0600)]
rename debian/ files to match updated soname-compliant package names

15 years agostop sending short ethernet command packets.
Eric Blossom [Fri, 4 Sep 2009 10:48:15 +0000 (03:48 -0700)]
stop sending short ethernet command packets.

15 years agoFix problem with commands timing out (specifically stop_rx_streaming)
Eric Blossom [Fri, 4 Sep 2009 10:32:32 +0000 (03:32 -0700)]
Fix problem with commands timing out (specifically stop_rx_streaming)

After fixing the race, this change uses Tom's idea to stop enqueuing
data when trying to stop, and adds a new flush_rx_samples method
to drop any samples that may have already been accumulated.

I ran Tom's test case 500 times with 0 failures ;-)

15 years agoFix race condition that caused commands such as stop_rx_streaming to fail.
Eric Blossom [Fri, 4 Sep 2009 08:51:29 +0000 (01:51 -0700)]
Fix race condition that caused commands such as stop_rx_streaming to fail.

This fixes the bulk of the problem.  Next step is to drop data packets
while waiting for the reply.

15 years agoseems to build a decent fpga, but still some issues with a full connection.
Matt Ettus [Fri, 4 Sep 2009 04:39:48 +0000 (21:39 -0700)]
seems to build a decent fpga, but still some issues with a full connection.

15 years agowe need xdg-utils or the grc install fails
Bdale Garbee [Fri, 4 Sep 2009 03:29:47 +0000 (21:29 -0600)]
we need xdg-utils or the grc install fails

15 years agoMerge branch 'sync' from http://gnuradio.org/git/trondeau.git into master
Johnathan Corgan [Fri, 4 Sep 2009 03:09:06 +0000 (20:09 -0700)]
Merge branch 'sync' from http://gnuradio.org/git/trondeau.git into master

* Fixing a line in the clock recovery algorithm. This works with a bit larger error than there proably should be.
* Adding clock sync algorithm using PFB. This works, but needs a bit more work.

15 years agogen-install-files depends on extract_install_filenames, so we need that too
Bdale Garbee [Fri, 4 Sep 2009 02:54:02 +0000 (20:54 -0600)]
gen-install-files depends on extract_install_filenames, so we need that too

15 years agoFixing a line in the clock recovery algorithm. This works with a bit larger error...
Tom Rondeau [Fri, 4 Sep 2009 02:50:43 +0000 (22:50 -0400)]
Fixing a line in the clock recovery algorithm. This works with a bit larger error than there proably should be.

15 years agolose all the scripts we don't need, cope with loss of execute bit on the one
Bdale Garbee [Fri, 4 Sep 2009 02:19:08 +0000 (20:19 -0600)]
lose all the scripts we don't need, cope with loss of execute bit on the one
we do need to run to generate the .install files

15 years agorevised packaging for Debian
Bdale Garbee [Mon, 10 Aug 2009 18:48:07 +0000 (12:48 -0600)]
revised packaging for Debian

15 years agoBetter fix for broken AC_PROG_F77 macro
Johnathan Corgan [Fri, 4 Sep 2009 00:12:40 +0000 (17:12 -0700)]
Better fix for broken AC_PROG_F77 macro

* Move AC_PROG_CC into GR_FORTRAN macro definition

15 years agoremoved hard-coded link_is_up = true;
Eric Blossom [Thu, 3 Sep 2009 23:12:40 +0000 (16:12 -0700)]
removed hard-coded link_is_up = true;

15 years agowe dont use test() -> remove it
Josh Blum [Thu, 3 Sep 2009 22:46:07 +0000 (15:46 -0700)]
we dont use test() -> remove it

15 years agoMAC transmit seems to work now. The root cause of the problem was accidentally using...
Matt Ettus [Thu, 3 Sep 2009 21:13:44 +0000 (14:13 -0700)]
MAC transmit seems to work now.  The root cause of the problem was accidentally using the rx_clk in one stage of the fifos on the tx side.

15 years agoFix Python header check failure due to invalid cached state
Johnathan Corgan [Thu, 3 Sep 2009 19:53:02 +0000 (12:53 -0700)]
Fix Python header check failure due to invalid cached state

* GR_FORTRAN macro leaves $ac_ext=f on some systems
* Restore by invoking AC_PROG_CC

Reported-by: Szymon Jakubczak <szym@csail.mit.edu>
Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com>
15 years agoMade the window for the pass band filters integers (take firdes.WIN_XXX).
Josh Blum [Thu, 3 Sep 2009 18:37:27 +0000 (11:37 -0700)]
Made the window for the pass band filters integers (take firdes.WIN_XXX).
Now a window can be controlled by a variable such as a chooser.

15 years agoset device to xc3s2000. Shouldn't make any differences.
Matt Ettus [Thu, 3 Sep 2009 17:41:26 +0000 (10:41 -0700)]
set device to xc3s2000.  Shouldn't make any differences.

15 years agomisc ignores
Matt Ettus [Thu, 3 Sep 2009 17:39:37 +0000 (10:39 -0700)]
misc ignores

15 years agomade a new block ram based fifo, 64 (65) elements long, all fifos now have "enhanced...
Matt Ettus [Thu, 3 Sep 2009 17:37:35 +0000 (10:37 -0700)]
made a new block ram based fifo, 64 (65) elements long, all fifos now have "enhanced level logic" for accurate fullness.  Maybe this will help...

15 years agobring the testbench files up to date
Matt Ettus [Thu, 3 Sep 2009 04:27:18 +0000 (21:27 -0700)]
bring the testbench files up to date

15 years agomajor cleanup of 2 clock fifos
Matt Ettus [Thu, 3 Sep 2009 00:56:26 +0000 (17:56 -0700)]
major cleanup of 2 clock fifos

15 years agocleaning up the new fifos
Matt Ettus [Thu, 3 Sep 2009 00:28:57 +0000 (17:28 -0700)]
cleaning up the new fifos

15 years agocascadefifo.v wasn't used, only the double cascade version. fifo_2clock.v and fifo_2...
Matt Ettus [Thu, 3 Sep 2009 00:23:12 +0000 (17:23 -0700)]
cascadefifo.v wasn't used, only the double cascade version.  fifo_2clock.v and fifo_2clock.v are empty

15 years agonever used, not needed
Matt Ettus [Thu, 3 Sep 2009 00:09:16 +0000 (17:09 -0700)]
never used, not needed

15 years agoignore .o files
Matt Ettus [Thu, 3 Sep 2009 00:05:45 +0000 (17:05 -0700)]
ignore .o files

15 years agodebug pins, cleaned ignores
Matt Ettus [Thu, 3 Sep 2009 00:04:53 +0000 (17:04 -0700)]
debug pins, cleaned ignores

15 years agosort out active-low lines on locallink fifos, added debug pins
Matt Ettus [Thu, 3 Sep 2009 00:01:28 +0000 (17:01 -0700)]
sort out active-low lines on locallink fifos, added debug pins

15 years agoEvaluation fix in param.to_code().
Josh Blum [Wed, 2 Sep 2009 23:58:15 +0000 (16:58 -0700)]
Evaluation fix in param.to_code().

Dont force an evaluation in to code unless the type is string or list.
Not doing so forces the variables to call evaluate before the namespace was bootstrapped.

This fixes a bug that came up when the validate was replaced with rewrite in flowgraph.import_data().
By replacing the validate, evaluate was only called once, and the namespace was not bootstrapped.

15 years agoRemoved these files completely, they were for the old style of fifos
Matt Ettus [Wed, 2 Sep 2009 23:46:06 +0000 (16:46 -0700)]
Removed these files completely, they were for the old style of fifos

15 years agoMerge branch 'wxgui_fix' from http://gnuradio.org/git/jblum.git into master
Johnathan Corgan [Wed, 2 Sep 2009 21:38:37 +0000 (14:38 -0700)]
Merge branch 'wxgui_fix' from http://gnuradio.org/git/jblum.git into master

* waterfall and fft use a common autoscale function
* Fix so that the waterfall texture is initialized with a buffer of the same size.

15 years agoMerge branch 'lo_fix' from http://gnuradio.org/git/jblum.git into master
Johnathan Corgan [Wed, 2 Sep 2009 21:34:18 +0000 (14:34 -0700)]
Merge branch 'lo_fix' from http://gnuradio.org/git/jblum.git into master

* Modifications to usrp2 source and sink so that set center freq is called afer set lo offset.
* Modifications to the usrp blocks and wrapper so that the lo offset is set with the lo frequency.

15 years agowaterfall and fft use a common autoscale function
Josh Blum [Wed, 2 Sep 2009 21:18:28 +0000 (14:18 -0700)]
waterfall and fft use a common autoscale function

15 years agoFix so that the waterfall texture is initialized with a buffer of the same size.
Josh Blum [Wed, 2 Sep 2009 21:06:34 +0000 (14:06 -0700)]
Fix so that the waterfall texture is initialized with a buffer of the same size.

If the fft size was a non power of two, the buffer would be a different size.
This would cause a segfault. Particularly because fft_window was throwing out a bin.

15 years agoModifications to usrp2 source and sink so that set center freq is called afer set...
Josh Blum [Wed, 2 Sep 2009 20:41:56 +0000 (13:41 -0700)]
Modifications to usrp2 source and sink so that set center freq is called afer set lo offset.

15 years agoRemoved the flagging api and usage from the base classes.
Josh Blum [Wed, 2 Sep 2009 20:16:47 +0000 (13:16 -0700)]
Removed the flagging api and usage from the base classes.
Far better to flag the namespace for renewing once in the flowgraph.py

15 years agoadded ref scale param to fft and waterfall
Josh Blum [Wed, 2 Sep 2009 19:26:09 +0000 (12:26 -0700)]
added ref scale param to fft and waterfall

15 years agoModifications to the usrp blocks and wrapper so that the lo offset is set with the...
Josh Blum [Wed, 2 Sep 2009 19:07:14 +0000 (12:07 -0700)]
Modifications to the usrp blocks and wrapper so that the lo offset is set with the lo frequency.

15 years agoRemoved subversion related configuration info.
Johnathan Corgan [Wed, 2 Sep 2009 17:14:02 +0000 (10:14 -0700)]
Removed subversion related configuration info.

* Don't call GR_SUBVERSION in configure.ac
* Remove --svn* options from gnuradio-config-info

15 years agoMerge branch 'wxgui' from http://gnuradio.org/git/jblum.git into master
Johnathan Corgan [Wed, 2 Sep 2009 16:33:32 +0000 (09:33 -0700)]
Merge branch 'wxgui' from http://gnuradio.org/git/jblum.git into master

* Modified log power fft block so ref scale is peak to peak.
* Tweaked fft sink autoscale routine to come up with better numbers.
* Modified scope sink ac couple block to use constant tap. The previous
  tap calculation would cause failure for very small sample rates.

15 years agoExpand frequency ranges to match hardware capability.
Johnathan Corgan [Wed, 2 Sep 2009 15:05:04 +0000 (08:05 -0700)]
Expand frequency ranges to match hardware capability.

* Corresponds to SVN r11620:11622
* Fixes ticket 405

Reported-by: Dimitris Symeonidis <azimout@gmail.com>
Fixed-by: Matt Ettus <matt@ettus.com>
15 years agofixed addressing of registers, and added write enables to those that were missing...
Matt Ettus [Wed, 2 Sep 2009 06:19:15 +0000 (23:19 -0700)]
fixed addressing of registers, and added write enables to those that were missing.  MDIO seems ok.

15 years agoCan now change the size of the symbols. Also fixes some layout issues.
Tom Rondeau [Wed, 2 Sep 2009 03:02:47 +0000 (23:02 -0400)]
Can now change the size of the symbols. Also fixes some layout issues.

15 years agoAdding ability to change line width and style (only a handful of current styles enabled).
Tom Rondeau [Wed, 2 Sep 2009 02:46:16 +0000 (22:46 -0400)]
Adding ability to change line width and style (only a handful of current styles enabled).

15 years agoRemoving plot picker that addd nothing to the interface.
Tom Rondeau [Wed, 2 Sep 2009 01:59:44 +0000 (21:59 -0400)]
Removing plot picker that addd nothing to the interface.

15 years agoAdding a Reload option (Ctrl+R) option to quickly reread the file and reset the state.
Tom Rondeau [Wed, 2 Sep 2009 01:49:13 +0000 (21:49 -0400)]
Adding a Reload option (Ctrl+R) option to quickly reread the file and reset the state.

15 years agotell s/w link is up. additional debugging output
Eric Blossom [Wed, 2 Sep 2009 01:43:07 +0000 (18:43 -0700)]
tell s/w link is up.  additional debugging output

15 years agoModified log power fft block so ref scale is peak to peak.
Josh Blum [Tue, 1 Sep 2009 01:18:22 +0000 (18:18 -0700)]
Modified log power fft block so ref scale is peak to peak.
Tweaked fft sink autoscale routine to come up with better numbers.
Modified scope sink ac couple block to use constant tap.
The previous tap calculation would cause failure for very small sample rates.

15 years agoMerged SVN matt/new_eth r10782:11633 into new_eth
Johnathan Corgan [Mon, 31 Aug 2009 19:08:30 +0000 (12:08 -0700)]
Merged SVN matt/new_eth r10782:11633 into new_eth

* svn diff http://gnuradio.org/svn/branches/developers/matt/new_eth
  -r10782:11633

* Patch applied with no conflicts or fuzz.

15 years agoAdding clock sync algorithm using PFB. This works, but needs a bit more work.
Tom [Mon, 31 Aug 2009 00:32:23 +0000 (20:32 -0400)]
Adding clock sync algorithm using PFB. This works, but needs a bit more work.

15 years agoSwitched the python classes to inherit from the base and gui classes.
Josh Blum [Sun, 30 Aug 2009 17:34:10 +0000 (10:34 -0700)]
Switched the python classes to inherit from the base and gui classes.
Use only **kwargs so all contructor parameters must be passed with keys.
Moved gui input forms classes from base to gui param module.

15 years agoport and param types from an overloaded method
Josh Blum [Sun, 30 Aug 2009 16:35:55 +0000 (09:35 -0700)]
port and param types from an overloaded method

15 years agotodo
Josh Blum [Sat, 29 Aug 2009 08:44:17 +0000 (01:44 -0700)]
todo

15 years agoReplaced TYPES in Port and Param with types parameter.
Josh Blum [Sat, 29 Aug 2009 08:04:58 +0000 (01:04 -0700)]
Replaced TYPES in Port and Param with types parameter.
Replaced odict in options for storing options with a list.
Fix virtual port check in flow graph template.

15 years agomade is_virtual_xxx a block level function, used by port and param classes
Josh Blum [Sat, 29 Aug 2009 04:06:19 +0000 (21:06 -0700)]
made is_virtual_xxx a block level function, used by port and param classes

15 years agoadded stream id type and checking in evaluate
Josh Blum [Sat, 29 Aug 2009 03:57:40 +0000 (20:57 -0700)]
added stream id type and checking in evaluate

15 years agoavoid loops
Josh Blum [Sat, 29 Aug 2009 03:39:35 +0000 (20:39 -0700)]
avoid loops

15 years agoRecursive resolution of virtual sources.
Josh Blum [Sat, 29 Aug 2009 01:15:49 +0000 (18:15 -0700)]
Recursive resolution of virtual sources.
Flow graph generation code working.

Also, mod to fft window to use clean/nice Db/div.

15 years agoadded virtual source and added stream ids, logic to clone in port
Josh Blum [Fri, 28 Aug 2009 08:09:08 +0000 (01:09 -0700)]
added virtual source and added stream ids, logic to clone in port

15 years agoMerge vrt of http://gnuradio.org/git/jblum.git into master
Johnathan Corgan [Wed, 26 Aug 2009 23:52:40 +0000 (16:52 -0700)]
Merge vrt of http://gnuradio.org/git/jblum.git into master

* automatic store for empty traces on enable
* added traces to fft window
* added quadradio method to enable/disable cal
* use enum for band select
* added get band select

15 years agoMerge msg-passing from http://gnuradio.org/git/eb.git
Johnathan Corgan [Wed, 26 Aug 2009 23:48:36 +0000 (16:48 -0700)]
Merge msg-passing from http://gnuradio.org/git/eb.git

* Add shorthand for making tuples.
* Add blobs and shorthand pmt pseudo-constructors.
* gruel::send can now send to a pmt.
* Add top-level msg_passing.h include file.
* QA code now works.
* Add pmt type that wraps a gruel::msg_accepter.

15 years agoadded rewrite methods to element to separate from validation logic
Josh Blum [Wed, 26 Aug 2009 20:29:28 +0000 (13:29 -0700)]
added rewrite methods to element to separate from validation logic

15 years agoAdded virtual sink and logic to clone port.
Josh Blum [Wed, 26 Aug 2009 18:23:23 +0000 (11:23 -0700)]
Added virtual sink and logic to clone port.
Tweaks to the base validation routines.
Validate twice in the update until rewrite functions are implemented.

15 years agoremoved repurposing of pads
Josh Blum [Wed, 26 Aug 2009 06:42:18 +0000 (23:42 -0700)]
removed repurposing of pads

15 years agoMerge branch 'master' of http://gnuradio.org/git/gnuradio into grc
Josh Blum [Tue, 25 Aug 2009 23:51:45 +0000 (16:51 -0700)]
Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc

15 years agoMerge utils from http://gnuradio.org/git/trondeau.git
Johnathan Corgan [Tue, 25 Aug 2009 23:02:33 +0000 (16:02 -0700)]
Merge utils from http://gnuradio.org/git/trondeau.git

  Added files to Makefile.am for distribution.
  Added colorbar to spectrogram for magnitude measurement.
  Fixed spectrogram plotting axis.
  Adding a spectrogram plot. The axis need work.
  GR plotter tool handles end of file and files shorter than the block length.
  Manages window/filter types better. Disables filter types if the designing algorithm doesn't support it (no RRC or Gaussian for equiripple filters).
  User messages if PyQt and PyQwt are not installed (or found).
  Setting validators for all edit boxes.
  Fixing tab order.
  Adding display for the number of taps in the filter.
  Adding equiripple band reject filter to filter design app.
  Adding P-M version of band reject filter.
  Fixed documentation for optfir band pass filters.
  Added routine for optfir equiripple filter design code to create complex bandpass filters. Also adds this ability to the filter designer.
  Added design for Guassian filters.
  Added design for RRC filters.
  Added Band Notch filter
  Adding complex bandpass filter design (for windowed filters only).
  Adding plotting of group delay.
  Adding labels to the plots.
  ...

15 years agoAdded files to Makefile.am for distribution.
Tom Rondeau [Tue, 25 Aug 2009 22:43:52 +0000 (18:43 -0400)]
Added files to Makefile.am for distribution.

15 years agoAdded colorbar to spectrogram for magnitude measurement.
Tom Rondeau [Tue, 25 Aug 2009 22:22:06 +0000 (18:22 -0400)]
Added colorbar to spectrogram for magnitude measurement.

15 years agoWork on command line options for generated code.
Josh Blum [Tue, 25 Aug 2009 21:56:47 +0000 (14:56 -0700)]
Work on command line options for generated code.
Simplified eng_option eng_float to reuse str_to_num code.

15 years agoFixed spectrogram plotting axis.
Tom Rondeau [Tue, 25 Aug 2009 21:54:36 +0000 (17:54 -0400)]
Fixed spectrogram plotting axis.

15 years agoAdding a spectrogram plot. The axis need work.
Tom Rondeau [Tue, 25 Aug 2009 21:35:56 +0000 (17:35 -0400)]
Adding a spectrogram plot. The axis need work.

15 years agoGR plotter tool handles end of file and files shorter than the block length.
Tom Rondeau [Tue, 25 Aug 2009 16:12:17 +0000 (12:12 -0400)]
GR plotter tool handles end of file and files shorter than the block length.

15 years agoManages window/filter types better. Disables filter types if the designing algorithm...
Tom Rondeau [Tue, 25 Aug 2009 15:15:25 +0000 (11:15 -0400)]
Manages window/filter types better. Disables filter types if the designing algorithm doesn't support it (no RRC or Gaussian for equiripple filters).

15 years agoUser messages if PyQt and PyQwt are not installed (or found).
Tom Rondeau [Tue, 25 Aug 2009 14:01:00 +0000 (10:01 -0400)]
User messages if PyQt and PyQwt are not installed (or found).

15 years agoMerge branch 'wxgui' of git@gnuradio.org:jblum into grc
Josh Blum [Tue, 25 Aug 2009 04:35:46 +0000 (21:35 -0700)]
Merge branch 'wxgui' of git@gnuradio.org:jblum into grc

15 years agoMerge branch 'master' of http://gnuradio.org/git/gnuradio into grc
Josh Blum [Tue, 25 Aug 2009 04:34:25 +0000 (21:34 -0700)]
Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc

15 years agorenamed the colors dialog to types
Josh Blum [Tue, 25 Aug 2009 03:40:36 +0000 (20:40 -0700)]
renamed the colors dialog to types

15 years agoSetting validators for all edit boxes.
Tom [Tue, 25 Aug 2009 03:26:59 +0000 (23:26 -0400)]
Setting validators for all edit boxes.

15 years agoFixing tab order.
Tom [Tue, 25 Aug 2009 03:08:31 +0000 (23:08 -0400)]
Fixing tab order.

15 years agoAdding display for the number of taps in the filter.
Tom [Tue, 25 Aug 2009 03:02:52 +0000 (23:02 -0400)]
Adding display for the number of taps in the filter.