登录
首页 » matlab » IIR_Bandstop

IIR_Bandstop

于 2010-06-13 发布 文件大小:850KB
0 176
下载积分: 1 下载次数: 3

代码说明:

  matlab ı ı r code for pic application

文件列表:

bargraph.c,12383,2002-12-16
bargraph.h,2286,2002-12-16
IIR Band Stop Filters.doc,455168,2003-01-17
IIR_bandstop.c,11832,2002-12-16
IIR_bandstop.cdb,531422,2002-10-30
IIR_bandstop.cmd,3074,2002-07-14
IIR_bandstopcfg.cmd,7657,2003-01-21
IIR_band_stop_filters.h,8059,2003-01-14
IIR_bs_1.m,872,2003-01-17
IIR_bs_10.m,884,2003-01-17
IIR_bs_11.m,884,2003-01-17
IIR_bs_12.m,885,2003-01-17
IIR_bs_13.m,887,2003-01-17
IIR_bs_14.m,885,2003-01-17
IIR_bs_15.m,881,2003-01-17
IIR_bs_16.m,880,2003-01-17
IIR_bs_17.m,881,2003-01-17
IIR_bs_18.m,881,2003-01-17
IIR_bs_19.m,881,2003-01-17
IIR_bs_2.m,872,2003-01-17
IIR_bs_20.m,881,2003-01-17
IIR_bs_21.m,881,2003-01-17
IIR_bs_22.m,881,2003-01-17
IIR_bs_3.m,870,2003-01-17
IIR_bs_4.m,871,2003-01-17
IIR_bs_5.m,871,2003-01-17
IIR_bs_6.m,872,2003-01-17
IIR_bs_7.m,870,2003-01-17
IIR_bs_8.m,873,2003-01-17
IIR_bs_9.m,872,2003-01-17
IIR_filters_second_order.c,8132,2002-12-15
IIR_filters_second_order.h,2240,2002-11-22
Intstalling the TMS320C5416 DSK Applications.doc,469504,2003-01-22
Laboratory 7 for the TMS320C5416 DSK.doc,32768,2003-08-11
stereo.c,2912,2002-12-16
stereo.h,1943,2002-12-16
switches.c,9527,2002-12-16
switches.h,1849,2002-10-30
TMS320C5416 DSK Problems and Fixes.doc,44544,2003-01-18

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

发表评论

0 个回复

  • matlab
    主要是些matlab的常用指令,对大家可能会有所帮助(Mainly those commonly used matlab instructions may help to everyone)
    2010-05-09 14:47:15下载
    积分:1
  • 4
    说明:  对y4m视频每帧读出,隔行视频,去隔行,再把每帧组合为视频(Each frame of the video read y4m, interlaced video, de-interlacing, then the combination of video per frame)
    2010-06-15 14:22:52下载
    积分:1
  • specxture
    图像经过二维傅立叶频谱分析后,用此函数可以求取频谱的环向、楔向特征。在图像分析中具有较大用途。(After two-dimensional Fourier spectrum image analysis, this function can be used to strike a spectrum of the ring, to the characteristics of wedge. In the image analysis with a larger purpose.)
    2021-03-02 15:49:34下载
    积分:1
  • GM11
    gm(1,1)灰色预测模型,可以进行各种预测。短期的电力负荷预测尤其的好。也可以进行中长期的预测,但是效果没有短期的好(gm (1,1) Grey forecasting model can predict all kinds. Short-term load forecasting particularly well. Can also make long-term forecasts, but they were not a good short-term)
    2010-06-01 13:02:04下载
    积分:1
  • matlab
    bisection and false point methods by matlab
    2011-11-01 15:27:39下载
    积分:1
  • image-smoothing
    matlab gui 平滑模版可调 平滑功能(matlab with GUI can solve the image smoothing )
    2012-10-16 20:30:47下载
    积分:1
  • 压缩感知重构信号
    说明:  压缩感知重构信号的实例 压缩感知(Compressed sensing),也被称为压缩采样(Compressive sampling)或稀疏采样(Sparse sampling),是一种寻找欠定线性系统的稀疏解的技术。(An example of compressed sensing reconstruction signal)
    2020-08-07 10:25:00下载
    积分:1
  • fit_mix_2D_gaussian
    fit_mix_2D_gaussian - fit parameters for a 2D mixed-gaussian distribution using EM algorithm format: [u,covar,t,iter] = fit_mix_2D_gaussian( X,M ) input: X - input samples, Nx2 vector M - number of gaussians which are assumed to compose the distribution output: u - fitted mean for each gaussian (each mean is a 2x1 vector) covar - fitted covariance for each gaussian. this is a 2x2xM matrix. t - probability of each gaussian in the complete distribution iter - number of iterations done by the function
    2011-02-09 19:04:25下载
    积分:1
  • MUSIC1
    谱分析子空间MUSIC算法的实现以及MUSIC与直接估计的比较(Spectral analysis of subspace MUSIC MUSIC algorithm implementation and comparison with direct estimates)
    2011-05-29 16:21:14下载
    积分:1
  • matlab_queue_system
    自己写的用Matlab模拟一个缓冲区大小(包括正在服务的那个)为10的随机排队系统。 (1)到达过程是的泊松过程(到达速率为Mu),服务时间服从独立指数分布(均值为1/Lamda)。 对Mu//Lamda=0.2,Mu//Lamda=0.8和Mu//Lamda=1.1三种情况进行仿真,求出队列中接受服务用户为n的概率P(n), n=0,...,10。并与理论结果进行比较。 (2)假设到达过程为均匀过程(到达速率为Mu),服务时间服从独立瑞利分布(均值为1/Lamda)。(yourself writing a simulation using Matlab buffer size (including services that are) for the following 10 Machine queuing system. (1) arrival process is the Poisson process (arrival rate of Mu), submit to independent service index distribution (mean of 1/Lamda). Right Mu// Lamda = 0.2, Mu// Lamda = 0.8 and the Mu// = 1.1 Lamda three of the simulation, Queue calculated users receive services n the probability P (n), n = 0 ,..., 10. And with the theoretical results. (2) It is assumed that the arrival process for the uniform process (arrival rate of Mu), submit to independent service Rayleigh distribution (mean of 1/Lamda).)
    2007-05-16 09:14:40下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载