代码搜索:linear

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

代码结果 10,000
www.eeworm.com/read/300737/13895444

m onedimzui_linear.m

% 一维particle滤波 % Process function: % x(k) = x(k-1)/2 + 25*x(k-1)/(1 + x(k-1)^2) + 8*cos(1.2*(k-1)) + w(k); % % Measurement function: % y(k) = (x(k)^2)/20 + v(k) % % Date: 3/
www.eeworm.com/read/300737/13895447

asv onedimzui_linear.asv

% 一维particle滤波 % Process function: % x(k) = x(k-1)/2 + 25*x(k-1)/(1 + x(k-1)^2) + 8*cos(1.2*(k-1)) + w(k); % % Measurement function: % y(k) = (x(k)^2)/20 + v(k) % % Date: 3/
www.eeworm.com/read/237896/13921153

m linear_array.m

function [theta,patternr,patterng] = linear_array(Nr,dolr,theta0,winid,win,nbits); % This function computes and returns the gain radiation pattern for a linear array % It uses the FFT to computes th
www.eeworm.com/read/300261/13923399

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/200130/15440692

m exp_linear.m

%指数函数与线性函数的交点 function y=exp_linear(x,a,b) y=exp(x)+a*x-b;
www.eeworm.com/read/109477/15556466

h evms_linear.h

#ifndef __EVMS_LINEAR_H #define __EVMS_LINEAR_H #include struct dev_info { evms_logical_node_t *node; kdev_t dev; unsigned long size; unsigned long offset; }; typedef st
www.eeworm.com/read/291752/8398248

cpp linear_pll_sim.cpp

// // File = sqr_loop_sim_bp.cpp // #define SIM_NAME "LinearPLL\0" #define SIM_TITLE "Simulation of Linear PLL\0" #include "global_stuff.h" #include "qpsk_theory.h" #include "bitgen.h"
www.eeworm.com/read/432937/8561503

m linear2_script.m

% 通过工作空间来查看仿真程序的输出结果 t=simout(:,2); x=simout(:,1); % 通过内置函数查找最大数据点坐标 [xm,km]=max(x); plot(t,x),hold on; plot(t(km),xm,'r.','markersize',30),hold off; grid on;title('results of simulink simulati
www.eeworm.com/read/289178/8570268

h linear_model_matlab.h

const char *model_to_matlab_structure(mxArray *plhs[], int num_of_feature, struct model *model_); const char *matlab_matrix_to_model(struct model *model_, const mxArray *matlab_struct);
www.eeworm.com/read/289178/8570292

c linear_model_matlab.c

#include #include #include "linear.h" #include "mex.h" #if MX_API_VER < 0x07030000 typedef int mwIndex; #endif #define Malloc(type,n) (type *)malloc((n)*sizeof(type)) #define