-
buscaRed.m
This code will find the best neural network by training a lot of times and calculating the MSE
- 2010-10-19 10:43:54下载
- 积分:1
-
ofdm
gnuradio下ofdm系统的python实现。包括收发路径,fft变换,标准的ofdm程序。(ofdm system under gnuradio achieve python. Including the transceiver path, fft transform, ofdm standard procedures.)
- 2021-03-24 20:49:17下载
- 积分:1
-
videofig
A figure ready to scroll through and play videos. You can also draw any custom graphics on it.
(VIDEOFIG(NUM_FRAMES, @REDRAW_FUNC) creates a figure with a horizontal scrollbar and shortcuts to scroll automatically. The scroll range is 1 to NUM_FRAMES. The function REDRAW_FUNC(F) is called to redraw at scroll position F (for example, REDRAW_FUNC can show the frame F of a video).
This can be used not only to play and analyze standard videos, but it also lets you place any custom Matlab plots and graphics on top.
Jiro posted a great example on the Pick of the Week blog, along with a nice GIF animation so you can see it in motion:
http://blogs.mathworks.com/pick/2010/12/10/video-player-for-your-frame-based-processing/
EXAMPLE 1
Place this in a file called "redraw.m":
function redraw(frame)
imshow([ AT3_1m4_ num2str(frame, 02.0f ) .tif ])
end
Then from a script or the command line, call:
videofig(10, @redraw)
redraw(1)
The images "AT3_1m4_01.tif" ... "AT3_1m4_10.tif" are part of the Image
Processing Toolbox and there s no ne)
- 2010-12-14 16:38:11下载
- 积分:1
-
BPSK_MMSE
the code simulates the ofdm using BPSK over awgn channel
- 2012-05-22 22:31:00下载
- 积分:1
-
PatternRecognitionTask
这是一个用liblinear进行分类的例子,需要有liblinear环境(Using liblinear to do classification task)
- 2014-01-14 14:08:33下载
- 积分:1
-
FLL_PLL_demo
Demo that shows how Phase Lock Loop and Frequency locked loop works.
- 2020-11-11 21:29:44下载
- 积分:1
-
matrixmethod
用传输矩阵法解一维光子晶体能带,透过率,以及群速度方向问题,概念清晰,自己编写的,应该比较容易看懂。(the transmission matrix method for one-dimensional photonic
crystal, whose parameters are from the paper "negative refraction
in one dimensional photonic crystal without negative refractive
index material" IJMOT, 2010,5(4))
- 2011-11-28 12:34:30下载
- 积分:1
-
噪声建模
文件为通信系统中散粒噪声以及高斯有色噪声matlab建模(File Modeling for Particle Noise and Gauss Colored Noise in Communication System by MATLAB)
- 2020-10-30 12:29:56下载
- 积分:1
-
facerecognitionLDARecognition
人脸识别源程序,LDA的matlab源码,试试看看吧,效果还好(face recognition program, the LDA Matlab source Try Look here, the better results)
- 2006-09-20 16:18:50下载
- 积分:1
-
sigSPWM
本例程功能是实现SPWM单极性调制。本例程搭建了完整的模型,能够对单极性SPWM进行研究。(The routine SPWM unipolar modulation. The routines to build a complete model, Unipolar SPWM research.)
- 2013-01-12 15:42:28下载
- 积分:1