-
cyclic_cross_periodogram
matlab编写基于循环平稳谱估计的认知无线电频谱感程序。(matlab to prepare a smooth spectrum estimation based on the cycle of the radio spectrum of the cognitive sense of the procedure.)
- 2009-05-08 18:07:36下载
- 积分:1
-
radar_trans_of_airplane
pdf文档,机载雷达坐标系变换相关内容,介绍了机载雷达坐标系下的探测目标位置表达方式(pdf document,introduce the coordinates translates method of the airplane between the target)
- 2015-02-10 22:20:21下载
- 积分:1
-
shopdemo
shopdemo 很好的商店练手工具,自己看看吧 对你有帮助就下(dont konw)
- 2011-12-28 20:32:35下载
- 积分:1
-
outlier
利用matlab进行离群点检测,包含KNN,LOF,k-means方法(Using MATLAB to detect outliers, including KNN, LOF and K-means methods.)
- 2021-04-14 16:28:55下载
- 积分:1
-
Rungekutta4th
四阶Runge-Kutta法解一阶常微分方程Matlab代码(Fourth-order Runge-Kutta method for solving a first-order ordinary differential equations Matlab code)
- 2009-12-28 21:05:26下载
- 积分:1
-
crystal_process
对工业生产过程结晶过程的一个仿真程序软件包,具体描述可以参见文献"Advanced control of crystallization processes"。(on industrial production process of a crystallization process simulation program package, specific description can be found in the literature "Advanced control of crystallizat ion processes. ")
- 2006-12-26 21:45:37下载
- 积分:1
-
arma
谱分析;功率谱
通过matlab对功率谱生成进行编码,从而简单快捷的生成功率谱图。(power respectrum)
- 2011-07-13 09:35:28下载
- 积分:1
-
MLR
多元线性回归算法,能将多个线性的物质之间的变量和自变量之间建立相关度高的线性回归方程。(Multiple linear regression algorithm, can the variables and between multiple linear material to set up linear regression equation with high correlation between independent variables.
)
- 2013-10-03 23:47:27下载
- 积分: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
-
tftb_window
时频窗口选取并计算,有效选择时频窗口。对初学者有用(yields a window of length N with a given shape)
- 2020-09-18 09:27:55下载
- 积分:1