CALCULATE SPECTRAL BAND ADJUSTMENT FACTORS (SBAF)
6 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
i am supposed to calculate SPECTRAL BAND ADJUSTMENT FACTORS (SBAF)
the formula is
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/660900/image.png)
how to do these equation i have three images one of them EO-1 hyperion image
2 commentaires
John D'Errico
le 22 Juin 2021
You will start by learning MATLAB. Sorry, but it seems you have made no effort at all, so it seems clear you have been told to do this, and you just gave up.
So spend a couple of hours and do some reading. The MATLAB Onramp tutorials are fine for that. But you can just as easily find youtube videos that teach you to write MATLAB code.
The integrals are almost certainly doable using simple sums, thus effectively rectangle rule. At most, you would use trapezoidal rule. For that you would call trapz. But typically these computations are just done using a sum.
Réponses (0)
Voir également
Catégories
En savoir plus sur Numerical Integration and Differentiation dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!