代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/492937/6414548
m maximal_lyap_exp.m
function maximal_lyap_exp(x);
% Usage: maximal_lyap_exp(x);
% x - data structure with required fields:
% .data - time series array (attractor). columns - observables, rows -
% observations
www.eeworm.com/read/491236/6437806
m spherercs.m
% calculate and plot RCS of a perfectly conducting sphere using
% Eq.(2.XXXXX) and produce plots similar to Figures (2.XXXX) and (2.XXXXX)
% Spherical Bessel functions are computed using series ap
www.eeworm.com/read/489524/6472589
m spherercs.m
% calculate and plot RCS of a perfectly conducting sphere using
% Eq.(2.XXXXX) and produce plots similar to Figures (2.XXXX) and (2.XXXXX)
% Spherical Bessel functions are computed using series ap
www.eeworm.com/read/480814/6661983
m mmpx2n.m
function y=mmpx2n(x,Hf)
%MMPX2N Pixel to Normalized Coordinate Transformation.
% MMPX2N(X) converts the position vector X from
% pixel coordinates to normalized coordinates w.r.t.
% the computer scree
www.eeworm.com/read/478348/6715188
m mmpx2n.m
function y=mmpx2n(x,Hf)
%MMPX2N Pixel to Normalized Coordinate Transformation.
% MMPX2N(X) converts the position vector X from
% pixel coordinates to normalized coordinates w.r.t.
% the computer scree
www.eeworm.com/read/476907/6754417
m ip_06_03.m
% MATLAB script for Illustrative Problem 6.3.
clear
echo on
f_cutoff=2000; % the desired cutoff frequency
f_stopband=2500; % the actual stopband frequency
fs=10000; % the sampling frequen
www.eeworm.com/read/410737/11270586
c img_enhance1.c
/*########################################################################
The contents of this file are subject to the Mozilla Public License
Version 1.0(the "License"); You may NOT use thi
www.eeworm.com/read/263516/11359699
m sizefig.m
function pos = sizefig(dx,dy)
% FIGSIZE determine the figure size for the current screen resolution
%
% SIZES = SIZEFIG(DX,DY)
% DX = normalized width for a 1024x768 screen
% DY = n
www.eeworm.com/read/408902/11365546
py types.py
#Licensed to the Apache Software Foundation (ASF) under one
#or more contributor license agreements. See the NOTICE file
#distributed with this work for additional information
#regarding copyright ow
www.eeworm.com/read/405213/11469131
m gd_spectralclustering.m
function [clustering,centers,eigvecs,eigvals] = GD_SpectralClustering(K,k, normalized)
% Usage: [clustering,centers,eigvecs,eigvals] = GD_SpectralClustering(K,k, normalized)
%
% Input:
% K =