Tagged Questions
0
votes
0answers
25 views
Signal approximation using linear combination of functions
How I can approximate the signal $x(t)=0.001\,t^3 \exp(-0.1t)$ in the interval $[0,100]$ using a linear combination of the following functions:
$f_1(t)=A_1$
$f_2(t)=A_2\cos(0.05t)$
...
0
votes
0answers
53 views
Two variable PCA using gradients
Let $x$ and $y$ be two random variables. Using principal component analysis (PCA), I can find a linear projection making the two variables uncorrelated. PCA solves this problem through an eigenvalue ...
0
votes
0answers
68 views
How to remove the boundary effects arising due to zero padding in discrete fft?
I have made a python code to smoothen a given signal using the Weierstrass transform, which is basically the convolution of a normalised gaussian with a signal.
The code is as follows:
...
14
votes
7answers
752 views
Rapid approximation of $\tanh(x)$
This is kind of a signal processing/programming/mathematics crossover question. At the moment it seems more math-related to me, but if the moderators feel it belongs elsewhere please feel free to ...
1
vote
1answer
609 views
Combining Sine Waves on Chart
I would like to combine multiple sine waves with differing amplitudes, frequencies and phases into a single curve that I can display as a graph. What formula will I need to create the points for the ...