登录
首页 » matlab » butterworth+cheby

butterworth+cheby

于 2008-12-21 发布 文件大小:5KB
0 68
下载积分: 1 下载次数: 14

代码说明:

  butterworth+chebcv的matlab 程序(butterworth+ chebcv procedures of matlab)

文件列表:

butterworth
...........\afd_butt.m
...........\butterworth.m
...........\freqz_m.m
...........\g_bilinear.asv
...........\g_bilinear.m
chebyshev
.........\afd_cheby.m
.........\chebyshev.m
.........\chy_lingjidian.m
.........\freqz_m.m
.........\g_bilinear.m

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mimo_ppt
    it is a power point presentation regarding capacity and analysis Multi input multi output system
    2011-01-18 00:03:09下载
    积分:1
  • theoptimumdesignofFIRdigitalfilterandMATLABsimulat
    FIR DF 等波纹切比雪夫逼近 Remez算法 交错定理 MATLAB仿真(FIR DF;equivalent ripple Chebyshev approxiIllation;Remez algorithm;intervning theorem MATLAB simulation)
    2021-02-14 16:29:48下载
    积分:1
  • EOF-analysis
    EOF分析的一个基础,里面有matlab基础的程序(EOF analysis based on matlab program)
    2012-11-27 15:48:29下载
    积分:1
  • matlab-help
    导言 - 描述MATLAB系统的组成。 开发环境- 介绍MATLAB的开发环境,包括有关工具和MATLAB桌面的信息。 矩阵操作- 介绍如何用MATLAB生成矩阵以及用矩阵进行数学运算。 作图- 介绍MATLAB的作图能力,包括有关作图数据,给图表加注释,以及图像的使用。 用MATLAB编程 - 描述如何用MATLAB语言编写手稿和函数,以及利用数据结构,例如单元数组和多元数组。 ( 用MATLAB编程- 描述如何用MATLAB语言编写手稿和函数,以及利用数据结构,例如单元数组和多元数组。 Translate from: Chinese Allow phonetic typingType text or a website address or translate a document. Cancel Yòng MATLAB biānchéng- miáoshù rúhé yòng MATLAB yǔyán biānxiě shǒugǎo hé hánshù, yǐjí lìyòng shùjù jiégòu, lìrú dānyuán shùzǔ hé duōyuán shùzǔ.EnglishSpanishArabicAlpha - Describes the preparation of manuscripts and how to use MATLAB function, and the use of data structures, such as cell array and multi-array using MATLAB programming.)
    2012-04-09 11:58:50下载
    积分:1
  • MAtlabSa
    模拟退火算法简介及解决实际问题的代码Matlab程序(Introduction and simulated annealing algorithm to solve practical problems Matlab program code)
    2013-12-06 15:23:04下载
    积分:1
  • 01
    MUSIC算法的DOA谱估计,能够实现MUSIC算法的MATLAB仿真。(MUSIC algorithm DOA spectrum estimation, MUSIC algorithm MATLAB simulation.)
    2013-05-13 17:35:13下载
    积分:1
  • Desktop
    牛顿法进行二次曲面分析,计算各迭代点的局部值(Newton s method analysis of quadric surface, the local value of iterative point is calculated)
    2013-12-28 11:15:51下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • mountainroad
    逢山开路问题的matlab程序源码,程序编制的比一些比赛论文中的要精细一些(Mountains and open source issues matlab procedures, programming than some of the papers in the race to fine some)
    2008-07-27 12:43:18下载
    积分:1
  • MATLAB
    详细的介绍了matlab的程序设计和编程方法等 (Detailed description of the matlab program design and programming methods)
    2011-05-01 15:51:08下载
    积分:1
  • 696524资源总数
  • 103945会员总数
  • 46今日下载