资源列表
LSA
- Least square approximation to solve numerical analysis problems using m file matlab program can solve least square for n order of equations
zkjflyxj
- 距离保护傅里叶模型相间阻抗算法 使用图基滤波器 控制阻抗轨迹显示范围 在阻抗平面画出阻抗圆特性、整定阻抗直线特性和短路阻抗轨迹- Impedance phase distance protection Fourier model-based filter algorithm control using the map display range impedance locus in the impedance circle characteristic impedan
Butler
- butler source code for the simulaton of smart antenna design on matlab
normal-distribution-EDF-CDF
- matlab中正态分布曲线的产生以及正态分布样本经验分布曲线 EDF 和 分布函数曲线CDF 曲线的对比-matlab in the production and the normal distribution curve normal distribution curve for Empirical distribution function curve of EDF and CDF curve comparison
HF-radar-sea-clutter
- 高频雷达海杂波的仿真波形(64点采样数据)-HF Radar Sea Clutter simulation waveforms (sampled 64 points)
fuzz5
- 模糊聚类算法在选取划分上的实例应用,绝对源码,绝对可用-fuzz cluster algorithm applying on zoning pariton.
burg
- 高频雷达 目标检测 去除 Bragg 峰 采用现代谱估计方法 burg-Remove high-frequency radar target detection Bragg peak using modern spectral estimation methods burg
mmp
- multichannel matching pursuit algorithm
Laminate
- Laminate analysis of composite plates using Matlab. Based on classical laminated plate theory.-Laminate analysis of composite plates using Matlab. Based on classical laminated plate theory.
RJ-MCMC
- 可逆挑转马尔科夫链门特卡洛算法实现代码(在matlab下实现的)-Reversible Markov chain transfer gate pick Teka Luo algorithm code (in matlab under implementation)
iirfilterdesign
- iir filter design low pass and high pass filters ...butterworth and chebyshev
Pulse-Code-Modulation
- 脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式,从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。 国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM 可分为均匀量化PCM 和对数PCM 两大类,对数PCM中,A律和μ律编码都已被定为国际标准。 本程序实现了A律、μ律以及均匀量化三种PCM,