Re: getting freqz from fft (complex numbers)



Rune Allnor wrote:
> * This is the L0 or L1 norm of the spectrum, I never remember the
> correct term.

It should be easy to remember the correct term because an L0 norm
doesn't exist.

> The nice thing about norms is that if
> ||x|+|y||>||x|+|z||
> in one norm, it is also true in all other norms. So the
> computationally
> cheap norms can be used to find the extrema, and the usual
> L2 norm can be used only where one wants to know the details.

That won't work, Rune. Consider the two numbers z1=1.0, z2=.9 exp(i
pi/4). Then

||z1||_L2 > ||z2||_L2

but

||z1||_L1 < ||z2||_L1

Regards,
Andor

.



Relevant Pages

  • Re: euclidean algorithm over Q[i]
    ... Edgar wrote: ... correct term. ... possessed of a norm. ... written a pretty simplistic algorithm in java that carries out polynomial ...
    (sci.math.symbolic)
  • Re: euclidean algorithm over Q[i]
    ... correct term. ... Z, the Gaussian integers, may be what you remember seeing. ... possessed of a norm. ... The "remainder" term is to have ...
    (sci.math.symbolic)
  • Re: getting freqz from fft (complex numbers)
    ... > It should be easy to remember the correct term because an L0 norm ... The L2 norm was the intersting one, ... > That won't work, Rune. ... Thanks, Andor, for the correction. ...
    (comp.dsp)
  • Re: getting freqz from fft (complex numbers)
    ... If you are searcing for a small number of peaks in the spectrum X, ... and then maybe use the usual magnitude formula ... to compute the actual magnitude for that peak. ... in one norm, it is also true in all other norms. ...
    (comp.dsp)

Loading