-
DSBSC
SIMULATION of Double-sideband suppressed-carrier transmission (DSBSC) modulate
- 2010-11-07 20:41:13下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
sensorgroup
This submission enables MATLAB to access onboard Sensors on iPhone and iPad. With this submission, you can access a mobile device’s accelerometer, magnetometer, location, orientation and compass information directly from MATLAB running on your computer. You can access current and logged sensor data, and you can use MATLAB to visualize and analyze the mobile sensor data or make decisions based on the acquired data.
- 2013-08-01 21:43:15下载
- 积分:1
-
rout-motion-planing
this file contains a matlab code for rout planing motion.
- 2013-08-05 13:29:35下载
- 积分:1
-
Wideband-antenna-analysis
宽带天线的表面电流,辐射功率和方向图的计算,包含频率扫描(wideband antenna: surface currents,radiation pattern and the calculation of power, including the frequency sweep)
- 2013-08-09 22:39:38下载
- 积分:1
-
FastLaplace
fastlaplace算法 线性最优化问题 最小l1范数(fastlaplace algorithm linear optimization minimum of l1 norm)
- 2012-10-10 19:44:52下载
- 积分:1
-
BPSK
C/C++环境下BPSK调制信号在高斯信道下的性能仿真(BPSK modulation signal performance simulation in the Gaussian channel under C/C++ environment)
- 2021-04-18 13:38:57下载
- 积分:1
-
matlab_heat-equation_TP2
principal_chaleur
a routine for implementing the EF P1 Lagrange
for the heat equation in the following stationary condition with Nonhomogeneous Dirichlet
- 2013-12-24 05:43:39下载
- 积分:1
-
chirp1
c程序,子函数chirp()产生周期性chirp信号,即线性调频信号。(c procedures, Functions chirp () have a periodic chirp signal, that is, the linear FM signal.)
- 2020-09-29 09:47:46下载
- 积分:1
-
timesyn
说明: 通信系统中的定时同步仿真,经过matlab调试和编译,可实现定时信息提取和误差估计检测!!(Timing synchronization in communication systems simulation, debug and compile through matlab, timing information can be extracted to achieve detection and error estimates! !)
- 2010-04-21 11:03:14下载
- 积分:1