I have a wave that I've never seeen like below:
I should find its formula to calculate something. I'd like to ask whether this wave has a formula or I should find it. I researchet it by chopped triangular waves keyword and another but there was no excatly same graphs. Just there was a chopped sinus graph.
I tried to find it and it is like below:
When I draw this formula by matlab, unfortunately I don't get the right wave shape. Could you mark where is wrong ?
Your problem is with expression
$$A(1-\tfrac{u}{2t})$$
Indeed, placing $t$ in the denominator gives you a piece of hyperbola instead of a straight line...
Edit 1: Here is a Matlab program based on a completely different point of view, with convolution:
Edit 2: A very astute compact way to obtain a periodic trapezoidal wave on this site:
Edit 3:
The Fourier series of this odd function has only $b_n$ coefficients:
$$f(t)=\frac{8A}{\pi u}\sum_{n=1}^{\infty}{\sin ( { (2n-1) u/2 }) \over (2n-1)^2} \cdot \sin((2n-1) t)$$
A reference for this