Loading [MathJax]/jax/output/HTML-CSS/jax.js

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How derive minimization frequencies formula ?

Fourier DFT transformation of sawtooth wave (0, a, 2 a, 3a..a*(N-1).) has coefficients

aN(N+1)2,k=0

aN1ej2πk/N, k[1,N1]

I want remove it from samples, but I must compute optimal slope a.

X means Fourier transformation of samples, S - Fourier transformation of sawtooth wave

Slope is optimal when difference (X-S) has minimum high frequencies <=>

frequencies(frequencyamplitude2) is minimal.

Maybe better frequencies(frequency2amplitude2) is minimal.

I must equate to zero the derivative of this sum and compute slope a. How do it with SageMath?

How derive minimization frequencies formula ?

Fourier DFT transformation of sawtooth wave (0, a, 2 a, 3a..a*(N-1).) has coefficients

aN(N+1)2,k=0

aN1ej2πk/N, k[1,N1]

https://dsp.stackexchange.com/questions/34309/expression-for-discrete-fourier-transform-of-linear-ramp

I want remove it from samples, but I must compute optimal slope a.

X means Fourier transformation of samples, S - Fourier transformation of sawtooth wave

Slope is optimal when difference (X-S) has minimum high frequencies <=>

frequencies(frequencyamplitude2) is minimal.

Maybe better frequencies(frequency2amplitude2) is minimal.

I must equate to zero the derivative of this sum and compute slope a. How do it with SageMath?