Wiki

This version is outdated by a newer approved version.DiffThis version (21 Jun 2012 19:56) was approved by William Jahn.The Previously approved version (21 Jun 2012 19:55) is available.Diff

This is an old revision of the document!


Division

Click here to return to the basic DSP page


The Division block allows you to divide two incoming signals. The division is performed using the Newton-Raphson iteration.

For a sample design using this block, see the Basic DSP example.

To use this block:

  1. Drag and drop it into the workspace.
  2. Right-click it and select Add Algorithm > IC N >
    • Newton Raphson 3 Iterations
    • Newton Raphson 4 Iterations
  3. Connect your signals to the pins of the block so that you are performing the division
  4. pin1 / pin2

The Newton-Raphson iteration is performed according to the equation:



This block lets you select the precision of the algorithm, whether to compute 3 or 4 iterations. There's a tradeoff between number of instructions and accuracy of computation for divisors (values of pin 2) less than 0.1. This means simply that fewer iterations are not as precise as more, but the more iterations the more instructions are entailed, with less room for programming the current DSP.

Below are error graphs for the 3- (below top) and 4-iteration (below bottom) algorithms, showing a difference of approximately two orders of magnitude:

resources/tools-software/sigmastudio/toolbox/basicdsp/division.1340301369.txt.gz · Last modified: 21 Jun 2012 19:56 by William Jahn