按分类查找:

  • 基于NCO的数字控制振荡器。带测试程序

    基于NCO的数字控制振荡器。带测试程序,输出12位的COS和SIN波形。

    /dl/436679.html

    标签: NCO 数字控制 振荡器 测试程序

    上传时间: 2014-01-20

    上传用户:jkhjkh1982

  • 简易的运算包括sin

    简易的运算包括sin,cos等,一些简单的运算的程序。

    /dl/455762.html

    标签: sin 运算

    上传时间: 2017-06-21

    上传用户:13681659100

  • classical culculator but has some thing special that you can store your work in a file in the hard a

    classical culculator but has some thing special that you can store your work in a file in the hard and including sin & cos

    /dl/470847.html

    标签: culculator classical special thing

    上传时间: 2013-12-19

    上传用户:mpquest

  • Description Scientific calculator. Allows to perform caclulation with high precicion and implemen

    Description Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your own function, store results in variables and use variable ...

    /dl/488721.html

    标签: Description caclulation Scientific calculator

    上传时间: 2014-01-25

    上传用户:familiarsmile

  • 基于μCOSⅡ的文件系统设计与实现

    本文针对嵌入式流行存储设备Fl鹊h存储器的特点,设 计并实现了Flash为存储设备和ucosII系统为运行平台的嵌入式文件系统。系统采用日志文件系统设计思想,使Flash存储设备得到更加合理的利用。系统实现代码精简,资源占用率低,执行效率高,安全性能好。 ...

    /dl/506959.html

    标签: 嵌入式系统 ucosii 文件系统

    上传时间: 2015-05-25

    上传用户:wzg01@126.com

  • fft analysis

          Use the fast Fourier transform function fft to analyse following signal. Plot the original signal, and the magnitude of its spectrum linearly and logarithmically. Apply Hamming window to reduce the leakage.   .   The hamming window can be coded in Matlab ...

    /dl/508267.html

    标签: matlab fft

    上传时间: 2015-11-23

    上传用户:石灰岩123

  • 日出日落时间计算

    日出日落时间计算 我能给你一个粗略的计算公式 日出时间计算公式: 24*(180+时区*15-经度-ACOS(-TAN(-23.4*COS(360*(日期序列数+9)/365))*TAN(纬度))/360 我国时区为东8区,时区=8 经度、纬度采用角度制,东经、北纬为正,西经、南纬为负 日期序列数为当天在这一年中的序列,如2月11日就是42&nb ...

    /dl/508272.html

    标签: 日出日落时间计算

    上传时间: 2015-11-23

    上传用户:曾阿强啊

  • 共轭梯度法--MATLAB程序

    共轭梯度法为求解线性方程组而提出。后来,人们把这种方法用于求解无约束最优化问题, 使之成为一种重要的最优化方法。   共轭梯度法的基本思想是把共轭性与最速下降方法相结合, 利用已知点处的梯度构造一组共 轭方向, 并沿这组方向进行搜索, 求出目标函数的极小点。 根据共轭方向的基本 ...

    /dl/510873.html

    标签: MATLAB 梯度 程序

    上传时间: 2016-05-08

    上传用户:saren11

  • μCOS-II 多任务编程设计

    在基于实时操作系统的应用程序设计中,任务设计是整个应用程序的基础,其他软件设 计工作都是围绕任务设计来展开,任务设计就是设计“任务函数”和相关的数据结构。

    /dl/514767.html

    标签: COS-II 多任务 编程

    上传时间: 2017-04-21

    上传用户:shao_shl

  • 重力异常正演MATLAB程序

    %球体 close all; G=6.67e-11; R=2;%球体半径 p=4.0;%密度 D=10.0;%深度 M=(4/3)*pi*R^3*p;%质量 x=-20:1:20; g=G*M*D./((x.^2+D^2).^(3/2)); Vxz=-3*G*M*D.*x./((x.^2+D^2).^(5/2)); Vzz=G*M.*(2*D^2-x.^2)./((x.^2+D^2).^(5/2)); Vzzz=3*G*M.*(2*D^2-3.*x.^2)./((x.^2+D^2).^(7/2)); subplot(2,2,1) plot(x,g,'k-'); xl ...

    /dl/519923.html

    标签: MATLAB 重力 程序

    上传时间: 2019-05-10

    上传用户:xiajiang