-
554458566Labview
Matlab 的LabView如何同自己的设备仪器相连接,通讯以及控制的视频。非常详细的步骤教你如何建立各种设备的通讯驱动。原来LABVIEW能有这么好的功能。(This is the video to teach you how to create communication between your Labview and your instruments and control them.Very advanced steps to show you how the communication drive works under Matlab environment.)
- 2010-11-28 06:23:11下载
- 积分:1
-
rd
说明: sar 仿真程序 点目标 简单的 RD算法(sar dot target)
- 2010-05-15 20:30:17下载
- 积分:1
-
exer_online_adapt_G_CovR
online Adaptive control mfile
- 2015-01-23 04:06:26下载
- 积分:1
-
MATLABTime-frequency-analysis
专门介绍利用matlab软件进行时间-频率分析的电子书,希望对大家有帮助(Devoted to using matlab software for time- frequency analysis of the e-book, and I hope all of you to help)
- 2012-10-10 19:54:15下载
- 积分:1
-
matlab30
最常用的MATLAB程序,有30个,可供初学者使用(The most commonly used MATLAB program, there are 30 available for beginners)
- 2011-01-01 09:51:24下载
- 积分:1
-
bpsk_ofdm_CodeConv_EN
Modulation test for OFDM : This is a set of five (5) codes about COFDM (Coded Orthogonal Frequency Division Multiplexing) and coding schemes such as Convolutional, BCH, Reed Solomon (RS) and Low Density Parity Check (LDPC).
The study uses an OFDM signal over an AWGN Channel with white Gaussian noise model, and calculate the Bit Error Rate wich is plotted.
- 2013-05-06 20:51:11下载
- 积分:1
-
MATLAB
matlab的入门教程和一些实例教程,希望对大家有帮助,免费下载(matlab course of entry, and some examples of course, we would like to help, free download)
- 2009-07-10 10:53:33下载
- 积分:1
-
QAM16
说明: 主要介绍16QAM调制,及其算法的应用。(This paper mainly introduces 16QAM modulation.)
- 2020-06-24 11:00:02下载
- 积分:1
-
cvbymasonde
马颂德所著的计算机视觉书,理论与算法介绍(computer vision written by masongde)
- 2010-08-11 12:26:37下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1