-
Essential_MATLAB_language_and_dynamic_simulation_t
MATLAB语言精要及动态仿真工具SIMULINK
学习应用matlab中的simulink库的好的书籍。(Essential MATLAB language and dynamic simulation tool SIMULINK。
Learning simulink in matlab application of a good library of books)
- 2009-06-10 20:09:04下载
- 积分:1
-
harddecisiontest
认知无线电中 硬判决 matlab仿真代码 EGC(Hard decision cognitive radio matlab simulation code EGC)
- 2012-07-22 13:12:42下载
- 积分:1
-
Localization of coherent signals
说明: Localization of coherent signals without source number knowledge in unknown spatially correlated Gaussia
- 2020-06-18 20:40:01下载
- 积分:1
-
Eye_tracking
Summary: Simple face and eye detection
MATLAB Release: R13
Description: You can use this codes for face detection based on color segmentation and eye region detection. (Summary: Simple face and eye detection MATLAB Release: R13 Description: You can use this codes for face detection based on color segmentation and eye region detection.)
- 2008-01-11 15:09:31下载
- 积分:1
-
SC
说明: 弦位法的计算程序,通过它可以近似在特定区间中的根(String with the calculating process can be approximated by its roots in a specific interval)
- 2010-12-30 14:21:30下载
- 积分:1
-
spider
说明: matlab与weka的转换代码,很有用(matlab and weka conversion code, very useful)
- 2011-03-14 16:26:15下载
- 积分:1
-
SAR-signal-processing-with-matlab-
这里包括synthetic aperture radar signal processing with matlab algorithms 英文书以及附带源代码,书是全英文的,作者是Mehrdad Soumekh,书中有详细的雷达信号处理方法,附带程序中的成像算法包括一维距离像、条带式、聚束式等多种模式的SAR成像。可以作为有一定SAR基础的同行的编程参考。 (The files include the book of synthetic aperture radar signal processing with matlab algorithms English books and its source code, book is in English, the author is Mehrdad Soumekh. The imaging algorithm includes a one-dimensional range profile, band type, spotlight SAR imaging a variety of modes. SAR can be used as the basis of a certain peer programming reference.)
- 2021-04-22 16:38:48下载
- 积分:1
-
embedded_Matlab_function1
描述一个潜入函数,说明了一个马尔科夫跳变系统在已知转移概率下的仿真 (Describe a dive into the function,illustrate a markov jump to change system known probability in transfer simulation
)
- 2012-04-22 17:36:43下载
- 积分:1
-
基于GPS信号的模糊函数仿真mohuhanshu
基于GPS信号的模糊函数仿真,绘出模糊函数图像,了解GPS信号的距离和速度分辨率。(Ambiguity function based on the GPS signal simulation, image blur function plotted to understand the distance and speed of the GPS signal resolution)
- 2020-07-07 23:18:57下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1