-
SVD_MATLAB_program
SVD Source Code, realized on MATLAB
Image Compression is the application using Linear Algebra tools
- 2010-10-20 21:48:33下载
- 积分:1
-
SVMbaseddetectionofthepopulation
基于SVM的人口检测 把SVM这种比较优化的分类器用于人口检测中去 以得到较好的效果(SVM-based detection of the population compared to such optimized SVM classifier to test for the population in order to obtain good results)
- 2009-05-14 19:41:15下载
- 积分:1
-
rayleigh-channel
This program simulation Rayleigh channel and Magnitude of fft of a single realisation of X(t) and Calculating the central moments and beta values for in and quadrature phase.
- 2013-04-22 18:04:17下载
- 积分:1
-
线性调频信号的速度多普勒模糊函数chirp-ambiguity
线性调频信号的速度多普勒模糊函数,有三维以及二维截面图(The speed of linear frequency modulation signal doppler fuzzy function, there are three dimensional and two dimensional section graph)
- 2020-07-08 08:48:57下载
- 积分:1
-
PSO
用于迭代式搜索,和GA算法有相似之处,但收敛速度更快(for iterian searching)
- 2012-03-28 11:52:13下载
- 积分:1
-
MATLAB_Simulink_tutorial
this file is about matlab/simulink
- 2011-09-03 06:32:45下载
- 积分:1
-
MATLAB-GUI-SHEJI
利用MATLAB中的GUI(图形用户界面),实现图像的灰度化,直方图,图像的错切变换,直方图均衡化,量化图像及图像的傅里叶频谱,是效果更加明显。(In MATLAB GUI (graphical user interface), to achieve graying, histogram, image conversion cut the wrong image, histogram equalization, quantized image and the image of the Fourier spectrum of the effect is more obvious.)
- 2014-11-13 13:29:49下载
- 积分:1
-
multi_user_dectect
盲自适应多用户检测---LMS算法、RLS算法;其中产生m序列、gold序列(Blind Adaptive Multiuser Detection--- LMS algorithm, RLS algorithm which generates m sequences, gold sequences)
- 2013-12-16 19:09:37下载
- 积分:1
-
matlab
matlab数字信号处理(实例 _实现)PDF,数字信号处理常用的MATLAB程序及常用函数(matlab Digital Signal Processing (examples _ realization) PDF, digital signal processing and common procedures commonly used MATLAB function)
- 2015-04-13 16:21:09下载
- 积分:1
-
1
说明: 在命令窗输入如下内容就得到图形了:
[t,x]=ode45( godhua ,[0,10],[0,0,0,1])
subplot(131) plot(t,x(:,4)) xlabel( t ) ylabel( y )
subplot(132) plot(t,x(:,1)) xlabel( t ) ylabel( v )
subplot(133) plot(t,x(:,2)) xlabel( t ) ylabel( \theta ) (At the command window type the following content to be the graphics: [t, x] = ode45 (godhua, [0,10], [0,0,0,1]) subplot (131) plot (t, x (:, 4 )) xlabel (t) ylabel (y) subplot (132) plot (t, x (:, 1)) xlabel (t) ylabel (v) subplot (133) plot (t, x (:, 2)) xlabel ( t) ylabel (heta))
- 2007-12-09 20:16:04下载
- 积分:1