资源列表
gabort.m
- 一个很不错的matlab 程序,贡献出来与大家共享,希望对大家有所帮助
possion
- 本程序是有关泊松过程的模拟、检验及参数估计
chapter10
- matlab与 人工神经网络2007 配套源程序-matlab and artificial neural network supporting source, 2007
IIR
- 用双线性变换法设计IIR数字滤波器 (1)用双线性变换法设计一个巴特沃斯低通IIR 数字滤波器。设计指标参数为:在通 带内频率低于0.2π 时,最大衰减小于1dB;在阻带内[0.3π ,π ] 频率区间上,最小衰减大于15dB。 (2)以0.02π 为采样间隔,打印出数字滤波器在频率区间[0,π / 2] 上的幅频响应特性 曲线。 (3)用所设计的滤波器对实际心电图信号采样序列(在本实验后面给出)进行仿真滤 波处理,并分别打印出滤波前后的心电图信号波形图,观察总结滤波作用
sdft
- 8fsk的SDFT解调与普通DFT解调算法的对比-SDFT of 8fsk ordinary DFT demodulation demodulation algorithm comparison
POLYPHASE
- 信号多相滤波matlab 实现32 信道滤波,滤波阶数为512-Polyphase filter matlab signal channel 32 filter, filter order 512
music(3)
- 使用MATLAB软件对智能天线进行DOA估计的MUSIC算法仿真研究,希望对大家学习有帮助-Using MATLAB software on smart antennas for DOA Estimation Algorithm for Simulation of MUSIC, in the hope that will help them to learn
calcDError
- Sensoer code is realted to loacalization that is written in matlab programming-Sensoer code is realted to loacalization that is written in matlab programming..
crossentropy
- for cross entropy implementation
huffmantree
- HUffman编码二叉树算法,能够对图像或文件进行Huffman编码-Huffamn
MATLAB1.ZIP
- cross corelation program matlab
LMS_RLS_sim
- 功能描述:测试LMS与RLS算法,比较两种算法的收敛特性 文件名:LMS_RLS_sim.m 测试用例: x(n)+a1*x(n-1)+a2*x(n-2)=e(n),a1=-1.6,a2=0.81,e(n)为高斯白噪声 文件输出:系数a1的值 调用函数:function [A] = LMS_Algo(M,N,mu,xn) 被调用:无 作者:mingcheng 编写时间:2009-10-13 修改时间:2009-10-13