代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/143498/12870313
m loadmpg.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i
www.eeworm.com/read/143498/12870745
m getauto.m
% ====== Get data from original data file
data_file = 'auto-mpg.dat';
fprintf('Getting data from file ''%s''...\n', data_file);
pause(0.1);
fid = fopen(data_file);
raw_data = zeros(500, 8);
i = 1;
wh
www.eeworm.com/read/147422/5730031
m exe2.m
% Script: exe2.m is used to calculate the GCIS by c_pb_close in c_win_f.
%
% ==> find the formants, encode the source characteristics using exe3.m
%
% for details, see exe0.m exe1.m
%%%%%%
www.eeworm.com/read/492937/6414540
m ssa_view_singular_spectrum.m
function ssa_view_singular_spectrum(SSA);
% SSA_VIEW_SINGULAR_SPECTRUM draw singular spectrum of SSA
%
% last modified 10.02.05
figure('numbertitle','off','color',[1 1 1],'name','Singular spectr
www.eeworm.com/read/226667/14455815
m hadxcorr.m
%-------------------------------------------------------------
% Compute cross-correlation of two oversampled Walsh-Hadamard
% functions.
%--------------------------------------------------------
www.eeworm.com/read/171791/9737357
m zf_mimo.m
% simulate the BER of a QPSK signal using Rayleigh fading channel
% with sigma = fading_sigma
% pxq MIMO
clear;
N_loop = 10^4;
N_sym = 64;
N_bit = 2*N_sym;
noise_sigma = sqrt(0.5);
Eb_dB = 4:
www.eeworm.com/read/455967/7360623
txt readme_ncutclustering.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Normalized Cut Clustering Code %
% %
% Timothee Cour (UPENN), Stella Yu
www.eeworm.com/read/399803/7835366
txt readme_ncutclustering.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Normalized Cut Clustering Code %
% %
% Timothee Cour (UPENN), Stella Yu
www.eeworm.com/read/307390/13723457
txt readme_ncutclustering.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Normalized Cut Clustering Code %
% %
% Timothee Cour (UPENN), Stella Yu
www.eeworm.com/read/146520/12641012
txt readme_ncutclustering.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Normalized Cut Clustering Code %
% %
% Timothee Cour (UPENN), Stella Yu