-
comet
卫星返回地球的运动轨线示意图,做成动画,看着有动感。(Satellite to return to the Earth s movement trajectory diagram and create animation, looking at dynamic.)
- 2008-01-07 19:12:57下载
- 积分:1
-
802[1]
802.11 无线网络MATLAB仿真代码(802.11 wsn matlab simulate resource code)
- 2010-01-24 11:52:42下载
- 积分:1
-
multiplerpower
乘子迭代过程,五个文件,实现迭代运算,有效提高性能(Multiplier iteration process ONE,Implement iterative operation, effectively improve the performance to realize iterative operation, effectively improve the performance)
- 2014-10-25 21:13:57下载
- 积分:1
-
greymodel
灰色预测模型在Matlab的语言编程(基于GM(1,1)模型)(Gray model in Matlab programming language (based on GM (1,1) model))
- 2011-10-24 21:09:51下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
OFDM_Simulator
ofdm的simulink仿真程序,经过本人验证,绝对好用!(The OFDM simulink simulation program, after I verified, the absolute ease of use!)
- 2007-11-08 20:34:12下载
- 积分:1
-
monitext
弹载毫米波辐射图像模拟生成方法研究,光学图像模拟生成微波图像(Missile millimeter wave generation method of image simulation, optical image simulation generates microwave image)
- 2010-08-23 13:42:30下载
- 积分:1
-
2DFDTDPML
2DFDTD TM波模拟仿真,采用CPML边界条件(2DFDTD TM wave simulation, the boundary conditions used CPML)
- 2010-10-16 11:30:38下载
- 积分:1
-
APSK-modulation-in-AWGN-channel
通过matlab仿真工具仿真分析了APSK调制方式在典型的加性高斯白噪声下的传输性能(Through simulation matlab simulation tool analyzes APSK modulation in a typical additive white Gaussian noise transmission performance)
- 2013-11-20 16:12:45下载
- 积分:1
-
TIchinese_A2153
Download Now:
Title: 802.11b PHY MATLAB Code
Author: Stuart McGarrity
Summary: 802.11b PHY MATLAB Code.
MATLAB Release: R13
Required Products: Communications Toolbox,Signal Processing Toolbox
Description: BER simulation of DBPSK, 1Mbps mode of 802.11b. Assumes perfect synchronization. Should work in earlier releases.
(Download Now: Title: 802.11b PHY MATLAB Code Author: Stuart McGarrity Summary: 802.11b PHY MATLAB Code. MATLAB Release: R13 Required Products: Communications Toolbox, Signal Processing Toolbox Description: BER simulation of DBPSK, 1Mbps mode of 802.11b. Assumes perfect synchronization. Should work in earlier releases.)
- 2010-09-22 07:04:02下载
- 积分:1