-
data_sec
data escurity source code in matlab by 7ala at 2011 - 1432
- 2011-05-22 02:32:28下载
- 积分:1
-
NCO-chazhao
NCO查找法matlab代码 仿真代码 数字频率控制字可以改(NCO search method matlab code simulation code digital frequency control word can be changed)
- 2012-05-28 21:18:13下载
- 积分:1
-
BatteryAging
电池全寿命加速老化试验的采集数据。在不同温度下的充电和放电下完成。数据格式为matlab的mat,文件里面有详细的实验数据说明,希望对研究电池寿命预测和诊断的同志有帮助。(Battery life-accelerated aging test data collection. At different temperatures to complete the charging and discharging. The data format is the matlab mat, which has detailed documentation of the experimental data shows that the hope of battery life prediction and diagnosis to help comrades.)
- 2021-03-11 10:59:26下载
- 积分:1
-
wideband-digital-receiver
宽带数字接收机,详细介绍了接收机的基本理论和实际应用。(wideband digital receiver)
- 2021-01-02 16:38:57下载
- 积分:1
-
balanis_example
This is the solution of chapter 12 example 1 from advanced engineering electromagnetics by Constantine A. Balanis.The solution is based on MATLAB.
- 2012-01-13 00:45:11下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
asfig02
asfig function for wavelet processing in wavelab
- 2013-05-16 20:37:47下载
- 积分:1
-
536339MATLAB
matlab 入门教程,包含讲义和相关实例,非常实用,对于初学者(matlab tutorial, including handouts and relevant examples, very useful for beginners)
- 2013-07-25 18:44:15下载
- 积分:1
-
2001
mcm 论文This is the first in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show what my planning process is on a simple example. The purpose of this GUI is to:
1.Select an Excel file and read it into the MATLAB workspace
2.Modify the data that came from the file. In this case by multiplying by a scalar
3.Write the modified data into an Excel file with a name derived from the original filename(mcm outstanding This is the first in a series of videos that will go through the process of planing and implementation of a simple GUI. Realistically, I would not plan out a GUI this simple, but the idea is to show what my planning process is on a simple example. The purpose of this GUI is to:
1.Select an Excel file and read it into the MATLAB workspace
2.Modify the data that came from the file. In this case by multiplying by a scalar
3.Write the modified data into an Excel file with a name derived from the original filename)
- 2012-01-18 17:46:17下载
- 积分:1
-
二自由度碰撞系统龙格库塔数值求解
说明: 二自由度碰撞系统龙格库塔数值求解方法算例程序(Numerical solution of Runge Kutta for two degree of freedom collision system)
- 2020-01-17 10:35:12下载
- 积分:1