-
gm1
灰色模型用于预测随机性强的数据,很具价值(Grey model is used to predict the randomness of the strong data, very valuable)
- 2012-09-01 19:38:53下载
- 积分:1
-
peakfit
matlab code for Command-line peak fitting function for time-series signals
- 2015-02-03 13:37:22下载
- 积分:1
-
simulinkemulate
Simulink建模与仿真,simulink窗口环境简介
(failed to translate)
- 2009-04-05 22:10:26下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
NLS
Solving Non linear Schrodinger Equation in Optical Communication
- 2013-04-02 02:57:46下载
- 积分:1
-
GPS-Matlab2006
电子书:《GPS基本原理及其Matlab仿真》2006,全文扫描清晰版(EBook: GPS Fundamentals and Matlab simulation 2006)
- 2015-04-05 16:04:35下载
- 积分:1
-
zcj
说明: 这是一个基于PQ控制的逆变并网模型,可以完美运行。(PQ control, perfect operation.)
- 2019-04-11 10:00:36下载
- 积分:1
-
yuce
对libsvm产生的model进行转换,从原先matlab的mat格式,转换为c语言的文本格式,然后进行预测预测(Allow phonetic typing
Libsvm the model converted from the original Matlab mat format, converted to text format c language, and then to predict the forecast)
- 2012-04-23 10:01:56下载
- 积分:1
-
efk_example
Extended Kalman Filter MATLAB code
- 2013-08-18 15:26:04下载
- 积分:1
-
Energy-Detection-Algorithm
针对目前双门限能量检测中存在的当判决统计量落在两门限之间时,需循环检测的问题,本文将介绍一种基于自适应双门限的能量检测算法。(we analyze and compare several main types of threshold in energy detection, then propose a new energy detection algorithm based on adaptive double threshold. )
- 2016-11-21 23:27:13下载
- 积分:1