qn_to_wv | R Documentation |
This function compute the Haar WV of a Quantisation Noise (QN) process
qn_to_wv(q2, tau)
q2 |
A |
tau |
A |
A vec
containing the wavelet variance of the QN.
The Quantization Noise (QN) process has a Haar Wavelet Variance given by:
nu[j]^2 = (6*Q2)/(tau[j]^2)
For more information, please see: Supported Haar Wavelet Formulae (Internet Connection Required).
ntau = 8 tau = 2^(1:ntau) wv.theo = qn_to_wv(.42, tau)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.