Asymmetric Clipped Waveform - find RMS

  • Context: Graduate 
  • Thread starter Thread starter pdelaney
  • Start date Start date
  • Tags Tags
    Rms Waveform
Click For Summary
SUMMARY

The discussion focuses on calculating the root mean square (RMS) of an asymmetrical clipped repeating waveform defined by the function y(t) = ((exp(sin(t)*b)-exp(-sin(t)*b*r))/(exp(sin(t)*b)+exp(-sin(t)*b)))*(1/b). It highlights the computational intensity of this calculation and suggests using a Fourier transform for simplification. The waveform simplifies to y=1/b * tanh(bsin(t)), with the approximation of tanh being linear when b is small. For convergence, it is essential that |b|<1.

PREREQUISITES
  • Understanding of root mean square (RMS) calculations
  • Familiarity with Fourier transforms
  • Knowledge of hyperbolic functions, specifically tanh
  • Basic concepts of numerical methods for function evaluation
NEXT STEPS
  • Research numerical methods for approximating RMS values
  • Learn about the application of Fourier transforms in signal processing
  • Study the properties and approximations of hyperbolic functions
  • Explore convergence criteria in mathematical functions
USEFUL FOR

Electrical engineers, signal processing specialists, and mathematicians involved in waveform analysis and RMS calculations will benefit from this discussion.

pdelaney
Messages
1
Reaction score
0
I have an asymmetrical clipped repeating waveform and I want to be able to find the root mean square.

The function is as follows, with r and b constants:

y(t) = ((exp(sin(t)*b)-exp(-sin(t)*b*r))/(exp(sin(t)*b)+exp(-sin(t)*b)))*(1/b)

This is pretty computationally heavy. What are some approaches to use to get to a simpler root mean square? Should I use a Fourier transform?
 
Physics news on Phys.org
This simplifies to y=1/b * tanh(bsin(t)). If b is small, tanh is approximately linear and you can expand the function to calculate the rms. Alternately, you can calculate the result numerically for various values of b. Note that you must have |b|<1 for convergence.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 18 ·
Replies
18
Views
5K
  • · Replies 8 ·
Replies
8
Views
8K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 32 ·
2
Replies
32
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K