-
matlab
使用matlab编程进行工程计算如解线性方程组或者进行数值计算的方法(the use of matlab to accomplish engineering calculations such as solving linear equations or numerical calculation)
- 2009-03-23 18:00:13下载
- 积分:1
-
costas_chuantong
传统的COSTAS环SIMULINK建模仿真(COSTAS ring SIMULINK modeling and simulation)
- 2012-06-02 23:26:10下载
- 积分:1
-
H 最大模型
分层对象识别、 受生物启发的对象识别模型、 人脸识别对象识别模型
- 2022-03-15 09:44:39下载
- 积分:1
-
数字信号处理matlab实验
数字信号处理,信号与系统相关的matlab基础实验。例如双线性变换法设计数字IIR滤波器,用脉冲响应不变法设计数字IIR滤波器,设计FIR滤波器等等。适用于初学者。
- 2022-03-20 10:42:21下载
- 积分:1
-
完整的MFCC参数的提取例程代码
已调制信号计算其普相关密度,调试通过可以使用,音频信号通过LM386放大,matlab小波分析程序,插值与拟合的matlab实现,已经调试成功.内含m文件,可直接运行。
- 2022-07-25 10:57:29下载
- 积分:1
-
wangluoserver
用于网络服务的matlab源程序,没有解压密码,可直接打开使用(network services for the Matlab source, without extracting passwords, can be directly used to open)
- 2006-06-22 09:55:14下载
- 积分:1
-
modulation
bfsk的调制部分,基于MATLAB平台。(the modulation of bfsk)
- 2012-04-03 20:36:46下载
- 积分:1
-
[codes]LeNet-5
是matlab的代码,关于yann Lecun在89年提出的cnn的原型,这个代码成功应用于欧洲很多国家的手写支票识别(Is matlab code on cnn yann Lecun prototype made in 1989, this code successfully applied to handwriting recognition check many European countries)
- 2014-12-04 09:42:39下载
- 积分:1
-
MATLAB_Simulink1
MATLAB_Simulink1 对于模拟通信系统的仿真 是比较好的东西 (MATLAB_Simulink1 Analog communication systems for the simulation is relatively good things)
- 2009-03-19 20:10:06下载
- 积分:1
-
bpsk_Awagn_Rayleigh
说明: 实现了一个直接扩频系统,使用BPSK作为调制解调方法。并比较白噪声AWGN及瑞利衰落(rayleigh fading)环境下,误码率的影响。(There are two files in the zip folder. bpsk_spread.m and jakesmodel.m
Steps for simulation:
1] Run jakesmodel.m first
2] Then run bpsk_spread.m .
3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented
4] The resulting performance is stored in BER_awgn.
5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file.
6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable.
7] Run the simulation.
To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray
>>semilogy([1:8],BER_awgn(1:8), g* )
hold on
semilogy([1:8],BER_ray(1:8), -.b* )
hold on
grid on )
- 2010-03-22 23:11:17下载
- 积分:1