-
MATLAB_Code
学会怎样快速高效的进行matlab编程,这篇文章说明了怎样把任何一种矩阵转换成行向量,比较实用(Learn how to fast and efficient conduct of matlab programming, this article explains how to convert any kind of trip matrix vector, more practical)
- 2007-09-07 10:55:11下载
- 积分:1
-
matlab_frequency_analyse
1.产生一个连续信号,包含低频,中频,高频分量,对其进行采样,进行频谱分析,分别设计三种高通,
低通,带通滤波器对信号进行滤波处理,观察滤波后信号的频谱。
2.采集一段含有噪音的语音信号(可以录制含有噪音的信号,或者录制语音后再加进噪音信号),对其进行
采样和频谱分析,根据分析结果设计出一合适的滤波器滤除噪音信号(1. Produce a continuous signal, including low-frequency, medium frequency, high-frequency components, its sampling, spectral analysis, are designed for three high-pass, low pass, band-pass filter the signal filtering treatment to observe the signal spectrum after filtering. 2. Acquisition section of the speech signal contains noise (can record a signal containing noise, or voice recording, additional noise after the signal), its sampling and spectral analysis, based on an analysis of the results to design a suitable filter to filter out one noise signal)
- 2007-10-10 21:17:48下载
- 积分:1
-
G.723.1-v2r1a.tar
ITU-T G.723.1 Speech Coder: Matlab implementation
This package implements the speech coder and decoder. Full documentation
is in the PDF file included with the package. The test folder has test
programs for the coder and decoder (for Windows).
- 2008-03-11 23:19:30下载
- 积分:1
-
GridStorageBatt
grid energy storage battery
- 2014-11-13 00:43:43下载
- 积分:1
-
MIMO_ZF
mimo 信道仿真时均衡器的实现与仿真 性能分析(simulation of the ZF/MMSE equalizer for mimo channel model)
- 2009-05-17 18:00:13下载
- 积分:1
-
The-source-algorithm-of-SMI
SMI算法的一些源程序,简单的指出了期望信号协方差矩阵,干扰信号协方差矩阵,噪声信号协方差矩阵。(Some of the source of the SMI algorithm, simply that the desired signal covariance matrix, the covariance matrix of an interference signal, the noise signal covariance matrix.)
- 2013-02-26 14:56:07下载
- 积分:1
-
qpsk_oqam_test
说明: 使用 oqam调制的fbmc系统发射端接收端matlab代码(modulate by oqam fbmc transform and received matlab code)
- 2020-07-02 17:40:02下载
- 积分:1
-
Matlab11
Chaotic Toolbox
Mfiles for simulation of Chaotic Sysems such as Logistic Map
- 2009-10-17 03:56:20下载
- 积分:1
-
mooler
mooler matlab sours code
- 2011-06-30 04:35:19下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1