-
rayleigh_fading_channel_sim.zip
这是关于瑞利衰落信道的matlab仿真程序(on Rayleigh fading channels Matlab simulation program)
- 2007-03-14 15:55:20下载
- 积分:1
-
SWII
Swerling case two radar target
- 2012-01-31 00:13:09下载
- 积分:1
-
4dpsk1
详细给出了4dpsk系统的 误码率计算的matlab程序
并绘出了其误码率曲线(detailed 4dpsk given the BER calculation of Matlab procedures and draws its error rate curve)
- 2007-05-17 22:31:14下载
- 积分:1
-
yuzhifa
深度图像遮挡边缘检测,阈值法,MATLAB源码(Depth of the image edge detection block, threshold method, MATLAB source)
- 2011-10-17 14:48:41下载
- 积分:1
-
matlabcar-band-positioning
matlaba车牌定位程序,方便开发者对其学习应用(MATLABcarbandcode positoning)
- 2014-11-05 22:04:29下载
- 积分:1
-
peakfinder
matlab code for Peak Finder
- 2015-02-04 13:17:26下载
- 积分:1
-
LinearBeamDirect1
DBF 数字波束直接形成 MATLAB 仿真程序(DBF Digital Beam MATLAB simulation program directly)
- 2009-05-20 20:11:42下载
- 积分:1
-
deedyman
coding for non parametric two way ANalysis Of VAriance
- 2010-12-16 20:19:51下载
- 积分:1
-
powerloadingandthresholddistance
根据已有的二维波束成型进行功率分配后的曲线和阈值距离(about the 2d-beamforming of power loading and threshold distance )
- 2010-03-10 15:35:30下载
- 积分: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