-
ISODATA
isodata 迭代自组织的数据分析算法(isodata )
- 2010-11-23 09:51:57下载
- 积分:1
-
vblast_mimo
这个是我自己写的关于qpsk的MIMO信道的vblast的vblast算法,站长帮帮忙,我现在很需要一篇<信道估计算法>(基于瑞利衰落信道的LS算法的Matlab程序),后天就要交了,救人一命胜造7级浮屠啊!(this is what I wrote on the qpsk MIMO channel operator vblast the vblast France, the head of help out, I am now a need)
- 2006-09-05 04:36:49下载
- 积分:1
-
1004.5367v1
有关可变码长的LDPC编码电路的设计与实现和一些相关的英文资料以及文献(LDPC)
- 2010-05-22 13:56:23下载
- 积分:1
-
SATSP
使用模拟退火算法(SA)解决TSP问题的Matlab代码(use SA for solving TSP problem)
- 2011-11-22 23:47:48下载
- 积分:1
-
FFT
matlab中读取txt文档数据并绘图 (matlab read txt document data and drawing)
- 2015-05-18 19:29:09下载
- 积分:1
-
p0802
说明: \matlab编写的车牌定位的程序,两个.m文件(\ Matlab written procedures for license plate location, 2. M file)
- 2010-04-29 22:21:37下载
- 积分:1
-
tiaoshiban
设计一个AC/DC/AC变频器设计,具体参数如下:三相交流输入380V/50Hz,三相输出交流电压500V/400Hz,THD<5 ,负载为一般的阻感负载,功率5000W。(Design of a AC/DC/AC converter design, the specific parameters are as follows: Three-phase AC input 380V/50Hz, three-phase output AC voltage 500V/400Hz, THD < 5 , as a general resistive load inductive load, power 5000W.)
- 2021-01-13 22:58:47下载
- 积分:1
-
Matlabvoice
通过计算机上的多媒体卡,按照下列过程进行声音信号的录制、处理和回放,观察处理前后的波形,同时比较声音信号处理前后的效果。
1、 将录制的信号反褶以后播放(反褶以后的信号移到t=0点开始)。
2、 将录制的信号改变取样率(相当于进行了尺度变化)以后播放。
3、 将录制以后的信号延时1s,并将幅度降低一半,接着与原来的信号相加,然后播放。(Multimedia card on your computer, follow the process for recording, processing, and playback sound signal waveform observed before and after treatment, while comparative effectiveness sound signal before and after treatment. 1, the signal recorded after deconvolution player (deconvolution signal moves after t = start 0:00). 2, the signal is changing the sample rate recording (is equivalent to a scale change) later playback. 3, after the recorded signal delay 1s, and reduce the rate by half, and then with the original signal are added, then play it.)
- 2020-09-01 22:48:09下载
- 积分: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
-
ringresonator
动态硅环仿真程序 主要用于模拟硅环的谐振特性以及双光子吸收效应,非线性的动态过程。(silicon resonator dynamic simulation)
- 2009-12-10 00:16:04下载
- 积分:1