搜索结果

找到约 183 项符合 initial 的查询结果

技术资料 基于51单片机的电压表程序原理图PCB——数码管显示

一种基于单片机的数字电压表的设计,用于解决以往的测量技术只能将被测量通过指针式仪表显示、测量值读数不方便且测量精度不够高的问题,本设计设计的电压表量程可调,精度较高。可以测量直流电压。资料包括如下:1、原理图源文件2、PCB3、源程序源文件 ...
https://www.eeworm.com/dl/835253.html
下载: 7
查看: 2228

技术资料 基于STM32设计的示波器资料

主控: STM32F103ZET6液晶屏: 4.3寸TFT480×272 65K彩色LCD显示屏 FSMCAD: 12位1MHz采样速率最高实时取样率:1Msps 8Bits取样缓冲器深度:5K
https://www.eeworm.com/dl/835406.html
下载: 5
查看: 6952

技术资料 基于51单片机的智能窗帘设计

1) 可实时显示年月日、时分秒、光照强度和控制模式;(2) 可通过手动控制窗帘的开启和关闭;(3) 可通过设置开启和关闭时间来控制窗帘;(4) 可通过检测光照强度的亮暗来控制窗帘;(5) 使用步进电机的正传和反转来模拟窗帘的开启和关闭; ...
https://www.eeworm.com/dl/835869.html
下载: 5
查看: 1306

教程 飞行器编队算法MATLAB

MATLAB仿真飞行器编队算法
https://www.eeworm.com/dl/519942.html
下载: 2
查看: 54

matlab例程 This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In par

This model simulates a CDMA2000 1xRTT Forward link (between Base Station and Mobile Station). In particular, it simulates the Radio Configuration 3 of a Forward Fundamental channel. The block CDMA2k: Initial settings allows you to set different parameters such as data rate, Power Control SubChannel ...
https://www.eeworm.com/dl/665/134169.html
下载: 162
查看: 1076

技术资料 声音传感器模块原理图程序资料

一模块描述1 可以检测周围环境的声音强度 ,使用注意:此传感器只能识别声音的有无(根据震动原理)不能识别声音的大小或者特定频率的声音2 灵敏度可调(图中蓝色数字电位器调节)3 工作电压 3.3V-5V5 输出形式 数字开关量输出(0 和 1 高低电平)6 设有固定螺栓孔,方便安装7 小板 PCB 尺寸:3.4cm * 1.6cm ...
https://www.eeworm.com/dl/835404.html
下载: 5
查看: 5349

技术资料 精美心形LED灯DIY制作(原理图、PCB源文件、程序源码等)

1.精美设计2.完整测试代码3.集成TTL下载电路4.可以作为最小系统板使用,对于单片机入门、手工PCB入门有训练作用
https://www.eeworm.com/dl/835143.html
下载: 3
查看: 5627

其他 有限差分法

function [alpha,N,U]=youxianchafen2(r1,r2,up,under,num,deta)      %[alpha,N,U]=youxianchafen2(a,r1,r2,up,under,num,deta)   %该函数用有限差分法求解有两种介质的正方形区域的二维拉普拉斯方程的数值解   %函数返回迭代因子、迭代次数 ...
https://www.eeworm.com/dl/517754.html
下载: 3
查看: 324

DSP编程 卡尔曼滤波器matlab程序

load initial_track  s; % y:initial data,s:data with noiseT=0.1; % yp denotes the sample value of position% yv denotes the sample value of velocity% Y=[yp(n);yv(n)];% error deviation caused by the random acceleration % known dataY=zeros(2,200);Y0=[0;1];Y(:,1)=Y0;A=[1 T    0 1];&nb ...
https://www.eeworm.com/dl/516/32036.html
下载: 159
查看: 1107

其他 sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step

sba, a C/C++ package for generic sparse bundle adjustment is almost invariably used as the last step of every feature-based multiple view reconstruction vision algorithm to obtain optimal 3D structure and motion (i.e. camera matrix) parameter estimates. Provided with initial estimates, BA simultaneo ...
https://www.eeworm.com/dl/534/487877.html
下载: 194
查看: 1197