-
DataGenerator
生成不同长度、不同字母表的数据集,适合于学术实验数据的生成。(Generate different length, different data sets the alphabet, suitable for academic experimental data generation.)
- 2010-01-30 10:14:20下载
- 积分:1
-
codeerr
bpsk的调制与解调的过程,并采用卷积码,讨论其误码性能随着其功率、频偏、相偏而变化.(bpsk modulation and demodulation process and using convolutional codes, to discuss its error performance with its power, frequency offset, phase offset changes.)
- 2014-02-14 00:19:41下载
- 积分:1
-
4psk
4psk信号的蒙特卡洛误码率仿真,与理论误码率的对比(Monte Carlo signal 4psk BER simulation, and theoretical bit error rate comparison)
- 2008-05-19 22:24:04下载
- 积分:1
-
WLH
以齿轮系统动力学和非线性动力学理论为基础,针对齿轮系统时变啮合刚度和齿侧间隙耦合作用的具体特点,建立了齿轮系统非线性模型,并用数值积分和数值仿真方法对其在某些参数域中进行了非线性振动研究(Based on the dynamics of a gear system and the theory of nonlinear dynamics, co nsidering characteristics of coupling action of the time-varying mesh stiffness and the gear backlash, a model of the nonlinear gear system is developed. The nonlinear vibration is studied by using numerical integration method and numerical simulation in some parameter fields.)
- 2020-12-29 09:29:00下载
- 积分:1
-
00001901
HVDC Increasing Popularity
- 2012-08-05 17:59:51下载
- 积分:1
-
DataRead
matlab 读取振动信号数据程序 适合了解振动信号结构(头文件)(The MATLAB reads the data of the vibration signal of program suitable for vibration signal structure (header))
- 2015-03-08 20:43:22下载
- 积分:1
-
Implementasi-Metode-Edge-Linking-untuk-Setyo-Nugr
implementation edge link image processing
- 2012-11-27 21:01:04下载
- 积分:1
-
chirp
chirp信号相关处理,与M序列的比较,chirp信号在系统辨识中的应用(Chirp signal correlation processing and comparison with M sequence, and application of chirp signal in system identification)
- 2017-07-30 20:15:58下载
- 积分:1
-
RandWPSO
随机权重粒子群算法,来自来自于《精通MATLAB最优化计算》( pso with random weight)
- 2010-01-04 11:36:33下载
- 积分: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