Open endolith opened 9 years ago
The function does takes a timed-domain waveform, does FFT, sums up the contributions and adds noise floor to the calculations.
To access the receiver() function you need to use an Equation block. Indeed the function is not documented.
The function signature in a equation should be something like
emi = receiver(data, duration, [FFT length])
.
If you figure it out please let us know so we can document it...
Is thermal noise simulated during a time-domain simulation? I thought it was only simulated during AC sweeps with noise enabled. I just want to calculate total noise (not spectral density) from AC sweeps.
Trying to calculate total noise over a given bandwidth, I found this post "noise root mean square with logarithmic AC-analysis?":
but I don't see this function anywhere in the documentation.
By searching through the source code, I've found that there is a
receiver()
function, but it doesn't seem to have anything to do with integrating noise spectra: