代码搜索:ESTIMATION
找到约 3,786 项符合「ESTIMATION」的源代码
代码结果 3,786
www.eeworm.com/read/430235/8760741
m bivashrink23.m
function y = BivaShrink23(x)
% Local Adaptive Image Denoising Algorithm
%---这里用父层系数y2和邻域系数y3---
% Usage :
% y = BivaShrink23(x)
% INPUT :
% x - a noisy image
% OUTPUT :
%
www.eeworm.com/read/162596/10292535
asv trans_equation.asv
function output=trans_equation(data_in,data_train,C,K1,K2)%转入训练模式
%取出数据
len=length(data_train);
N=K1+K2+1;
data(:,1)=[data_in(K1+1:-1:1);data_train(len-K2+1:-1:len)];
data_estimation(1)= data(:,t
www.eeworm.com/read/459913/7262785
sql update_from_1.0_to_1.1.sql
ALTER TABLE `tpm_wiki_pages` ADD COLUMN `projectId` INTEGER AFTER `lastModifiedBy`;
ALTER TABLE `tpm_wiki_pages`
ADD CONSTRAINT `FK5D89720374EB8C8D` FOREIGN KEY `FK5D89720374EB8C8D` (`projectId`)
www.eeworm.com/read/454377/7392842
m gskcostastar.m
function [intv0h1,intv0h2] = gskcostastar(pzstat,pzrstat)
% % % % Cost estimation....
% % h1
intv0h1=sum(sum(~(pzstat ==pzrstat)));
% % h2
intv0h2 = 0;
for intv000 = 1 : 3
for intv001 = 1
www.eeworm.com/read/451448/7463638
m plot_week1.m
clear all;
close all;
clc;
% plot LS channel estimation
figure;
BER_AWGN0 = [0.183034179687500,0.0907099609375000,0.0264218750000000,0.00273144531250000,4.39453125000000e-05];
semilogy(0:3:1
www.eeworm.com/read/451448/7463645
asv plot_week1.asv
clear all;
close all;
clc;
% plot LS channel estimation
figure;
BER_AWGN0 = [0.183034179687500,0.0907099609375000,0.0264218750000000,0.00273144531250000,4.39453125000000e-05];
semilogy(0:3:1