代码搜索:Resolution

找到约 5,618 项符合「Resolution」的源代码

代码结果 5,618
www.eeworm.com/read/147096/12584189

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5
www.eeworm.com/read/334325/12611396

h af_format.h

/* The sample format system used lin libaf is based on bitmasks. The format definition only refers to the storage format not the resolution. */ #ifndef __af_format_h__ #define __af_format_h__ #
www.eeworm.com/read/300562/13905616

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5];
www.eeworm.com/read/300086/13936717

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5
www.eeworm.com/read/132953/14065247

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5];
www.eeworm.com/read/101557/15826597

m ip_01_07.m

% MATLAB script for Illustrative Problem 7, Chapter 1. echo on df=0.01; % Freq. resolution fs=5; % Sampling frequency ts=1/fs; % Sampling interval t=[-5:ts:5
www.eeworm.com/read/380862/9125298

m sui-3.m

close all; clear all; N=10000; %number of independent realization OR=4; %observation rate in Hz M=256; %number of taps of the Doppler filter Dop_res=0.1; %Doppler resolution of SUI parameter in H
www.eeworm.com/read/177261/9462684

c if_ether.c

/* if_ether.c - network Ethernet address resolution protocol */ /* Copyright 1984 - 2000 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1982, 1986, 1988, 1993 * The Rege
www.eeworm.com/read/168934/9887612

c if_ether.c

/* if_ether.c - network Ethernet address resolution protocol */ /* Copyright 1984 - 2000 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1982, 1986, 1988, 1993 * The Rege
www.eeworm.com/read/469124/6977974

m facescan.m

% Author: Scott Sanner % Email: ssanner@cs.stanford.edu % Course: CS223B, Winter % Desc: Build an image resolution pyramid and scan the pyramid for % faces given the neural net, image, mask