代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/371709/9540845
m segymatversion.m
% SegymatVersion - Returns the version and release date
%
% [ver,d]=SegymatVersion;
%
%
% (C) 2001-2004, Thomas Mejer Hansen, tmh@gfy.ku.dk/thomas@cultpenguin.com
%
% This program is free softwar
www.eeworm.com/read/371636/9544036
m izak.m
function sig=izak(dzt)
%IZAK Inverse Zak transform.
% SIG=IZAK(DZT) computes the inverse Zak transform of matrix DZT.
%
% DZT : (N,M) matrix of Zak samples.
% SIG : Output signal (M*N,1) containing t
www.eeworm.com/read/371636/9544042
m umaxbert.m
function y=umaxbert(u);
%UMAXBERT Determination of the maximum value of u for Bertrand distribution.
% Y=UMAXBERT(u) is the function Y(u)=(H(u)+u/2)/(H(u)-u/2)-fmax/fmin.
% Doing UMAX = fzero('umaxbe
www.eeworm.com/read/371636/9544053
m anapulse.m
function y=anapulse(N,ti);
%ANAPULSE Analytic projection of unit amplitude impulse signal.
% y=ANAPULSE(N,TI) returns an analytic N-dimensional signal
% whose real part is a Dirac impulse at t=TI.
%
www.eeworm.com/read/371636/9544055
m anastep.m
function y=anastep(N,ti);
%ANASTEP Analytic projection of unit step signal.
% Y=ANASTEP(N,TI) generates the analytic projection of a
% unit step signal.
%
% N : number of points.
% TI : starting pos
www.eeworm.com/read/371636/9544077
m divider.m
function [N,M]=divider(N1);
%DIVIDER Find dividers of an integer.
% [N,M]=DIVIDER(N1) find two integers N and M such that M*N=N1 and
% M and N as close as possible from sqrt(N1).
%
% Example :
% N1
www.eeworm.com/read/371636/9544747
licence
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as published by
% the Free Software Foundation; either version 2 of the
www.eeworm.com/read/175201/9555666
m4 aclocal.m4
# generated automatically by aclocal 1.7.6 -*- Autoconf -*-
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This file is free software; the Free Software F
www.eeworm.com/read/371305/9556765
m4 aclocal.m4
# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*-
# Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This file is free software; the Free Sof
www.eeworm.com/read/366412/9816391
c bitclear.c
/* Copyright (C) 1994 Free Software Foundation
This file is part of the GNU BitString Library. This library is free
software; you can redistribute it and/or modify it under the
terms of the GNU Gene