-
Index
It is a matlab sourcecodes for the calculation of refrective index of AlGaAs alloy. I think it is useful for the guys who need the accurate value of the refrective index. It can be expanded to the other semiconductor alloy if you have the related parameters.
- 2009-12-03 17:48:54下载
- 积分:1
-
RS-matlab
RS码的MATLAB实现,实现编码和译码(come true the rs)
- 2021-03-21 11:59:17下载
- 积分:1
-
hamm_dec
说明: 汉明窗译码功能,采用matlab开发平台实现汉明窗译码功能,简明操作简单(Decoding Hamming window function, the development platform used matlab hamming window decoding functions, concise easy to operate)
- 2008-11-26 19:42:23下载
- 积分:1
-
newton_interpolation
it is useful example in mat-lab which is dealing with newton interpolation
- 2012-04-22 00:24:46下载
- 积分:1
-
ESPRITalgorithm
不同的ESPRIT算法,包括总体最小二乘ESPRIT算法,最小二乘ESPRIT算法。(different ESPRIT algorithm,including TLS-ESPRIT algorithm and LS-ESPRIT algorithm.)
- 2010-08-28 14:53:40下载
- 积分:1
-
waveletmvdr
对含窄带噪声的语音信号进行小波去噪,并汇出LP谱和MVDR谱(LP and MVDR based wavelet)
- 2010-12-13 20:16:42下载
- 积分:1
-
matlab-study
说明: 各种matlab的资料,很好的学习资料,供大家学习与交流使用,欢迎一起分享。(some kinds of study books,let s study and communication with each other. welcome to share with me.)
- 2011-02-21 10:33:05下载
- 积分:1
-
PLLC
说明: 平方载波同步法的MATLAB实现 锁相环部分的仿真程序
结果正确 可以直接使用(PLLC.M)
- 2010-04-12 19:44:37下载
- 积分:1
-
matlabcode
this is a matlab code for an ieee paper named color image enhancement without gamut problem by naik(indian).
- 2009-04-04 21:07:12下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1