-
802.11a_OFDM_MATLAB
基于802.11的matlab仿真程序,做的相当的好。希望对大家有用。大家可以参考一下。(802.11 matlab-based simulation program, to do quite good. I hope for all of us useful. We can refer to.)
- 2007-12-14 11:07:57下载
- 积分:1
-
askd
运用matlab实现ask,结合《matlab在通信仿真中的应用》编写的实现ask程序(运用matlab实现ask结合《matlab在通信仿真中的应用》编写的实现ask程序)
- 2009-03-22 16:15:42下载
- 积分:1
-
GetAccurate
对分类结果的精确度的统计,得出分类结果是否符合要求(The results of the classification accuracy of the statistics, the classification results obtained whether it meets the requirements)
- 2008-05-29 16:53:50下载
- 积分:1
-
Fischer-algorithm
误比特算法(Fischer algorithm for min BER)(Fischer algorithm for min BER)
- 2012-03-27 15:07:51下载
- 积分:1
-
BorlandMatlab
Borland C++Builder与MATLAB混合编程之COM实现方法(Borland C Builder and MATLAB's programming mixed COM method)
- 2007-04-09 14:59:31下载
- 积分:1
-
peakdet
Maximas and Minimas detection of signals
- 2012-09-06 02:22:55下载
- 积分:1
-
fft
FFt code of 8 point in matlab
- 2011-11-04 12:56:35下载
- 积分:1
-
Color-Space-Converter
颜色空间转换...................................(Color space transformation
)
- 2011-12-13 10:09:45下载
- 积分:1
-
matlab_exercise
说明: 图像处理程序,包括图像锐化,图像边缘检测等(Image processing procedures, including image sharpening, image edge detection)
- 2021-03-30 19:42:57下载
- 积分:1
-
bin2hex
function total_length=text_length_num(file_cell)
total_length=0
for i=1:length(file_cell)
y1=char(file_cell(i))
for j=1:length(y1)
if(y1(j)== > )
got=j-3
end
end
y=
for k=1:got
y(k)=y1(k)
end
[a,b,c,d]=fileparts(y)
FileName=[b c]
fid=fopen(y)
total_length_char=0
while 1
tline = fgetl(fid)
if ~ischar(tline), break,
- 2010-07-30 09:38:27下载
- 积分:1