代码搜索:SNR
找到约 6,353 项符合「SNR」的源代码
代码结果 6,353
www.eeworm.com/read/474583/6812921
m snr.m
function v = snr(x,y)
% snr - signal to noise ratio
%
% v = snr(x,y);
%
% v = 20*log10( norm(x(:)) / norm(x(:)-y(:)) )
%
% x is the original clean signal (reference).
% y is the denoised signal
www.eeworm.com/read/474583/6813039
sci snr.sci
function v = snr(x,y)
// snr - signal to noise ratio
//
// v = snr(x,y);
//
// v = 20*log10( norm(x(:)) / norm(x(:)-y(:)) )
//
// x is the original clean signal (reference).
// y is the denoise
www.eeworm.com/read/193279/8241526
m snr.m
clear all;%清除屏幕
%k=0.5;% d/Y,Y设为波长
N=10;%考虑10个阵元
%BWnn=4/N;
%迭代次数--波数,横轴坐标
%K=[10 100 200 300 400 500 600 700 800 900 1000];
kn=100
m_carlo=100;%Monte-Carlo数
dir_signal=0;
dir_gan=0.15;%干扰信号的
www.eeworm.com/read/411970/11218798
xls snr.xls
www.eeworm.com/read/237172/13972646
c snr.c
/************************************************************************
*计算信噪比
************************************************************************/
#include"sim.h"
#include
/****
www.eeworm.com/read/134348/13994990
txt snr.txt
9.030900,8.987686,8.944898,8.902528,8.860566,8.819007,8.777841,8.737062,8.696662,8.656635,8.616973,8.577670,8.538720,8.500115,8.461851,8.423921,8.386320,8.349041,8.312080,8.275430,8.239087,8.203046,8.
www.eeworm.com/read/101027/15856226
c snr.c
/************************************************************************
*
* snr.c, part of tmn (TMN encoder)
* *********************************************************************/
#inclu
www.eeworm.com/read/389458/8518293
bmp snr-ber.bmp
www.eeworm.com/read/431770/8655327
m capacity_snr.m
function output=capacity_snr(SNR,M,corr,value,XPD,alpha,output)
%*********************************************************************
%This program works with "capacity_plot_main.m" file.Figs
%2
www.eeworm.com/read/429877/8784538
m snr_sp.m
% Use this program to calculate the single pulse SNR for each target type.
close all
clear all
pt = 874.32e3; % peak power in Watts
pt1 = pt /5;
freq = 3e+9; % radar operating frequency in Hz
g