-
2004113084736415
想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4) 的成分,(Want to keep the ingredients for the cos (2* π* n/3) band-pass filter, filter 1+ Cos (2* π* n/3) of the composition, that is, want to keep the ingredients of cos (π* n/4 ) band-stop filter, filter cos (π* n/4) of the composition,)
- 2009-01-06 13:00:08下载
- 积分:1
-
matlab1
各种实用的MATLAB程序,可以对初学者有很大的帮助!(Various practical MATLAB program that can be very helpful for beginners!)
- 2010-05-09 15:27:15下载
- 积分: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
-
Masscal
Direct torque control asynchronous machine
- 2009-04-03 23:04:26下载
- 积分:1
-
ssp-doaMATLABcode
DOA中的空间平滑算法,对于初学者来说是比较好的帮助(spatial smoothing direction of arrival matlab code)
- 2011-08-09 16:32:45下载
- 积分:1
-
matlab-Digital-image-processing
matlab 数字图像处理源代码,需要毕业设计的可以在此处下载(matlab digital image processing source code graduation design is required can be downloaded here)
- 2013-05-19 21:06:14下载
- 积分:1
-
GP
说明: 实现相空间重构时间延迟的确定,使用的是C-C方法。(Realization of phase space reconstruction time delay identification)
- 2012-03-22 17:04:25下载
- 积分:1
-
solving-NL-equations
this code is used to solve nonlinear equations using Newton, Bisection, secant methods.
- 2015-02-10 15:20:58下载
- 积分:1
-
main
利用matlab蚁群算法进行人群场馆疏散模拟,找到逃生路线(Using MATLAB ant colony algorithm to simulate crowd evacuation and find escape route)
- 2020-12-30 20:38:59下载
- 积分:1
-
ytlkj
Pass the specification values to the object rather than accepting the default values for N, Fc1, and Fc2. Include the sampling frequency Fs as the final input argument. Design the filter and plot the results.
- 2010-05-23 20:12:40下载
- 积分:1