-
gauss
高斯白噪声信号通过低通滤波器后的波形分析 (Gaussian white noise signal through the low-pass filter waveform analysis)
- 2013-08-28 22:57:22下载
- 积分:1
-
GrTheory
GR THEORY MATLAB CODES
- 2014-09-27 12:44:09下载
- 积分:1
-
FM
说明: This is code to simulation of AM, FM, PSK, QAM modulation
- 2014-11-29 12:25:28下载
- 积分:1
-
Matlab53
PV Inverter Simulation using Matlab/Simulink Graphical Environment and PLECS Blockset. In Proceedings of 32nd Annual Conf
- 2014-01-20 00:48:06下载
- 积分:1
-
23825753PFC_2PI
基于boost电路的双闭环PI控制单相有源功率因数校正仿真模型(Single-phase Active Power Factor Correction Simulation Model of Double Closed-loop PI Control Based on Boost Circuit)
- 2019-03-20 19:43:03下载
- 积分:1
-
transmitBeamformingTry
MVDR Beamforming wher in the interference direction null s put and the signal in the intended direction is maximised. The plots the beamformer response
- 2010-08-20 20:04:26下载
- 积分:1
-
the_total_field_scattered_field_improved_separatio
一篇讲解FDTD中,隐式格式迭代,总场散射场分离的改进的论文,对于学习总场散射场有重要作用。(FDTD in a brief, implicit iteration, the total field scattered field improved separation of papers, total field scattered field for the study has an important role.)
- 2010-11-11 11:20:50下载
- 积分:1
-
MatlabCode
the rayleigh fading channel
- 2009-06-12 05:20:13下载
- 积分:1
-
s1
说明: 对基于freedom的微电网,进行了稳定性分析以及灵敏度分析(Microgrid based on freedom, stability analysis, and carried out sensitivity analysis)
- 2013-10-16 17:33:05下载
- 积分: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