代码搜索结果

找到约 10,000 项符合 L 的代码

l64781.c

/* driver for LSI L64781 COFDM demodulator Copyright (C) 2001 Holger Waechtler for Convergence Integrated Media GmbH Marko Kohtala This program is fre

l64781.h

/* driver for LSI L64781 COFDM demodulator Copyright (C) 2001 Holger Waechtler for Convergence Integrated Media GmbH Marko Kohtala This program is fre

l_api.h

#ifndef L_API_H #define L_API_H /****************************************************************************** * * Copyright (C) 2005

l_gen.h

#if !defined (L_GEN_H) #define L_GEN_H /****************************************************************************** * * Copyright (

l_crossplot.m

function l_crossplot(wlog,mnem1,mnem2,varargin) % Function makes crossplot of curve with mnemonic "mnem1" (x-axis) vs curve with % mnemonic "mnem2" (y-axis) % Written by; E. R., March 19, 2001. %

l_check.m

function ier=l_check(wlog) % Function checks if log structure set is consistent and complies with % specifications % Written by: E. R., August 26, 2001 % Last updated: March 12, 2004: More lenient

l_convert.m

function wlog=l_convert(curves,info,aux_wlog) % Function converts a matrix of curve values, curve names, curve units of measurement, % curve description, etc. into a well log structure. % Written

l_resample.m

function logout=l_resample(wlog,step,varargin) % Function resamples all curves of a log. Gaps in log curves (NaNs) are % interpolated prior to resampling (l_interpolate). Gaps are filled even % i

l_gu.m

function units=l_gu(wlog,mnem) % Function extracts units of curve with mnmeonic "mnem" from log data set "wlog" % If global variable CASE_SENSITIVE is set to false, the case of the curve % mnemonic

l_data.m

function wlog=l_data % Create a synthetic well log for test and demo purposes; the log curves are not % based on any rock physics; % Written by: E. R.: October 1, 2005; % Last updated: October 30