Extrapolation to reach certain value
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
I have a set of points, 4 values as follows.
matrix_snr = [2.29e5 1.46e5 1.68e4 2.51e5];
avg_snr = mean(matrix_snr);
Now, this comes to 1.61e5
This is the value from 4 transistors. So how do I extrapolate to find out the number of transistors required to reach an avg_snr value of ~0.5? What mathematical and (MATLAB) approach should I use for this?
Thanks! Please assist.
Please read the below comment for further clarification of this question. Thanks!
3 commentaires
Adam
le 7 Juil 2017
You want to extrapolate 4 numbers of the order of 1e5 such that the average of these newly extrapolated numbers will be 0.5?!
Kash022
le 12 Juil 2017
The question is not clear. If you create the mean over 4 values, there is no way to "extrapolate" the number of elements to get a wanted different mean value. Even reading the question and comment carefully does not make it mathematically meaningful.
This is not twitter, such that there are no # before the tags.
Réponses (0)
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!