代码搜索:linear

找到约 10,000 项符合「linear」的源代码

代码结果 10,000
www.eeworm.com/read/435785/7784740

h icc_linear.h

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *
www.eeworm.com/read/250888/7806383

m linear_dyn.m

% linear_dyn.m % returns an offset that can be added to data that increases linearly with % time, based on cputime, first time it is called is start time % % equation is: offset = (cputime - tnot)
www.eeworm.com/read/198844/7907744

m linear_fft.m

% File: linear_fft.m % Software given here is to accompany the textbook: W.H. Tranter, % K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of % Communication Systems Simulation with Wir
www.eeworm.com/read/197980/7959144

wav x_linear.wav

www.eeworm.com/read/297942/7984881

m linear_array.m

function [emod] = linear_array (ne, d, beta0) eps = 0.0000001; beta = 0 : pi / 10791 : 2.*pi; beta0 = beta0 * pi /180.; var = sin(beta) - sin(beta0); num = sin((0.5 * ne * 2. * pi * d) .* var);
www.eeworm.com/read/297846/7992718

m linear_array.m

function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits); % function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits); % This function computes and r
www.eeworm.com/read/197234/8010369

m linear_eq.m

%This function simulates a DFE with fftap_num of feed foward taps and fbtap_num of feedback taps %inputs: rn - received bit sequence % Pi - input power % tap_num - number of tap
www.eeworm.com/read/246805/12703859

m linear_array.m

function [emod] = linear_array (ne, d, beta0) eps = 0.0000001; beta = 0 : pi / 10791 : 2.*pi; beta0 = beta0 * pi /180.; var = sin(beta) - sin(beta0); num = sin((0.5 * ne * 2. * pi * d) .* var);
www.eeworm.com/read/145070/12754344

c src_linear.c

/* ** Copyright (C) 2002-2004 Erik de Castro Lopo ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public Licen
www.eeworm.com/read/329152/12974209

h icc_linear.h

/* * Copyright 2003 by Texas Instruments Incorporated. * All rights reserved. Property of Texas Instruments Incorporated. * Restricted rights to use, duplicate or disclose this code are *