登录
首页 » matlab » filterfeather

filterfeather

于 2009-03-06 发布 文件大小:24KB
0 214
下载积分: 1 下载次数: 3

代码说明:

  关于滤波器性能的各种转换 帮助菜鸟在较短时间内精通滤波器性能的MATLAB表示(About the performance of a variety of conversion filter to help rookie proficient in a relatively short time the performance of MATLAB filter express)

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

发表评论

0 个回复

  • matlab
    这是一个很好的matlab的学习资料,希望对你们有帮助,提供了很多matlab基本函数(This is a very good learning matlab data you want to help provide many basic functions matlab)
    2010-06-08 08:57:40下载
    积分:1
  • data_yahoo.m
    import Yahoo financial data in matlab
    2012-03-28 01:51:52下载
    积分:1
  • oscsend
    发送一个开放声音控制(OSC)的信息通过UDP连接 oscsend(美,路径) oscsend(美,路径,类型,arg1的,arg2的,...) oscsedn(美,路径,类型,[参数]) ü= UDP的对象与打开的连接。 路径=路径字符串 =同类型的参数类型的字符串, 支持: 我=整数 f=浮动 商S =串 每组空(忽略相应的参数) 余=脉冲(忽略相应的参数) T=真(忽略相应的参数) F=假(忽略相应的参数) 乙=布尔(不是官方:将参数为T/在F型) 不支持: b=一滴 参数=参数所指定的类型。 示例 ü=的UDP( 127.0.0.1 ,7488) 的FOPEN(美) oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[]) fclose(美) 如需关于振荡信息http://opensoundcontrol.org/。(Sends a Open Sound Control (OSC) message through a UDP connection oscsend(u,path) oscsend(u,path,types,arg1,arg2,...) oscsedn(u,path,types,[args]) u = UDP object with open connection. path = path-string types = string with types of arguments, supported: i = integer f = float s = string N = Null (ignores corresponding argument) I = Impulse (ignores corresponding argument) T = True (ignores corresponding argument) F = False (ignores corresponding argument) B = boolean (not official: converts argument to T/F in the type) not supported: b = blob args = arguments as specified by types. EXAMPLE u = udp( 127.0.0.1 ,7488) fopen(u) oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[]) fclose(u) See http://opensoundcontrol.org/ for more information about OSC.)
    2011-05-15 17:56:03下载
    积分:1
  • High-frequency-emphasis
    MATLAB图像处理-基于高频强调滤波和直方均衡化图像增强(MATLAB image processing- based on high frequency emphasis filtering and histogram equalization image enhancement)
    2013-11-06 20:33:38下载
    积分:1
  • konvolusi_citra
    Konvolusi Citra: Highpass,lowpass,gaussian,sobel,etc
    2013-04-26 09:29:07下载
    积分:1
  • lianxuchaoliu
    MATLAB连续潮流程序(9节点) (百度百科)连续潮流需要注意的问题: 1 连续潮流中两个重要的问题是:连续参数的选择和步长的确定。参数选取不正确或是步长不合理都会导致潮流不收敛。 2 连续潮流所求出的负荷裕度是针对特定网络状态和特定的负荷增长方式而言的。当增长方式改变或是网络结构或是参数发生改变后,连续潮流求出的负荷裕度是会改变的。 3 至今为止,出现了基于负荷增长的连续潮流、基于网络断线故障的连续潮流等。 (MATLAB continuous flow program (9 nodes) (Baidu Encyclopedia) continuous flow problems that need attention: A continuous trend in two important questions are: selection and step continuous parameter determining long. Parameter selection is incorrect or unreasonable step will not lead to the convergence trend. 2 continuous load margin is determined by the trend for a particular network status and specific in terms of load growth. When changing the growth mode or network structure or parameters are changed, the load margin is calculated continuous trend will change. 3 So far, there has been a continuous trend based on load growth, based on network fault and continuous flow and so on.)
    2015-05-18 09:06:53下载
    积分:1
  • NSGA-II
    matlab环境下实现的非支配排序遗传算法(NSGA-II),该算法在快速找到Pareto前沿和保持种群多样性方面都有很好的效果(matlab environment to achieve non-dominated Sorting Genetic Algorithm (NSGA-II), the algorithm quickly find the Pareto frontier and maintaining the diversity of the population has a good effect)
    2021-03-30 20:19:09下载
    积分:1
  • fftbianhua
    (1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解. (2) 熟悉时域离散系统的时域特性 (3) 利用卷积方法观察分析系统的时域特性. (4) 掌握序列傅立叶变换的计算机实现方法,利用序列的傅立叶变换对连续信号,离散信号及系统响应进行频域分析. ((1) familiar with the continuous signal to the manager before and after the sampling of the spectrum changes relations and deepen the time-domain sampling theorem understanding. (2) familiar with the time-domain system discrete time-domain (3) using deconvolution method of analysis in time domain characteristics. (4) master sequence Fourier Transform computer, using the Fourier transform sequence of continuous signals, Discrete signal system response and frequency domain analysis.)
    2007-07-02 12:44:20下载
    积分:1
  • Cpp1
    双音多频,由高频群和低频群组成,高低频群各包含4个频率。一个高频信号和一个低频信号叠加组成一个组合信号,代表一个数字。DTMF信号有16个编码。利用DTMF信令可选择呼叫相应的对讲机。(Dual tone multi-frequency, high-frequency and low-frequency group composed of groups, high-frequency group contains four frequencies each. A high-frequency signal and a low frequency signal is superimposed to form a combined signal representative of a number. DTMF signal has a 16 code. DTMF signaling to the appropriate use of the intercom call.)
    2014-10-30 17:22:37下载
    积分:1
  • rosenbrock(matlab)
    Rosenbrock函数图像绘制源代码程序。为毕业设计而制作。——张景(Rosenbrock function image mapping program source code. Designed and produced for graduation.- Zhang)
    2009-03-06 21:47:43下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载