How do I produce code for a soft limiter to be applied to a simple sinusoid signal?
Show older comments
Assume w = my sinusoid signal
Say A=10^(-3/10).*var(w); % A = 3dB x Power in , My clipping parameter
X(X>A)=A % how do I continue from here?
Accepted Answer
More Answers (0)
Categories
Find more on MATLAB in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!