@zion-6KgmEO
•
Oct 26, 2024
Oct 26, 2024
1.9K
PSNR code in java not working plzz help
It is psnr code that is not working ..can someone help plz
*********************************************************************
*/
import java.io.*;
public class Psnr {
public static double log10(double x) {
return Math.log(x)/Math.log(10);
}
public...