-
date07
SIGMA DELTA MODULATOR
- 2012-04-09 12:28:24下载
- 积分:1
-
LMS
最小均方濾波器是一類可通過最小化誤差訊號之均方值而修正濾波器係數,以類比所需理想濾波器的自適應濾波器,其中作為修正依據的誤差訊號為理想參考訊號與實際輸出訊號之差。該種濾波器所用之最小均方法只以當前之訊號誤差值為準進行修正,是一種隨機梯度下降法。最小均方法係由斯坦福大學的Bernard Widrow教授及他的首位博士班學生Marcian Hoff於1960年提出。最小均方濾波器屬於常見的自適應濾波器種類之一。(The minimum mean square filter is an adaptive filter that can correct the filter coefficients by minimizing the mean square value of the error signal to analogize the desired ideal filter. The error signal used as the correction reference is the ideal reference signal and the actual output. The difference between the signals. The minimum averaging method used in this kind of filter is only corrected based on the current signal error value, which is a stochastic gradient descent method. The minimum mean method was proposed in 1960 by Professor Bernard Widrow of Stanford University and his first PhD student, Marcian Hoff. The least mean square filter is one of the common types of adaptive filters.)
- 2019-02-21 22:43:06下载
- 积分:1
-
PSO
说明: 粒子群算法,也称粒子群优化算法是近年来发展起来的一种新的进化算法,该程序用matlab编写而成(Partical Swarm Optimization)
- 2011-03-03 19:49:09下载
- 积分:1
-
GUI
用matlab语言编写了一个GUI截面,通过该界面可以实现图像的傅立叶变换,反傅里叶变换,高低通滤波,以及把黑白图像转化成灰度图像等功能。(Matlab language with a GUI section, the interface can be achieved through the Fourier transform of the image, anti-Fourier transform, high and low pass filter, and the black and white image into gray image and other functions.)
- 2011-05-12 20:53:41下载
- 积分:1
-
matlab
matlab绘图指令,适合初学者
(ppt)(Matlab drawing instructions(ppt))
- 2011-09-05 15:31:12下载
- 积分:1
-
matlab
malab用于基因芯片数据的聚类研究和基因功能的研究(malab for microarray data clustering research and the study of gene function)
- 2013-04-15 09:31:31下载
- 积分: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
-
Lyapunov
说明: 计算李雅普诺夫指数,分析系统的发散性,对系统稳定性分析得到结论(The Lyapunov exponent is calculated, the divergence of the system is analyzed, and the stability of the system is analyzed)
- 2020-09-10 20:08:12下载
- 积分:1
-
mccdma_wafsf_st2cpic_p04_1g64pa
MC-CDMA Walsh code for the communication systems.
- 2009-11-04 22:46:03下载
- 积分:1
-
JPEG_main
说明: JPEG压缩编码算法函数编程实现 子块DCT变换的图像频谱显示;8×8子块DCT变换系数按“Z”(Zig-Zag)扫描的图像重建;
JPEG压缩编码(进行8×8子块的DCT图像变换,JPEG量化矩阵的量化与反量化,8×8子块DCT的图像重建);
计算图像的均方根误差 、显示误差图像和误差直方图。(failed to translate)
- 2011-03-24 13:36:32下载
- 积分:1