搜索资源列表
prony
- 可以用来识别包装系统的总体参数以及原响应函数的初始相位和振幅
MSLS
- (1)Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用 计算输出数据 ;用原输出数据 计算 ,用递推最小二乘方法分别对系统参数和模型参数进行估计。 (2)M.dat,wnoise1.dat分别为M和白噪声序列。Wnoise1.dat的长度为700,wnoise2.dat的长度为1000。Msls6.c为N=600的程序,Msls8.c为N=800的程序。 (3)程序运行后,生成的两个h文件为产生的脉冲响应函数。Msls6.dat为msls6.c的参数估计结果,ms
Matlab遗传算法改进程序
- 遗传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算
kaiser
- 本matlab函数,实现凯泽窗设计低通、带通、高通滤波器,综合在一个图显示。设计滤波器时,用到的脉冲函数和脉冲响应函数都在压缩包里,所用的频率是数字频率值。-The matlab function, designed to achieve Kaiser window low-pass, band-pass, high pass filter, integrated in a map display. Filter design, the use of the pulse function and
Identifying_pulse_response
- 系统辨识课上做的利用相关分析法辨识脉冲响应的实验。包括用M序列生成白噪声,计算互相关函数得到脉冲响应估计值等等,比较基础-Experiment about Identifying the pulse response with a method of correlative analysis in my class on system identification. It contains using M-sequence to generate white noise, bu calculat
Nonlinear_differential_equation
- 这是单自由度的非线性微分方程的求解程序(分段函数),可以画出动响应图和相图。-Nonlinear differential equation
Pulse
- 根据脉冲序列,使用s域z域之间的转换,求系统的脉冲响应传递函数-According to pulse sequence, the use of s-domain conversion between z-domain, and the system impulse response transfer function
Ex2
- 用Matlab编写的对于给定传递系统的阶跃响应和采用修正函数后的阶跃响应-Prepared using Matlab for a given transmission system step response and the adoption of the amendment after the step response function
remez_frf
- 压缩包中包含两个matlab文件: remez_frf.m 为使用remez算法设计旁瓣1/f衰减滤波器程序; myfrf.m 为其中使用到的惩罚函数; frf的意思是频率响应函数。-Compression matlab package contains two files: remez_frf.m algorithm designed for the use of remez sidelobe 1/f attenuation filter procedures myfrf.m u
control
- 压缩包里面包含三个程序,分别是Nyquist图和bode图仿真,已知传递函数,求脉冲和阶跃响应,另一个自己研究一下就可以知道的-Compressed packet which contains three procedures, namely Nyquist diagram and bode diagram simulation, known transfer function, and impulse and step response, and the other to look at th
Matlab_Synthesis
- 采用Prony方法由冲击响应辨识连续时间系统的传递函数和 时间序列分析,采用Levinson算法估计AR模型的参数-prony levinson
clock
- 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:
middlg
- 1. 建立一个基本对话的exe工程,并命名为circle; 2. 插入一个对话框资源,以在此对话框上输入圆心坐标、半径及颜色,并为此建立一个新类,命名为CDlg; 3. 在IDD_CIRCLE_DIALOG上删除已有控件,并添加一个Button,命名为Button1; 4. 在CcircleDlg内添加3个double型成员变量,命名为x,y,r,然后添加1个COLORREF的成员变量,命名为color; 5. 在CDlg内加入3个Edit box,在加入一个button2;
targ
- 求系统单位给定阶跃响应的性能指标(超调量,峰值时间,调整时间 .....),其中, y,t表示系统节约相应的函数值与其对应时间,函数返回的是阶跃响应的第一(正向)波峰值b1、 阶跃响应的第二(正向)波峰值b2,阶跃响应的超调量sigma,阶跃响应的衰减比n,阶跃响应的衰减率pusi 阶跃响应的衰减震荡周期T,阶跃响应的振荡频率f.-Demand system units for a given step response performance (overshoot, peak ti
chap2_1
- 专家pid控制仿真程序实例,,matlab,三阶传递函数的阶跃响应-Expert pid control simulation program example,, matlab, third-order transfer function step response
matlab
- 基于数字信号处理的各种matlab源程序代码,包括FFT、DFT还有采样及系统响应函数等等。-All based on digital signal processing matlab source code, including FFT, DFT also sampling and system response function and so on.
SystemIdentification
- 系统辨识实验解答,利用相关分析法辨识脉冲响应,包括题目、M文件程序以及完整的实验报告。-System identification experiments to answer, using correlation analysis, identification of impulse response, including the subject, M documentation procedures, and complete lab report.
56
- 文主要目的是针对讯号频谱分析仪(Signal spectrum analyzer)做功能测试,以确定讯号频谱分析仪之各种运算功能正确,其中测试共 分为正弦与余弦波检查、反假象滤波器检查(Antialiasing Filter Check)、频率响应函数与相位角检查(FRF & Phase Check)、自身能量密度函 数检查(Power Spectrum Check)、动态范围检查(Dynamic Range Check)等五个项目的快速傅立叶转换检查(Fast Fourier Tran
地震响应Matlab代码 odesolver
- 在matlab中利用odesolver进行单自由度有阻尼体系的时程分析,该代码使用时读入地震响应加速度(可为真实数据也可修改为理想函数),所有结构参数可调。输出加速度、速度和位移时程图像。(In the matlab in the use of odesolver single degree of freedom damping system of time history analysis, the code used to read the earthquake response accel
Response_function
- 利用小信号近似方法对单量子阱激光器的响应函数进行的仿真(Simulation of the response function of a single quantum well laser by small signal approximation)