-
ODE45
matlab仿真模拟中的ode45的使用例程,文件代码是一个很好的ode45实验模板(ode45 matlab simulation in the use of routine, the file code is a good experimental template ode45)
- 2010-11-28 13:12:44下载
- 积分:1
-
Untitled
很好的程序,可以直接用。不会出现错误good program good program(a good process, the direct use of it, no errors,good program good program good program)
- 2011-09-09 21:46:54下载
- 积分:1
-
worlds-greatest-dad_indonesian-670009
Analysis of Unified Power Flow Controller for Industrial and Educational Purposes
- 2014-08-29 22:42:22下载
- 积分:1
-
Digital-Signal-Processing-Sanjit-K
Plots 3 dimensional plot of a sinc wave
- 2011-10-05 06:16:07下载
- 积分:1
-
ANewChinesePutonghuaSpeechSynthesisMethodUsingSinu
提出了一种基于正弦模型的汉语普通话语音基音同步分析和合成算法(A sinusoidal model based on the Mandarin voice pitch synchronous analysis and synthesis algorithms)
- 2007-08-07 14:54:34下载
- 积分:1
-
conv_vit_qam
Convolutional(2,1,6) Encoder and soft decision Viterbi Decoder
刚才上载的有错误,已修正(Convolutional (2,1,6) Encoder and soft decision Viterbi Decoder just uploaded a mistake, has been amended)
- 2007-10-13 19:43:54下载
- 积分:1
-
POfacets4.3
物理光学方法 近似计算散射体RCS
POFACETS is an implementation of the physical optics approximation for predicting the radar cross section (RCS) of complex objects. It utilizes the scientific computational features of MATLAB and its Graphical User Interface (GUI) functions to provide an error-free encoding of input parameters and efficient calculation of RCS. POFACETS provides a convenient tool for a “first cut” at the RCS of complex shapes by representing its constituent parts by triangular facets.
The software calculates the monostatic or bistatic RCS of the object for the parameters specified(POFACETS is an implementation of the physical optics approximation for predicting the radar cross section (RCS) of complex objects. It utilizes the scientific computational features of MATLAB and its Graphical User Interface (GUI) functions to provide an error-free encoding of input parameters and efficient calculation of RCS. POFACETS provides a convenient tool for a “first cut” at the RCS of complex shapes by representing its constituent parts by triangular facets.
The software calculates the monostatic or bistatic RCS of the object for the parameters specified)
- 2020-09-21 16:17:50下载
- 积分: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
-
Drunk-driving-injection-drug-model
运用药物注射模型,使用曲线拟合方法,解释饮酒驾车的一些实际问题。(The use of drug injection model, using the curve fitting method, to explain some of the practical problem of drinking drivers.)
- 2011-05-12 17:38:15下载
- 积分:1
-
FFT--IFFT
对原始正弦信号进行傅里叶变换与逆变换并给出结果(Fourier transform and inverse transform the original sinusoidal signals and gives results)
- 2013-04-12 09:51:52下载
- 积分:1