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

搜索资源列表

  1. mmread

    0下载:
  2. mmread reads virtually any media file. If Windows Media Play can play it, so should mmread. It uses the Window s DirectX infrastructure to % render the media, so other OSs are out of luck.-mmread reads virtually any media file. If W for Windows
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:65679
    • 提供者:H
  1. treewave

    0下载:
  2. Included are the files wav1.m, wav2.m, wavecoef.mat and readme. wav2 function implements the tree structured wavelet transform of the input matrix, up to the given level of decomposition. Wav2 uses another function called wav1, which takes the w
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4377
    • 提供者:yupenghui
  1. freqz_m

    0下载:
  2. 求取系统的绝对幅度响应、相对的db值幅度响应、相位响应和群延时响应的函数 % %db为相对振幅(dB) %mag为绝对振幅 %pha为相位响应 %grd为群延时 %w为频率样本点向量 %b为Ha(z)分子多项式系数(对FIR而言,b=h) %a为Hz(z)分母多项式系数(对FIR而言,a=1) %-strike rate system in response to the absolute and relative value range db respons
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:813
    • 提供者:吴江华
  1. gbp_package

    3下载:
  2. 用于稀疏分解的优化搜索算法,版权属于Patrick S. Huggins and Steven W. Zucker(Yale University)-sparse for the decomposition of optimization search algorithm, Copyright belongs to Patrick S. Huggins and Steven W. Zucker (Ya le University)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:7120
    • 提供者:novelspring
  1. matlabsnakegame

    0下载:
  2. The Game: Make the snake grow longer by directing it to the food. Extra bonus points are given from hearts, eat them as fast as possible as amount of bonus points decreases with time. Higher level gives more points for the food but will also ma
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4977
    • 提供者:阳关
  1. Kalmtool

    0下载:
  2. Kalman filter that can be simulated under windws-Kalman filter that can be simulated under w indws
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:733389
    • 提供者:wei
  1. weightpercent

    0下载:
  2. Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2074
    • 提供者:Jack
  1. cst

    0下载:
  2. H.S.Park, D-S.Kim, and W.H.Kwon \"A Scheduling Method for Network-based Control Systems\", IEEE Transaction on Control System Technology, Vol.10, No.3, pp. 318-330, May, 2002 (Simulation Example 1- Matlab Code)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3623
    • 提供者:田之秋
  1. EM_GM

    0下载:
  2. % EM algorithm for k multidimensional Gaussian mixture estimation % % Inputs: % X(n,d) - input data, n=number of observations, d=dimension of variable % k - maximum number of Gaussian components allowed % ltol - percentage of the log likeli
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3416
    • 提供者:Shaoqing Yu
  1. NLMS

    2下载:
  2. 若不希望用与估计输入信号矢量有关的相关矩阵来加快LMS算法的收敛速度,那么可用变步长方法来缩短其自适应收敛过程,其中一个主要的方法是归一化LMS算法(NLMS算法),变步长 的更新公式可写成 W(n+1)=w(n)+ e(n)x(n) =w(n)+ (3.1) 式中, = e(n)x(n)表示滤波权矢量迭代更新的调整量。为了达到快速收敛的目的,必须合适的选择变步长 的值,一个可能策略是尽可能多地减少瞬时平方误差,即用瞬时平方误差作为均方误差的MSE简单估计,这也是LMS算法的基本思想
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3285
    • 提供者:闫丰
  1. averageperiodfft

    2下载:
  2. 平均周期法计算 fft的结果,Bartlett平均周期图的方法是将N点的有限长序列x(n)分段求周期图再平均,Welch法对Bartlett法进行了两方面的修正,一是选择适当的窗函数w(n),并再周期图计算前直接加进去,加窗的优点是无论什么样的窗函数均可使谱估计非负。二是在分段时,可使各段之间有重叠,这样会使方差减小。
  3. 所属分类:matlab例程

    • 发布日期:2014-01-20
    • 文件大小:1117
    • 提供者:刘洋
  1. 普通端射阵天线的matlab程序

    0下载:
  2. 普通端射阵天线的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) ;
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:270
    • 提供者:anqideanqi
  1. melbankm函数的源程序

    4下载:
  2. melbankm函数的源程序。这个函数也要被melcepst函数调用,用来进行计算Mel倒谱系数。这个函数的作用是构造mel滤波器组-function [x,mn,mx]=melbankm(p,n,fs,fl,fh,w) MELBANKM determine matrix for a mel-spaced filterbank [X,MN,MX]=(P,N,FS,FL,FH,W)
  3. 所属分类:matlab例程

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:小智
  1. Noise-on-Duffing-equation-based-on-the-impact-of-w

    0下载:
  2. 噪声对基于Duffing方程弱信号检测的影响研究Noise on Duffing equation based on the impact of weak signal detection-Noise on Duffing equation based on the impact of weak signal detection
  3. 所属分类:matlab

    • 发布日期:2015-01-24
    • 文件大小:120832
    • 提供者:heart112
  1. melcepst.rar

    0下载:
  2. 计算Mel倒谱系数的matlab程序: MELCEPST Calculate the mel cepstrum of a signal C=(S,FS,W,NC,P,N,INC,FL,FH) 使用: c=melcepst(s,fs) % calculate mel cepstrum with 12 coefs, 256 sample frames,Mel cepstrum coefficients calculated the matlab procedure: MELCEPST Calcu
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:2531
    • 提供者:凝空子
  1. CDMA_MODULATION_DEMODULATION

    0下载:
  2. 复接入,B/W双用户使用直接扩频序列 % >>>multiple access b/w 2 users using DS CDMA % >>>format is : cdmamodem(user1,user2,snr_in_dbs) % >>>user1 and user2 are vectors and they should be of equal length % >>>e.g. user1=[1 0
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1934
    • 提供者:hws
  1. Introduction-to-Parallel-Computing-(W.-P.-Peterse

    0下载:
  2. Introduction to Parallel Computing (W. P. Petersen)
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1252033
    • 提供者:Vietnam
  1. PSO-w

    0下载:
  2. 该MATLAB代码用于实现PSO-w方法对benchmark函数的优化-This matlab code is designed for PSO-w algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3096
    • 提供者:杨大哥
  1. W-V

    1下载:
  2. Matlab 魏格纳分布程序 Matlab 魏格纳分布程序 -Program of W-V distribution
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4710400
    • 提供者:郑一鸣
  1. SZP聚焦--R.W. 积分方法core_Hx_szpAP

    0下载:
  2. SZP聚焦--R.W.积分方法 提供一种积分的程序算法和识别模式 可帮助你更快地计算 SZP focusing --R.W. integral method(SZP focusing --R.W. integral method)
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com