代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/203782/15351522

c img_enhance.c

/*############################################################################# * 文件名:imageenhance.c * 功能: 实现了图像增强算法 * modified by PRTsinghua@hotmail.com #########################################
www.eeworm.com/read/461264/7230739

pro cosmo_param.pro

pro cosmo_param,Omega_m, Omega_Lambda, Omega_k, q0 ;+ ; NAME: ; COSMO_PARAM ; PURPOSE: ; Derive full set of cosmological density parameters from a partial set ; EXPLANATION: ; This procedu
www.eeworm.com/read/459528/7274342

m normvect.m

function [x_norm,x_mag] = normvect(x) % [x_norm, x_mag] = normvect(x); % % Function to normalize n-dimensional vectors to have length of 1. % % Input: % x - vector to be normalized (n
www.eeworm.com/read/147422/5729416

m main_speech_display.m

%This is a special data display program to facilitate the comparison %of 1 to 4 speech signals % close all; clear; clc; global BACK_COLOR TEXT_COLOR LINE_COLOR; BACK_COLOR=[1 1 1]; %w
www.eeworm.com/read/147422/5729417

m speech_display.m

%This is a special data display program to facilitate the comparison %of 1 to 4 speech signals % close all; clear; clc; global BACK_COLOR TEXT_COLOR LINE_COLOR; BACK_COLOR=[1 1 1]; %w
www.eeworm.com/read/147422/5729421

m main.m

%This is a special data display program to facilitate the comparison %of 1 to 4 speech signals % close all; clear; clc; global BACK_COLOR TEXT_COLOR LINE_COLOR; BACK_COLOR=[1 1 1]; %white
www.eeworm.com/read/150481/12290817

txt 文件夹说明.txt

基于Volterra滤波器混沌时间序列多步预测 ---------------------------------------------- 参考文献: 1、张家树.混沌时间序列的Volterra自适应预测.物理学报.2000.03 2、Scott C.Douglas, Teresa H.-Y. Meng, Normalized Data Nonlinearities for LM
www.eeworm.com/read/171789/9737363

m vblast.m

clear all close all %simulation parameters N_loop = 100; N_sym = 63; N_bit = 2*N_sym; noise_sigma = sqrt(0.5); Eb_db = 4:4:28; Eb = 10.^(Eb_db/10); sqrt_Es = sqrt(2*Eb); BER = zeros(1,length
www.eeworm.com/read/312185/3675435

java normalizedprediction.java

package jboost.booster; /** * A normalized predictor. When a prediction is added, we * ensure that the margin is normalized. This normalization is done * by "mixing" in the new prediction. *
www.eeworm.com/read/274320/10876357

m mseqxcorr.m

%------------------------------------------------------------- % Compute autocorrelation of an m-sequence %------------------------------------------------------------- %--- compute maximal leng