搜索资源列表
Pi-Sigma
- 使用混合型pi-sigam网络逼近对象的MATLAB程序,可以参考!希望能对大家有所帮助-use of the mixed-pi-network approximation sigam object MATLAB program, we can make reference! The hope is to help everyone
pi
- 一个用于求圆周率pi的matlab算法。题目背景:取一长面积为1平方米的正方形白纸,在白纸的内部画一个直径为1米的圆,如下图所示。此圆恰好与正方形的四条边分别切于一点,它的面积是 pi*(1/2)^2 =pi/4 ,然后,你可以抓一大把芝麻,一粒一粒地随便地扔到白纸上。在你扔麦子的过程中可以请一位朋友帮助记录:一共扔了几次?有几次是扔在圆里面? 实验结束后,你只须用“芝麻落在圆里的次数”除以“一共扔的次数”得到的结果就是圆的面积。则pi就是“圆的面积*4”了 当然,你扔的次数越
matlab(GA)2
- matlab遗传算法工具箱函数及实例讲解2 【问题】在-5<=Xi<=5,i=1,2区间内,求解 f(x1,x2)=-20*exp(-0.2*sqrt(0.5*(x1.^2+x2.^2)))-exp(0.5*(cos(2*pi*x1)+cos(2*pi*x2)))+22.71282的最小值。
fuzzy-pi
- 一被控对象 ,给定为阶跃给定,幅值为500,设计一个两维模糊PI型控制器,输入语言变量和输出语言变量均取7个值{NB,NM,NS,ZE,PS,PM,PB},模糊论域为{-6,-5,-4,-3,-2,-1,0,1,2,3,4,5,6},用matlab编程仿真研究。
matlab投针程序
- 投针求pi程序
普通端射阵天线的matlab程序
- 普通端射阵天线的matlab程序 clear; f=3e10; lamda=(3e8)/f; beta=2.*pi/lamda; n=10; t=0:0.01:2*pi; d=lamda/4; W=beta.*d.*cos(t); z1=((n/2).* W)-n/2*beta*d; z2=((1/2).* W)-1/2*beta*d; F1=sin(z1)./(n.*sin(z2)); K1=abs(F1); polar(t,K1) ;
CIC滤波器matlab代码
- CIC滤波器matlab代码 D=5; r=D; fs=1e5; S3_cic=conv(conv(ones(1,D),ones(1,D)),ones(1,D)); %三个单级卷积 [h3,f3]=freqz(S3_cic,1,1000,fs); plot(f3/(fs/2),20*log10(abs(h3))-max(20*log10(abs(h3))),'r','LineWidth',1.4) ylabel('\fontsize{12}\bf幅度响应(dB)') xlabel('\fonts
MPSKMQAMmudulation.rar
- 本程序用于完成BPSK、QPSK、pi/4QPSK、OQPSK、8PSK、16QAM、32QAM、64QAM和128QAM的调制仿真。并可任意扩展到MPSK和MQAM。程序分成四个部分,fir.m对基带码元序列进行脉冲成型,可选矩形脉冲,升余弦脉冲和平方根升余弦脉冲; modal.m 为主程序,完成岁各种信号的基带星座图映射、脉冲成型和调制;pi4QPSK.m 为pi/4QPSK信号的星座图映射程序;test1.m给出一个简单的频谱显示测试。,This procedure for the com
matlabsimlink.rar
- 基于PI整定的PMSM直接转矩控制,是我的毕业设计,希望对需要的人有用。基于matlab阿007版本,Tuning PI-based direct torque control of PMSM is my graduation project, in the hope that those who need it useful. 007 based on the matlab version of the Arab-Israeli
pi-4-QPSK
- A full simulation of pi/4 qpsk modulation with a matlab scr ipt for obtained the BER graph
PIDControl
- 这是用matlab中的GUI界面做的PID控制器,对初学用GUI作控制的有一定帮助。-It is used matlab to do in the GUI interface, PID controller, for beginners to use GUI for control of certain assistance.
pi
- this matlab pid tuning code-this is matlab pid tuning code
Optimal+PI+Contraller+Design
- optimal PI controller design and simulation of static var compensator using MATLAB s simulink
pi4-QDPSK
- pi/4-qdpsk调制解调程序,能有效地进行差分解调和鉴频器解调,在一些不易提取载波的场合很有用。因此,利用仿真来研究系统是必要的。-pi/4-qdpsk modulation and demodulation process, can effectively reconcile the difference solution frequency discriminator demodulation, carrier extraction in a number of difficult si
284-1966-1-PB
- Fuzzy-PI Current Controlled D-STATCOM
PI双闭环并网ok
- 风电并网PI控制 双环仿真模型,matlab(matlab PI feng dian feng dian bing wang)
improve PI model
- 基于改进的PI模型对非线性曲线进行拟合,二次寻优算法进行参数辨识,用逆模型前馈补偿(Based on the improved PI model, the nonlinear curve is fitted, and the second optimization algorithm is used to identify the parameters, and the inverse model feedforward compensation is used.)
classical PI model
- 使用一般PI模型拟合非线性曲线,最小二乘法参数辨识,逆模型前馈(The general PI model is used to fit the nonlinear curve, the least square parameter identification, and the inverse model feedforward.)
用Z-N法实现P,PI,PID控制的参数整定
- 用MATLAB程序软件完成Z-N法对控制器的参数整定,实现P,PI,PID控制器的分别参数整定,并求出控制器的控制参数Kp,Ti,Td。最后绘制出不同控制器控制下的及参数整定前后的单位阶跃响应图进行比较。(MATLAB program software is used to complete the parameter tuning of the controller by Z-N method. The parameters of P, PI, PID controller are adjus
PI
- 这是功率倒置算法的matlab的程序,是关于PI算法的程序(This is the Matlab program for power inversion algorithm)