-
MATLAB-OFDM
MATLAB仿真OFDM,有详细的程序及文档!(MATLAB simulation of OFDM, there are detailed procedures and documentation!)
- 2011-01-06 19:24:37下载
- 积分:1
-
sinewave
正弦波、方波、锯齿波信号发生器,DSPC5000系列实现,Emulator调试通过
附带正弦波、方波、锯齿波 播表制作matlab源程序(脮媒脧脪 虏 篓 隆 垄路陆虏篓隆 垄 戮 芒 鲁 脻 虏 篓 脨脜 潞 脜 垄 脡煤脝 梅 拢 卢 DSPC5000脧渭脕脨脢渭脧脰 拢 卢 Emulator渭 梅 脢脭脥 篓 鹿 媒 赂 陆 )
- 2007-07-26 10:58:50下载
- 积分:1
-
Dmatrix
This fuction can determine the constitutive equation for isotropic material
- 2013-08-18 13:58:20下载
- 积分:1
-
GUI
用Matlab的GUI设计的能打开摄像头,进行监控的报警,就是停止的功能没有开发好还,共享一下。(Using GUI to design Matlab can open the camera, monitoring alarm, is to stop function did not develop good also, sharing what.)
- 2015-01-04 20:53:42下载
- 积分:1
-
sparse_wsf
使用加权子空间拟合(WSF)实现稀疏均匀圆阵DOA估计。优化过程用的是最陡下降法。(Using weighted subspace fitting (WSF) SPARSE DOA estimation with uniform circular arrays. Optimization process using a steepest descent method.)
- 2011-01-25 20:57:46下载
- 积分:1
-
TL_BPF_Nov05_4
计算周期传输线结构带通滤波器特性参数的程序,matlab编写(calculation cycle transmission line structure band-pass filter characteristic parameters of the process, the preparation of Matlab)
- 2007-06-14 22:26:49下载
- 积分:1
-
NNAdvanced
Advanced MLP nn sorce code-Edited
- 2014-11-04 03:39:01下载
- 积分:1
-
模拟退火计算最优系统维护时间
说明: 模拟退火计算最优系统维护时间,系统强度与衰减符合高斯分布,cpp文件用来比较蒙特卡洛方法与用分布计算的区别(Monte Carlo Method for Calculating Optimal System Maintenance Time)
- 2020-06-22 07:00:02下载
- 积分:1
-
svpwm
svpwm模型,主要是对永磁电动机进行空间矢量的控制(svpwm model)
- 2010-07-22 16:01:36下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1