-
ofdm
完整的OFDM仿真平台,包括信道估计,调制,编码(OFDM simulation)
- 2020-11-11 19:39:44下载
- 积分:1
-
TestPrinter
TestPrinter implements TestRunner for Andriod.
- 2013-11-26 15:17:46下载
- 积分:1
-
MATLABmixedprogramming
本书介绍了MATLAB 7.X版本与其他语言混合编程的方法。内容包括在MATLAB中以文件方式导入、导出数据;在Windows和Linux开发C/C++语言的MEX文件;在Windows和Linux开发FORTRAN语言MEX文件;在MATLAB中使用动态连接库文件;在C/C++语言中调用MATLAB引擎;使用MATLAB编译器,以及如何在C/C++程序中使用mcc编译的库函数;在C++程序中使用MATLAB的COM编译器产生的COM组件等。
本书可以作为高等院校各工程专业的教学参考书,也是广大科技工作者必备的参考用书。(This book introduces MATLAB 7.X version of the mixed language programming with other methods. Included in MATLAB in order to document the way in import, export data in Windows and Linux to develop C/C++ language MEX documents in Windows and Linux development FORTRAN language MEX documents in the use of MATLAB dynamic link library file in C/C++ Calling MATLAB language engine using MATLAB compiler, and how C/C++ programs compiled using the library function mcc in C++ program using the MATLAB Compiler COM components generated by COM. This book can serve as institutions of higher learning of the engineering profession of teaching reference books, scientific and technological workers is necessary for the majority of reference books.)
- 2009-04-21 11:24:03下载
- 积分:1
-
Y33_Bursa
Bursa和精确坐标转换算法,matlab实现,且比对两者不同,进行了深入分析。
原创,请转出处。(Bursa,坐标转换,matlab)
- 2010-12-20 17:19:32下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
Matlab3
Implementing Watermarking using discrete 2-D wavelet transform.
- 2011-10-06 10:40:31下载
- 积分:1
-
ppm_tb
PPM编码器的测试文件,可以测试PPM编码是否正确(PPM encoder test file, you can test whether the correct PPM encoding)
- 2013-11-20 12:32:16下载
- 积分:1
-
illumination
使用matlab工具对输入图像进行校正光照不均匀(Using Matlab tool for the input image to correct the uneven illumination)
- 2016-04-02 22:38:04下载
- 积分:1
-
soliton
求解孤子方程的matlab源码,可用于光通信系统仿真(solving soliton equation in matlab)
- 2011-01-04 09:54:13下载
- 积分:1
-
Loadfrequencycontrol
Load frequency control simulation in matlab simulink software
- 2012-06-19 01:04:18下载
- 积分:1