-
tutorial-MATLAB-matrix-notation
AN INTRODUCTION TO MATRIX MANIPULATION IN MATLAB
The power that MATLAB brings to digital image processing is the extensive set of functions that are available in MATLAB for processing multidimensional arrays, of which matrices (two dimensional numerical arrays) have a one to one correspondence with digital images. This tutorial discusses and illustrates a number of ways used to manipulate matrices. Usually, this is the first step in learning how to apply MATLAB tools to image processing applications.
- 2009-10-13 13:52:33下载
- 积分:1
-
fft_plot
routine to take the Fourier transform of a signal and plot both the time and frequency domain representations. Typical use:
>> n = 100 number of data points
>> dt = 0.01 spacing between samples
>> t = 0:dt:(n-1)*dt time vector
>> y = sin(2*pi*10*t) 10 Hz sin wave
>> fft_plot(y,dt) plot of signal in time and frequency domain
- 2009-06-23 06:04:38下载
- 积分:1
-
zhuomian
这是关于正交解调与正交调制的一些matlab源代码 呵呵(This is about orthogonal demodulation and orthogonal modulation of some of the matlab source code ha ha
)
- 2013-01-07 15:11:54下载
- 积分:1
-
myfir
该程序实现FIR滤波器,是数字信号处理的重要内容。(FIR filter, digital signal processing is an important element.)
- 2006-06-30 10:35:28下载
- 积分:1
-
work
floyd算法产生矩阵读出算法,能够读出路由矩阵(floyd algorithm to generate matrix read out algorithm, able to read way by the matrix)
- 2010-07-11 17:50:42下载
- 积分:1
-
Simulink_Files_DPD
Nonlinear Distortion in Wireless Systems: Modeling and Simulation with Matlab一书中的源代码simulink文件.(This book covers the principles of modeling and simulation of nonlinear distortion in wireless communication systems with MATLAB® simulations and techniques
In this book, the author describes the principles of modeling and simulation of nonlinear distortion in single and multichannel wireless communication systems using both deterministic and stochastic signals. Models and simulation methods of nonlinear amplifiers explain in detail how to analyze and evaluate the performance of data communication links under nonlinear amplification. The book addresses the analysis of nonlinear systems with stochastic inputs and establishes the performance metrics of communication systems with regard to nonlinearity. In addition, the author also discusses the problem of how to embed models of distortion in system-level simulators such as MATLAB® and MATLAB Simulink® and provides practical techniques that professionals can use on their own projects. Finally, the book explores simulation )
- 2013-01-20 13:26:44下载
- 积分:1
-
matlab-scanning-algorithm
利用matlab对一副图像的灰度值进行扫描运算(Use matlab for gray values of an image scanning operation)
- 2013-11-25 16:12:46下载
- 积分:1
-
wavelet_bp
说明: 自己编写的小波神经网络的代码。已经得到成功的应用(I have written code for wavelet neural network. Has been successfully applied)
- 2008-10-20 15:53:27下载
- 积分:1
-
Speakerrecognitionsystem
speech recognition matlab code
- 2009-11-08 02:13:50下载
- 积分:1
-
ExcelSerialDateFunctions
convert data excel to matlab datestr
- 2009-12-14 17:04:11下载
- 积分:1