-
smartantenna
Matlab智能天线算法(包含电磁场基本原理、天线阵基本原理、随机过程、传播信道特性、到达角估计、自适应波束成形等的仿真代码)(Smart antennas for wireless communication(MATLAB))
- 2021-04-22 19:38:48下载
- 积分:1
-
readuff
reading universal file format
- 2012-04-06 01:45:59下载
- 积分:1
-
GUI-instance-of-source
35个完整GUI实例 源程序免费下载!方便大家对matlab的学习!(35 complete GUI instance of source free download!)
- 2012-04-07 10:48:33下载
- 积分:1
-
667-exe
darkeden 6.67 ver exe file!!
- 2014-01-15 15:20:52下载
- 积分:1
-
BLDC-Motor-Modelling-and-Control
无刷直流电机Matlab/Simulink仿真(BLDC Simulink simulation)
- 2014-05-01 22:09:17下载
- 积分:1
-
target-tracking-using-kalman
卡尔曼滤波轨迹跟踪target tracking using kalman(target tracking using kalman)
- 2013-09-03 16:28:28下载
- 积分:1
-
the-BER-for-BPSK-in-OFDM-modulation-in-the-presen
the BER for BPSK in OFDM modulation in the
presence of Rayeligh fading channel simulation in matlab programme
- 2011-10-07 01:00:07下载
- 积分: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
-
BUCK-SMC
本设计对滑模变结构控制进行相关的研究,以Buck型变换器的控制为重点,通过对基本型的三阶滑模变结构控制方法、改进型的滑模变结构控制方法和基于等效理论的定频滑模控制方法的仿真,调节控制系统的参数,最后完成仿真,实验波形验证理论。(The design of the variable structure control studies related to control Buck Converter for emphasis, through the basic third-order sliding mode variable structure control, sliding mode variable structure control and improved based on equivalent fixed-frequency simulation sliding mode control theory, the control system tuning parameters, and finally complete the simulation experiments verify the theoretical waveform.)
- 2014-05-09 10:12:29下载
- 积分:1
-
demo
说明: 基于互质采样-分段相参积累多项式相位变换的微弱线性调频信号检测算法。该代码的相关论文以oral presentation的形式发表于2018年10月在南京举行的IET国际雷达会议。(Multi-component LFM parameter estimation via order-2 DPT
(overlapping and coprime)
Author: Dr. Shengheng LIU)
- 2019-01-06 13:36:56下载
- 积分:1