CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 4.x

搜索资源列表

  1. IIR滤波器设计

    18下载:
  2. 现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4) 的成分,即想保留的成分为1+cos(2*π*n/3)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:46036
    • 提供者:殷开
  1. matlab7.x

    0下载:
  2. 《精通MATLAB7.0混合编程》系统地介绍MATLAB 7.0的混合编程方法和技巧。全书共分为13章。第1章和第2章介绍MATLAB的基础知识,第3章简要介绍MATLAB混合编程,第4章至第9章分别介绍几种典型的混合编程方法,包括C-MEX、MATLAB引擎、MAT数据文件共享、Mideva、Matrix和Add-in。第10章、第11章介绍MATLAB与Delphi和Excel的混合编程。第12章介绍MATLAB COM Builder,第13章以图像处理为例介绍了一个综合应用实例。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1333446
    • 提供者:yixiao
  1. huizhiquxian

    0下载:
  2. 在同一坐标内,分别用不同线型和颜色绘制曲线y1=0.2e-0.5xcos(4πx) 和y2=2e-0.5xcos(πx),标记两曲线交叉点。- In the identical coordinates, separately uses different linear and color curve y1=0.2e-0.5xcos (4 pi x) and y2=2e-0.5xcos (pi x), marks two curves intersections.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3774
    • 提供者:宁学勇
  1. 0-1programming

    1下载:
  2. 0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1368
    • 提供者:wan
  1. gafmax

    0下载:
  2. % [BestPop,Trace]=fmaxga(FUN,LB,UB,eranum,popsize,pcross,pmutation) % Finds a maximum of a function of several variables. % fmaxga solves problems of the form: % max F(X) subject to: LB <= X <= UB % BestPop--------最优的群体即为最优的染色体群 %
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3036
    • 提供者:mmcc
  1. 4-parameter

    0下载:
  2. 可以进行曲线回归拟合算法的四参数算法。函数为 y = (a-d)/(1+(x/c)^b) +d . ec50.m 为其主要函数
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1882
    • 提供者:2213
  1. doolittle

    0下载:
  2. 1.n个节点分段Lagrange插值多项式; 2.使用格式y=lagrange(x0,y0,x,k); 3.输入项x0为n维插值节点向量,y0为n维被插函数值向量; 4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1; 5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:863
    • 提供者:link
  1. xujinpeng3.14

    1下载:
  2. 用遗传算法求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点:简单的单点交叉、基本位变异、赌轮盘选择、随机产生初始种群中的个体,求的最好解是24.689。注:本算法基于matlab7.0,是我自己编写的,每个步骤都有详细的说明。适用于遗传算法初学者。-Using genetic algorithms for function f = x+10* sin (5* x)+7* cos (4* x) the maximum points: a simple single-point
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4346
    • 提供者:竹子的信仰
  1. dengyi

    0下载:
  2. CONSX—这是一个主要子程序,调用其它于程序及输出中间结果 * !* CHECK—检查所有的点是否满足约束条件,对违背约束的点进行校正 * !* CENTR—计算中心点 * !* FUNC —目标函数,由用户提供 * - PROGRAM COMPLEX PARAMETER(N=3,M=4,K=6) DIMENSION X(K,M),R(K,N),F(K),G(M),H(M),XC(N) INTEGER GAMMA OPEN(4,FILE= COMPDA
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:21864
    • 提供者:wangmeng
  1. Newton

    0下载:
  2. 本程序为:用牛顿迭代法求解非线性方程2*(x^3)-4*(x^2)+3x-6=0在1.5附近的根的具体程序。-This program is: The Newton iteration method for solving nonlinear equations 2* (x ^ 3)-4* (x ^ 2)+3 x-6 = 0 near the roots at 1.5 specific procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:583
    • 提供者:zhangjian
  1. 4

    0下载:
  2. 用matlab实现的贝叶斯分类,对x进行了分类,其中可以自行的输入x看分类是否正确-with the matlab implemented Bayesian classification, a classification of x, which can see their own classification of the input x is correct or not
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:812
    • 提供者:lvyan
  1. matlab_GA_7.0

    0下载:
  2. 基于MATLAB7.0,求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点,简单的单点交叉,基本位变异,赌轮盘选择.-Based on MATLAB7.0, find the function f = x+10* sin (5* x)+7* cos (4* x) the maximum point, a simple single-point crossover, the basic bit mutation, gambling roulette wheel.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3004
    • 提供者:YJN
  1. Newton

    0下载:
  2. 1、使用牛顿法求sqrt(2); 2、用牛顿法求 fx=(x-1)*(exp(x-1)-1)的误差以及误差比; 3、用牛顿法及其他两种方法求 fx=x^4-4*x+x^2的重根 -1, using Newton' s method for the sqrt (2) 2, using Newton' s method for the fx = (x-1)* (exp (x-1)-1) error and error ratio 3, using Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:57225
    • 提供者:杨云红
  1. kalman

    1下载:
  2. 一连续平稳的随机信号x(t),自相关函数RX(t)=e-/t/,信号x(t)为加性噪声所干扰,噪声是白噪声,测量值的离散值Z(k)为已知,TS=0.02s。 -3.2,-0.8,-14,-16,-17,-18,-3.3,-2.4, -18,-0.3,-0.4,-0.8,-19,-2.0,-1.2,-11,-14,-0.9,0.8,10,0.2,0.5,-0.5,2.4,-0.5,0.5,-13,0.5,10,-12,0.5,-0.6,-15,-0.7,15,0.5,-0.7,-2.0,-19
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:606
    • 提供者:郭子子
  1. m_map1.4.tar

    0下载:
  2. 用于matlab 的地理分析包。 最新版,1.4f-M_Map is a set of mapping tools written for Matlab v5 and later. These include: Routines to project data in 19 different spherical projections (and determine inverse mappings) A grid generation routine to make nice axe
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:662526
    • 提供者:leokan
  1. nonlineareq

    0下载:
  2. function g=nonlineareq(x) Here is an example of nonlinear system that can be solved by using the Matlab command "fsolve" written in the file called "solution.m" (see quasi-Newton or Levenberg-Marquardt methods). g(1)=x(1)-4*x(1)*x(1)-
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1158
    • 提供者:kamakhya
  1. fft_1

    0下载:
  2. 已知两个序列x[n]=cos(n*pi/2), y[n]=ej*pi*n/4x[n],绘制X(ejw)和Y(ejw)和幅度和相角,说明它们的频移关系-The known two sequence x [n] = cos (n* PI/2), y [n] = ej* PI* n/4 x [n], draw x (ejw) and y (ejw) and amplitude and phase Angle, suggesting their frequency shift relationship
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:12960
    • 提供者:xd
  1. wvfreadb_moreinput

    0下载:
  2. 读取Yokogawa DL 750, DL 1600 系列 与 DL 7440 示波器的数据. 特点:允许多个通道(trace)的输入,如: [x(:,1:4),x(:,5)]=wvfreadb_moreinput(filename, 1, [1,2,3,4], 1)-loads YT-waveform data from*.wvf file saved by Yokogawa DL 750, DL 1600 series and DL 7440 Oscilloscopes into t
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:5066
    • 提供者:空空
  1. 4

    0下载:
  2. 本实验是介绍最佳滤波器在噪声抵消中的应用。令x(n)=d(n)+g(n) ,其中d(n) 是谐波过程d(n)=sin(nw+fai),其中w=0.05π,fai是在π 到-π 间均匀分布的随机变量。 -This experiment is to introduce the best filter in Noise Cancellation x(n)=d(n)+g(n) d(n)=sin(nw+fai) w=0.05π
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:31583
    • 提供者:peter
  1. 自适应滤波器

    1下载:
  2. 通过设计一个二阶加权系数自适应横向FIR滤波器,对一个加随机噪声的正弦信号实现滤波。 具体设计方案为: 1,生成标准正弦信号S 2,生成等长的随机信号N 3,生成加随机噪声的正弦信号X 4,X通过参数可调数字滤波器,输出Y 5,Y与参考信号作差得到误差E 6,E通过自适应算法调整权值W 7,用LMS算法处理噪声干扰的信号,最终实现滤波器功能(A two order weighted coefficient adaptive transverse FIR filter is des
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1605632
    • 提供者:硕35687491
« 12 3 4 5 6 »
搜珍网 www.dssz.com