-
SPECRND
在数值模拟中,需要生成给定分布律的随机数(In numerical simulation,Generating random numbers with given distribution law.)
- 2010-08-16 20:08:10下载
- 积分:1
-
GAPSO-share
在做优化的时候,起初选择了GA算法,但是GA的不稳定性(或者陷入局部最优)实在让人抓狂,前后两次的结果相差竟然有时候能达到30 以上,当时由于时间的原因,我只好选择了优化1000次,然后以其中的最小值最为最佳方案。虽然问题也算解决了,但是从学术上将,这种奔方法是让人很尴尬的。所以,我从网上下载了一个GA-PSO算法,试着利用GA和PSO组合的策略进行优化,结果算法很问题,效率和不错。我下载原始算法,有一个问题就是它是针对所有的设计变量上下限都是一样的,所以我对程序进行了修改与改进,现在可以处理上下限不一致的问题,同时fix了一些bug。现在把修改后的程序和大家分享一下,希望能对您有用.注意myfit需要用自己的函数,否则出错,因为我的myfit程序在调用过程中,需要使用matlab的Kriging工具箱
(a optimization method combining GA and PSO)
- 2011-10-13 09:31:22下载
- 积分:1
-
montecalo
蒙特卡罗仿真matlab源码,有点意思,可以学习。(Monte-Carlo simulation matlab source, a bit mean, you can learn.)
- 2008-12-24 10:37:01下载
- 积分:1
-
EMD_HHT2
还是希尔伯特--黄变换的程序,呵呵。hht emd(or Hilbert-- Huang Transform procedures, huh. Hht EMD)
- 2006-06-15 15:16:38下载
- 积分:1
-
vtoolbox
振动工具箱,用于机械振动理论的学习与基于matlab的编程(Vibration toolbox for mechanical vibration theory of learning and programming based on matlab)
- 2008-12-21 14:34:38下载
- 积分:1
-
intro
Adaptive Techniques for Mixed Signal System on Chip
- 2009-03-12 13:45:31下载
- 积分:1
-
onduleur
thesis program of the inverter
- 2013-02-25 17:05:00下载
- 积分:1
-
periodogram
convolution codes using matlab
- 2011-05-22 14:50:24下载
- 积分:1
-
degree
此程序用于求有向网路和无向网路的节点的度(This procedure is used to beg for the degree of the nodes of the network to the Internet and no)
- 2012-10-13 08:45:50下载
- 积分:1
-
FIR
1、验证窗函数 N 变化时,验证其频谱主瓣副瓣比、主瓣宽度的变化。
a)矩形窗函数的 N 变化时,验证其其频谱主瓣副瓣幅度比基本不会发生变化,
而主瓣宽度将会变窄。这说明,当用矩形窗函数设计滤波器时,增大 N 不能使
得阻带衰减减小,但能够减小过渡带。
b)再选取其他的窗如 hamming/hanning 窗,验证当 N 变化时,其频谱主瓣宽
度变化、主瓣副瓣比值变化情况。
2、用窗函数法设计线性相位 FIR 低通,通带截止频率 wp=0.5PI, 阻带截止频率 ws=0.6PI,
阻带衰减不小于 40dB,通带衰减不大于 3dB.
a)选取 Hanning,Hamming 窗查看设计出来的 FIR 的过渡带宽和阻带衰减是否
满足要求,二者有什么不同。
b)使用 hamming 窗,将窗长增大 1 倍,设计 FIR。验证同样的窗函数类型
(hamming),不同窗长度时,设计出来的 FIR 的过渡带宽和阻带衰减都有什么变
化。
3、不使用 Matlab 系统函数得到上一项指标的低通,并与上一项结果比较。
4 用窗函数法设计线性相位 FIR 高通,通带截止频率 wp=0.8PI, 阻带截止频率
ws=0.7PI, 阻带衰减不小于 30dB,通带衰减不大于 3dB.(An actual filter is implemented using the truncated unit impulse response sequence of the ideal filter.
For the ideal low pass filter, the unit impulse response h, N, D () is intercepted by a length of N, and the length is
The N sequence H (n), when intercepted, guarantees causality and linear phase requirements for the filter.
In order to reduce the Gibbs effect, the H (n) window is added, and the appropriate window function is selected to ensure the stopband attenuation and
Transition zone requirement. Note that the sidelobe of the window function affects the stopband attenuation of the filter, and the main lobe width affects the filter
Transition bandwidth.)
- 2017-07-06 11:55:24下载
- 积分:1