代码搜索:SNR
找到约 6,353 项符合「SNR」的源代码
代码结果 6,353
www.eeworm.com/read/391685/8391238
m snr.m
function r = SNR(in, est)
% To find SNR between input (in) and estimate (est) in decibels (dB).
%
% Reference: Vetterli & Kovacevic, "Wavelets and Subband Coding", p. 372
error = in - est;
r
www.eeworm.com/read/389321/8533479
m snr.m
function r = SNR(in, est)
% To find SNR between input (in) and estimate (est) in decibels (dB).
%
% Reference: Vetterli & Kovacevic, "Wavelets and Subband Coding", p. 372
error = in - est;
r
www.eeworm.com/read/187250/8838499
xls snr.xls
www.eeworm.com/read/184175/9118854
m snr.m
%
% [g,gp] = snr(p,H);
%
% calculates snr and grad of snr (if asked), in g and gp
%
% H(i,j) - fading between source of link and dst of link
% p(i) - power allocated to link
%
% g(i)
www.eeworm.com/read/182786/9191303
xls snr.xls
www.eeworm.com/read/182760/9192400
m snr.m
%SNR.m
function S=SNR(I,J)
% SNR(I,J) returns the signal to noise ratio between I and J (dB).
% I is the original image and J is a modified version of I.
% The SNR value is useful to calculate th
www.eeworm.com/read/181293/9260467
m snr.m
%
% [g,gp] = snr(p,H);
%
% calculates snr and grad of snr (if asked), in g and gp
%
% H(i,j) - fading between source of link and dst of link
% p(i) - power allocated to link
%
% g(i)
www.eeworm.com/read/176864/9480859
c snr.c
#include"sim.h"
#include
void ComputeSNR(PictImage *im1, PictImage *im2, Results *res, int write)
{
FILE *out = NULL;
int n;
register int m;
long quad, quad_Cr, quad_Cb;
www.eeworm.com/read/363367/9957450
m snr.m
function r = SNR(in, est)
% To find SNR between input (in) and estimate (est) in decibels (dB).
%
% Reference: Vetterli & Kovacevic, "Wavelets and Subband Coding", p. 372
error = in - est;
r
www.eeworm.com/read/163194/10171603
m snr.m
%SNR.m
function S=SNR(I,J)
% SNR(I,J) returns the signal to noise ratio between I and J (dB).
% I is the original image and J is a modified version of I.
% The SNR value is useful to calculate th