代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/451823/7455307
m get_julian_day.m
function [jd] = get_julian_day(y, m, d, h)
% GET_JULIAN_DAY Converts calendar dates to corresponding Julian day numbers.
%
% Usage: [jd] = get_julian_day(y, m, d, h)
% or
% [jd
www.eeworm.com/read/448350/7534493
m frq2mel.m
function mel = frq2mel(frq)
%FRQ2ERB Convert Hertz to Mel frequency scale MEL=(FRQ)
% mel = frq2mel(frq) converts a vector of frequencies (in Hz)
% to the corresponding values on the Mel scale whi
www.eeworm.com/read/440750/7682251
m frq2mel.m
function mel = frq2mel(frq)
%FRQ2ERB Convert Hertz to Mel frequency scale MEL=(FRQ)
% mel = frq2mel(frq) converts a vector of frequencies (in Hz)
% to the corresponding values on the Mel scale whi
www.eeworm.com/read/433764/7910804
m geterror.m
function out=geterror(PB)
%out=geterror(PB)
%This function takes in the channel bit error probability and returns the
%corresponding error bit probablity in the decoded signal.
G=[[0,1,1;1,0,1;1,1
www.eeworm.com/read/397142/8064952
m gmmplot.m
function gmmplot(M,V,W,D,S,C,Z)
% gmmplot(m,v,w,d,s,c,z) Plot ellipse defining 2D gaussian
% Plot an ellipse on the current figure corresponding to the
% first two dimensions of the multi
www.eeworm.com/read/333524/12677269
m bplogsmooth.m
function [f,p] = bplogsmooth(X,tbin,f0)
% Smooth the fft, X, and convert it to dB.
% Use 8 bins from the bin corresponding to f0 to tbin and again as far.
% Thereafter increase bin sizes by a factor
www.eeworm.com/read/332007/12786355
h usart.h
#ifndef __USART_H
#define __USART_H
/* PIC18 USART peripheral libraries. */
/* There are three library modules, corresponding to register names:
* USART1 (TXSTA1, RCSTA1, etc.)
* USA
www.eeworm.com/read/143479/12872662
c main.c
#include
#include
#include
#include
#define BUFFER_SIZE 40
#define MAX_NAME_LEN 24
/*
* This structure corresponding to a item to be coded.
* fr
www.eeworm.com/read/136697/13365349
m tp_dem_c.m
function do = tp_dem_c(e,x,Ts)
% do = tp_dem_c(e,x,Ts)
%
% Temperature control demo with the fuzzy toolbox.
%
% This controller relates to the fuzdemo3 of the fuzzy-toolbox.
% The corresponding Simul
www.eeworm.com/read/304082/13801577
m frq2mel.m
function mel = frq2mel(frq)
%FRQ2ERB Convert Hertz to Mel frequency scale MEL=(FRQ)
% mel = frq2mel(frq) converts a vector of frequencies (in Hz)
% to the corresponding values on the Mel scale whi