Questions tagged [math]

138 questions
12
votes
6 answers

What is the first derivative of Dirac delta function?

Could you please help me in a simple way, what is the first derivative of a Dirac delta function? I found this answer: The informal answer is a positive Delta function immediately followed by a negative-going Delta function. Could you please…
Amro Goneim
  • 349
  • 1
  • 2
  • 10
11
votes
5 answers

Mathematical question that comes out of using bilinear transform

So this is related to the Cookbook and I tried solving it maybe two decades ago, gave up, and was reminded of the unsolved problem. But it's pretty damn straight forward, but I still got slogged down in the muck. This is a simple Bandpass filter…
robert bristow-johnson
  • 16,504
  • 3
  • 29
  • 68
10
votes
4 answers

Looking for an arcsin algorithm

Does anyone have a simple algorithm for computing a reasonably accurate arcsine? By "simple" I mean some sort of polynomial that requires <= 5 multiplies per output sample. And by "reasonably accurate" I mean an algo whose error is no more than 10%…
Richard Lyons
  • 4,305
  • 11
  • 24
9
votes
3 answers

Functional analysis for signal processing engineers

It seems that the most advanced pure mathematics course most EE engineers take is Fourier analysis, and after that it's basically 'applied' courses. There's probably a good reason for this, but I'm not sure what it is. Functional analysis seems like…
8
votes
3 answers

Replacing "e" in Euler's formula with another number

Does Euler's formula remain valid if we use any real number other than the constant $e$? For example replacing $e$ with 5 would make the formula look like this: $5^{it}$. I tried this idea in Matlab and replaced $e$ with few other real numbers…
curious
  • 81
  • 2
8
votes
1 answer

Phase correlation vs. normalized cross-correlation

I asked this over at Mathematics Stack Exchange, but since this sort of lies on the border of the questions normally asked over there and the questions you see over here I'll ask it here as well. (As of now, there's been no activity on my question…
8
votes
4 answers

Books/resources for implementing various mathematical functions in fixed point arithmetic for DSP purposes

I'm looking for books or resources that cover the following in detail: implementing mathematical functions (e.g., logarithm, exponential, sine, cosine, inverse) in fixed point arithmetic for DSP purposes. techniques like using lookup tables, Taylor…
RuD
  • 83
  • 4
8
votes
2 answers

What is the math behind median filter's noise reduction property?

I am interested in understanding the mathematical reason for why does applying a median filter on an image (or signal) result in reduction of noise.
zr.
  • 183
  • 1
  • 4
6
votes
1 answer

Why Does the Median Filter Minimize the Absolute Value Error $L_1$ Cost Function?

I can easily prove that the mean filter minimizes the square error $L_2$ cost function using simple calculus. However, how do you prove that the median filter is optimal with respect the absolute error $L_1$ norm?
Izzo
  • 697
  • 4
  • 19
6
votes
3 answers

Upper Bound for the DFT (FFT) Coefficients of a Bounded Signal

I have a discrete signal $x[n]$ of length say $1024$, such that : $$-1 \leq x[n] \leq 1, \qquad \forall n$$ and let $y[k]$ be its DFT. Is there an upper bound for $|y[k]|$ ? (i.e. for the DFT of a bounded signal)
Basj
  • 1,167
  • 5
  • 20
  • 53
6
votes
2 answers

Minimum Mean Square Estimator - Equivalent Expressions to Minimize

Given $ M \in \mathbb{R}^{N \times N} $ which is a Positive Definite Matrix. Let $ \hat{x} $ the MMSE of $ x $ given $ z $, namely $ \hat{x} = \mathbb{E} \left[ x \mid z \right] $. Prove the equivenalce of the following expressions: $ \arg…
Royi
  • 33,983
  • 4
  • 72
  • 179
5
votes
1 answer

Derivation of fixed-point $\tt atan2$ with self-normalization

I'm trying to understand the maths behind this Fast fixed-point $\tt atan2$ calculation with self-normalization. In particular, equation $(2)$ for theta1 appears to provide a first-degree expansion of some series. Similarly, equation $(2a)$ under…
bcs
  • 51
  • 1
5
votes
1 answer

Why Cramér spectral representation and not DTFT for stochastic process

In a lot of time-series analysis references I find (written by mathematicians or statisticians rather than engineers), I find the following signal decomposition for a stochastic process, termed the "Cramér representation" (e.g. eqn 8.11 of this…
Robert L.
  • 2,034
  • 9
  • 20
5
votes
1 answer

Laplacian of Gaussian Approximation and Gaussian Blur as the Solution of Heat Equation

While I was reading SIFT paper(Lowe, 2004), I came across the method that he apply "heat diffusion equation" to Gaussian function to derive that $$ \frac{∂G}{∂σ} = σ∇^2G $$ I searched Wikipedia and found that original heat equation is $$…
5
votes
3 answers

Weighted Sum of Auto Correlation - Lower Bound

Given a vector $ v $ with elements $ {\left\{ {v}_{n} \right\}}_{n = - \infty}^{\infty} $ and denoting $ {v}_{n}^{\left( k \right)} = {v}_{n - k} $, namely, a shifted vector by $ k $ elements (Mind the vector is infinitely long). How could one prove…
1
2 3
9 10