-
monituihuochenxu
基于matlab的运用模拟退火算法寻找最优路径的代码源程序(Use matlab-based simulated annealing algorithm to find the optimal path to source code)
- 2011-09-08 14:06:43下载
- 积分:1
-
filter
M=63 J=(M-1)/2 Wp=0.5*pi Ws=0.6*pi
Np=100 Ns=100
weightp=1 weights=100 通带和阻带的加权系数
WpN=linspace(0,Wp,Np)
WsN=linspace(Ws,pi-0.05,Ns)
Wm=[WpN WsN]
p=[ones(1,50),ones(1,50)/2]
d=[p,zeros(1,Ns)]
W=diag([weightp*ones(1,Np),weights*ones(1,Ns)])
C=cos(Wm*[0:J])
Q=diag(cos(Wm*0.5))
g=(W*Q*C)(W*d) g=g
h=(g(J:-1:2)+g(J+1:-1:3))/4
h=[g(J+1)/4 h g(1)*0.5+g(2)/4]
h=[h fliplr(h)] W=linspace(0,pi-0.1,512)
H=freqz(h,1,W)
plot(W/pi,20*log10(abs(H)))
(filter design)
- 2013-05-18 20:47:33下载
- 积分:1
-
SSC_OLTCregtransformer
Three-Phase On-Line Tap Changing Regulating Transformer .
- 2014-02-03 15:31:39下载
- 积分:1
-
CCHP-for-summer-typical-day
冷热电三联供在冬季典型日时的发电量、天然气耗量、产热量、天然气流量、出口燃气温度等参数及分析计算,并包含加入补燃时情形的分析,经典实用。(CCHP, natural gas flow, export gas temperature and other parameters and analysis and calculation, and includes the case of adding fuel to the analysis of the situation, the classic practical.)
- 2021-03-09 23:59:27下载
- 积分:1
-
2004Bchengxu
全国大学生数学建模2004年B题的程序。用Matlab编程。运行良好(Mathematical Contest in Modeling 2004 B title process. Using Matlab programming. Running well)
- 2010-08-23 19:52:21下载
- 积分:1
-
zishiyin
1.设计自适应信号分离器,用以从白噪声中提取周期信号。其中选取正弦信号s=sin(2*pi*t/10)为周期信号,宽带噪声信号为高斯白噪声,设置参考通道延迟为50。
2.宽带信号中的窄带干扰抑制实际上是自适应信号分离的一种应用,借助自适应信号分离器可以方便的实现窄带干扰的对消。(1. Design of adaptive signal separator, used to extract from the white noise periodic signal. The extraction of sinusoidal signals s = sin (2* pi* t/10) for periodic signals, broadband noise signal is Gaussian white noise, set the reference channel delay of 50.
2. Wideband signals in the narrow-band interference suppression is actually an application of adaptive signal separation, using adaptive signal separator can be easily achieved narrowband interference cancellation.)
- 2010-01-13 18:38:32下载
- 积分:1
-
Turbo
说明: 基于matlab的turbo纠错码编码,包含多个调用函数(Matlab-error-correcting codes based on turbo coding, multiple call the function)
- 2011-04-14 20:12:53下载
- 积分:1
-
baoluqu
雷达在单部大功率干扰、多部分布式干扰情况下探测距离和暴露区的仿真(Radar simulation distance and exposed areas in a single portion of power interference, multiple distributed interference)
- 2021-04-13 16:58:56下载
- 积分:1
-
mit_signal_process2004-2005
mit 的数字信号处理考试试卷,可以参考,理解老美的学习思路。(mit digital signal processing exam papers, see, learn to understand the old ideas of beauty.)
- 2011-02-10 08:14:40下载
- 积分:1
-
aintroduction
matlab学习教程
都是最基本的内容,对新手很有帮助
虽然是英文的,但我相信大家都能听得懂(Matlab tutorial
It is the most basic content, very helpful for beginners
Although it is English, but I believe that everybody can understand)
- 2014-09-04 09:07:12下载
- 积分:1