-
the-realize-of-FFT-in-C-program
改程序在Turbo C或Visual 6.0中编译,能够实现基2的快速的傅里叶变换。(Reform program in Turbo C or Visual 6.0 compiled, enables fast Fourier transform base 2.)
- 2014-11-10 18:30:34下载
- 积分:1
-
ACCaar_DOF2u
汽车操作动力学的简化2自由度模型,使用MMatlab实现。能实现对汽车的动力学仿真
(Automotive operating dynamics of simplified two degree of freedom model, use MMatlab. Dynamics simulation of car)
- 2012-10-03 00:03:30下载
- 积分:1
-
Channel-FLow
channel flow computation
- 2013-12-11 14:19:45下载
- 积分:1
-
fd2d_3.2
二维情况下用FDTD方法模拟电磁波的传播情况,加入了理想匹配层,用C和MATLAB混合编程,信号源是高斯脉冲(Two-dimensional case with the FDTD simulation of electromagnetic wave propagation, no additional absorbing boundary condition, mixed with the C and MATLAB programming, the signal source is a Gaussian pulse)
- 2011-05-14 10:25:44下载
- 积分:1
-
SIMULINK
MATLAB+SIMULINK+与控制系统仿真+王正林等编著,一本很不错的仿真书籍(MATLAB+ SIMULINK+ and control system simulation+ Wangzheng Lin, eds, a very good simulation of books)
- 2011-01-10 11:01:32下载
- 积分:1
-
FFTandpowr
利用MATLAB和VC共同开发的信号处理程序。(Using MATLAB and VC joint development of signal processing.)
- 2010-05-31 23:56:30下载
- 积分: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
-
5
说明: matlab 中很实用的源代码5:20.形态学骨架提取 25
21.直接提取四个顶点坐标 26
22.文件打开窗口 27(Practical source code of matlab
)
- 2015-04-20 16:29:46下载
- 积分:1
-
power-flow
网络的三相计算机潮流案例,基于MATLAB 的计算机潮流及其可视化(Three-phase current case computer networks, computer-based trend MATLAB and Visualization)
- 2015-05-29 12:57:53下载
- 积分:1
-
matlab
这是自己编写的关于OMP的matlab程序,欢迎借鉴,谢谢(This is a matlab program, I have written about the OMP welcome to learn from, thank you)
- 2012-06-13 12:22:03下载
- 积分:1