|
|
| File Information |
| Description |
Takes two signal vectors as inputs and produces a mixture signal at a desired SNR level (dB). Includes various examples. |
| MATLAB release |
MATLAB 7.10 (2010a)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (1) |
| 14 Aug 2011 |
Neo
|
|
|
| Updates |
| 08 Jul 2011 |
Updated icon transparency on package description. |
| 14 Jul 2011 |
Added:
randi = @(n)( round(1+(n-1)*rand) );
to support older MATLAB releases.
Relaxed sanity check to:
assert( abs(SNR(signal,noisy)-snr) < 1E10*eps(snr) );
|
|
Contact us at files@mathworks.com