代码搜索:FOUNDATION
找到约 10,000 项符合「FOUNDATION」的源代码
代码结果 10,000
www.eeworm.com/read/282846/9056105
m vec2mitheta.m
function mtheta = vec2mitheta(v,m)
% convert a vector representation of hyperparameters
% to an matrix of hyperparameters, with each row
% containing the hyperparmeters for that class
% M
www.eeworm.com/read/181687/9241460
make adns.make
# src/adns.make - library definitions, including list of object files
#
# This file is part of adns, which is
# Copyright (C) 1997-2000,2003,2006 Ian Jackson
# Copyright (C) 1999-2000,2003,20
www.eeworm.com/read/180461/9305971
license
/* ====================================================================
* The Apache Software License, Version 1.1
*
* Copyright (c) 2001 The Apache Software Foundation. All rights
* reserved.
*
www.eeworm.com/read/180432/9308269
h opc_pack.h
// OPCTHRD.h
//
// (c) Copyright 1998 The OPC Foundation
// ALL RIGHTS RESERVED.
//
// DISCLAIMER:
// This sample code is provided by the OPC Foundation solely to assist
// in understanding
www.eeworm.com/read/375719/9351828
m sdmvec.m
function x = sdmvec(X)
% SDMVEC - same as VEC but produces a sparse vector.
%
% y = sdmvec(X)
%
% Given an m x n matrix X, this produces the sparse vector y of length
% m*n that contains the
www.eeworm.com/read/372550/9503855
m permutes.m
function [p,s]=permutes(n)
%PERMUTES All N! permutations of 1:N + signatures [P,S]=(N)
% The output P is a matrix of size (N!,N) where each row
% contains a permutation of the numbers 1:N. The rows
www.eeworm.com/read/372550/9503870
m irdct.m
function x=irdct(y,n)
%IRDCT Inverse discrete cosine transform of real data X=(Y,N)
% Data is truncated/padded to length N.
%
% This routine is equivalent to multiplying by the matrix
%
%
www.eeworm.com/read/372550/9503880
m lpcbwexp.m
function arx=lpcbwexp(ar,bw)
%LPCBWEXP expand formant bandwidths of LPC filter ARX=(AR,BW)
%minimum bandwidth will be BW*fs where fs is the sampling frequency
%the radius of each pole will be multi
www.eeworm.com/read/372550/9503899
m erb2frq.m
function frq = erb2frq(erb)
%ERB2FRQ Convert ERB frequency scale to Hertz FRQ=(ERB)
% frq = erb2frq(erb) converts a vector of ERB-rate values
% to the corresponding frequencies in Hz.
%
%
www.eeworm.com/read/372550/9503905
m frq2midi.m
function [n,t]=frq2midi(f)
%FRQ2MIDI Convert frequencies to musical note numbers [N,T]=(F)
% notes are numbered in semitones with middle C being 60
% Note 69 (the A above middle C) has a frequency