-
averagedMFreceiverforFQPSKmodulation
说明: AWGN信道下对FQPSK调制的平均匹配滤波检测(averaged MF receiver for FQPSK modulation )
- 2010-04-15 10:52:39下载
- 积分:1
-
pseudo_inverse
伪逆分类法的matlab实现,包含训练和测试部分(Pseudo-inverse classification matlab realization, including training and testing parts)
- 2013-07-16 09:38:59下载
- 积分:1
-
AWGN
AWGN信道的设计与仿真加性高斯白噪声在通信领域中指的是一种各频谱分量服从均匀分布(即白噪声),且幅度服从高斯分布的噪声信号。因其可加性、幅度服从高斯分布且为白噪声的一种而得名。(Design and Simulation of additive white Gaussian noise AWGN channel in the middle of the field of communication is a uniform distribution of each spectral component (ie, white noise), and the amplitude of the noise signal to obey a Gaussian distribution. Because it can increase resistance, the magnitude of Gaussian distribution and is named after a white noise.)
- 2015-02-05 14:52:14下载
- 积分:1
-
PeriodogramaVSWelch
Analizador de espectros mediante periodograma y metodo de welch.
- 2015-04-01 23:05:17下载
- 积分:1
-
matlab
matlab课件,包括7讲,感兴趣的朋友可以看看。(matlab ppt)
- 2015-04-20 13:53:56下载
- 积分:1
-
pcaprincomp
Face recognition using ATT database and PCA with matlab s princomp function
- 2011-12-06 22:16:18下载
- 积分:1
-
Matlab_parfor
当matlab计算量很大,重复独立的循环计算很多的时候,我们可以使用matlab的并行计算,这里我先试验了parfor并行计算。以下代码仅适合新版的matlab,改编自《实战matlab之并行程序设计》。(When MATLAB has a large amount of computation and a lot of repetitive computing, we can use the parallel computing of MATLAB, where I first experimented with parfor parallel computing. The following code is only suitable for the new version of MATLAB, adapted from the parallel programming of real MATLAB.)
- 2020-07-03 17:40:02下载
- 积分:1
-
Kaggle-Nomad2018-master
说明: 毕业设计之跳频通信系统的设计与仿真。努力学习noma技术,顺利毕业。(Frequency hopping communication system)
- 2020-03-11 23:21:52下载
- 积分:1
-
ttbox25102012
一款利用matlab编写的射线追踪程序,易改易用。(The installation of TTBOX is relatively simple. All you have to do is to create some directories and tell MatLab, where TTBOX is.
if it does not already exist, create a directory matlab within your home directory.
Copy the TTBOX directory into the matlab directory
if it does not already exist, create a file startup.m within the matlab directory
Insert the following lines into startup.m:
basepath= This should be the path to your home directory!
addpath([basepath filesep matlab filesep ttbox ],1)
addpath([basepath filesep matlab filesep ttbox filesep support ],1)
execute startup within the MatLab command window.
MatLab is now ready to execute TTBOX routines.
The startup-script will be executed automatically upon start of MatLab.
In order to read the online documentation, you have to browse to the doc directory and open the ttbox/doc/ttbox.html file with your web browser (it is recommended to set a bookma)
- 2014-08-28 19:53:12下载
- 积分:1
-
peakdetect_ECG_v4
ECG心电图 峰值检测
Inputs
ecg : raw ecg vector
fs : sampling frequency
view : display span of the signal e.g. 8 seconds (8 seconds is the default)
Outputs
indexes and amplitudes of R_i, R_amp, etc
heart_rate computed heart rate
buffer_plot : processed signal(ECG peak detect analysis
Inputs
ecg : raw ecg vector
fs : sampling frequency
view : display span of the signal e.g. 8 seconds (8 seconds is the default)
Outputs
indexes and amplitudes of R_i, R_amp, etc
heart_rate computed heart rate
buffer_plot : processed signal)
- 2014-11-21 23:17:07下载
- 积分:1