-
matlab-impedance
通过Matlab编程计算实现的多类微波传输线阻抗在不同条件下阻抗值的计算.(Matlab programming by calculation of the multi-class microwave transmission line impedance under different conditions impedance calculations.)
- 2010-09-15 09:34:05下载
- 积分:1
-
SVM_Toolbox
SVM工具箱,包括完整的工具箱,演示程序和说明文档(SVM toolbox, including a complete kit, demo program and documentation)
- 2010-09-16 21:24:46下载
- 积分:1
-
gmsk
gmsk的源代码,包括了调制,以及有关Vertib编码的代码(GMSK source code, including the modulation, as well as the encoding code Vertib)
- 2008-03-08 11:15:43下载
- 积分:1
-
pll_component_design_matlab
design and source code for simulating PLL components with matlab
- 2010-10-19 00:46:37下载
- 积分:1
-
matlab_Resource_Seminar
its all about matlab introduction. This document would help anyone to understand matlab easily...
- 2013-07-10 12:17:39下载
- 积分:1
-
msk
msk的matlab调制与解调仿真,使用延时相干解调方式,包含差分编码与解码模块(modulation and demodulation of msk of Matlab simulation, delay Demodulation, including differential encoding and decoding modules)
- 2021-01-30 20:18:32下载
- 积分:1
-
pidtool.m
matlab中pid工具箱源代码,用于pid工具(pid toolbox in matlab sourse)
- 2015-03-12 23:39:02下载
- 积分:1
-
pid
基于Z-N的PID参数整定,代码简单实用,适合初学者使用(ZN-based PID parameter tuning, the code is simple and practical, suitable for beginners)
- 2020-11-27 20:39:30下载
- 积分: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
-
Monte_Carlo_simulation_cool
说明: 蒙特卡罗模拟随机数是最好的方式,本程序设计在552nm脉冲后,再一左一右的657nm冷却脉冲,测试激发达到100 的概率,尤其考查蓝、绿及近红外波段(MATLAB 6.5 Monte Carlo simulation cool3.m
This simulation cycles "num" number of atoms "steps" times, with a cooling sequence of
a 657 nm cooling pulse from the right, then a 657 nm cooling pulse from the left,
followed by a 552 nm quenching pulse. Then the sequence is repeated with cooling
pluses first incident from the left. Switching the pulse direction
order helps maintain symmetery in the resultant velocity distribution.
The probability of quenching the excited state is no longer 100 , it is "percent"
Random blue, IR, and green photon recoil kicks have been included in the simulation due to the
quenching.
)
- 2010-04-25 00:02:20下载
- 积分:1