-
untitled
说明: 基于matlab/simulink的am调制解调的仿真(Based on matlab/simulink simulation of the am modulation and demodulation)
- 2011-04-09 16:30:54下载
- 积分:1
-
math
Draws a sinusoidal signal with a sampling rate
- 2013-01-26 15:08:04下载
- 积分:1
-
f_sin
matlab编写的复正弦信号频率估计程序,分别计算Tretter方法、kay、lovell&williamson等方法(matlab write complex sinusoidal signal frequency estimation procedures were calculated the Tretter method, kay lovell & williamson other methods)
- 2012-08-21 10:27:56下载
- 积分: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
-
GA
说明: 基因演算法genetic algorthim的程式實現,可利用此程式找出最佳化解(Genetic algorthim genetic algorithm implementation of the program, this program can be used to resolve the best)
- 2009-04-03 18:50:24下载
- 积分:1
-
navneet-report
Automatic toll collection system
- 2013-12-12 21:59:37下载
- 积分:1
-
TA-considering-time-delay
考虑时间延迟的传递对准程序,基于速度+姿态匹配方式(Transfer alignment considering time delay)
- 2021-01-19 09:48:43下载
- 积分:1
-
fungry1
灰色模型的MATLAB实现,用于预测模型,是数学建模中的常用模型。(GM(1,1)model matlab )
- 2009-09-07 21:50:55下载
- 积分:1
-
Remotesensingtechnologyandremotesensingdigitalimag
遥感技术与遥感数字图像分析处理方法;遥感技术与遥感数字图像分析处理方法(Remote sensing technology and remote sensing digital image analysis and processing methods)
- 2010-12-25 20:22:06下载
- 积分:1
-
cowell_back
some codes for calculate orbit definition
- 2014-01-08 02:10:13下载
- 积分:1