CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab sy
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab sy - List
[
Communication
]
communication-systems-using-MATLAB-m-files
DL : 1
《现代通信系统》(contemporary communication systems using MATLAB and Simulink)所有具体实例的matlab仿真源码-"modern communications systems" (contemporary communication sy stems using MATLAB and Simulink) all specific examples of matla b simulation FOSS
Update
: 2008-10-13
Size
: 1.06mb
Publisher
:
xuzhi
[
Other resource
]
_050412Wiley.Fundamentals.of.Global.Positioning.Sy
DL : 0
一本介绍GPS原理和内核算法的教程( Matlab)
Update
: 2008-10-13
Size
: 3.09mb
Publisher
:
john101
[
Other resource
]
LMSdedspshixian
DL : 0
论文主要研究了自适应滤波器的基本结构和最小均方误差算法(LMS算法),同时采用MATLAB语言对该算法进行了仿真,然后使用SY-5402EVM 评估板对其进行了DSP 实现,并对结果进行了分析。
Update
: 2008-10-13
Size
: 489.6kb
Publisher
:
海德
[
Special Effects
]
1D gabor Filter
DL : 0
Description: Recent studies on Mathematical modeling of visual cortical cells [Kulikowski/Marcelja/Bishop:1982] suggest a tuned band pass filter bank structure. These filters are found to have Gaussian transfer functions in the frequency domain. Thus, taking the Inverse Fourier Transform of this transfer function we get a filter characteristics closely resembling to the Gabor filters. The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes respectively) modulated by a complex sinusoid (with centre frequencies U and V along x and y-axes respectively).
Update
: 2025-02-19
Size
: 2kb
Publisher
:
gz
[
Other
]
sphere_decoder
DL : 0
sphere decoding for MIMO communication system -sphere decoding for MIMO communication sy stem
Update
: 2025-02-19
Size
: 8kb
Publisher
:
haiaoliu
[
Program doc
]
communication-systems-using-MATLAB-m-files
DL : 0
《现代通信系统》(contemporary communication systems using MATLAB and Simulink)所有具体实例的matlab仿真源码-"modern communications systems" (contemporary communication sy stems using MATLAB and Simulink) all specific examples of matla b simulation FOSS
Update
: 2025-02-19
Size
: 1.06mb
Publisher
:
xuzhi
[
Other
]
tongjifangfa
DL : 0
Update
: 2025-02-19
Size
: 1.55mb
Publisher
:
士大夫
[
Other
]
_050412Wiley.Fundamentals.of.Global.Positioning.Sy
DL : 0
一本介绍GPS原理和内核算法的教程( Matlab)-1 Introduction GPS principles and core algorithms tutorial (Matlab)
Update
: 2025-02-19
Size
: 3.09mb
Publisher
:
john101
[
Special Effects
]
fromirangaborfilter
DL : 0
基于纹理分析的图像分割用滤波实现,需要先输入参数。%The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes -Based on Texture Analysis for Image Segmentation with filtering to achieve, need to input parameters. The Gabor filter is basically a Gaussian (with variances sx and sy along x and y-axes
Update
: 2025-02-19
Size
: 3kb
Publisher
:
yemaoqiu
[
Other
]
LMSdedspshixian
DL : 0
论文主要研究了自适应滤波器的基本结构和最小均方误差算法(LMS算法),同时采用MATLAB语言对该算法进行了仿真,然后使用SY-5402EVM 评估板对其进行了DSP 实现,并对结果进行了分析。-Paper studied the basic structure of adaptive filter and minimum mean square error algorithm (LMS algorithm), while the use of MATLAB language simulation of the algorithm, and then use the SY-5402EVM a DSP evaluation board for its realization, and the results analyzed.
Update
: 2025-02-19
Size
: 489kb
Publisher
:
海德
[
Communication-Mobile
]
mudUWB_synchronization_fs
DL : 0
UWB接收机的同步估计算法 能有效实现接收信号的同步-UWB receiver synchronization estimation algorithm can effectively realize the synchronization of received signal
Update
: 2025-02-19
Size
: 3kb
Publisher
:
陈富龙
[
matlab
]
sy
DL : 0
Matlab实验一 信号、系统和系统响应.实验二的补充说明.-Matlab experiment a signal system and the system response. Experiment II supplementary explanation.
Update
: 2025-02-19
Size
: 64kb
Publisher
:
风子
[
Special Effects
]
wavelet-matlab
DL : 0
基于小波理论的采用sym4小波分解实现图像融合。-base on wavelet map mix
Update
: 2025-02-19
Size
: 192kb
Publisher
:
黄成勇
[
Mathimatics-Numerical algorithms
]
sy
DL : 0
常用的数值积分方法(特别是梯形、Simpson方法、和Romberg算法),编制复合梯形公式,复合Simpson公式,Romberg算法的程序,数值积分方法的逐步精致化过程-Commonly used numerical integration methods (in particular, trapezoidal, Simpson method, and the Romberg algorithm), the preparation of composite trapezoidal rule, composite Simpson formula, Romberg algorithm procedure, numerical integration process of gradual refinement
Update
: 2025-02-19
Size
: 1kb
Publisher
:
apple
[
Special Effects
]
gaborfilter.tar
DL : 0
Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6,pi/2,3pi/4 then for any input image like(eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on ( cameraman.tif )(in MATLAB pictures) I = imread( cameraman.tif ) [G,gabout] = gaborfilter1(I,2,4,16,pi/3) figure,imshow(uint8(gabout)) -Gabor filters are often used for shape detection and feature extraction, such as the enhanced fingerprint image. Matlab implementation of the code is a two-dimensional Gabor filter. Use the following code: function [G, gabout] = gaborfilter1 (I, Sx, Sy, f, theta) from ' gaborfilter1' with different f (Frequency) and theta (Angle). For example f: 0,2,4, 8,16,32 theta = 0, pi/3, pi/6, pi/2,3 pi/4 then for any input image like (eg. stereo.jpg) you have 6x5 = 30 filtered images. You can choose your desired angles or frequencies. You can put nominaly Sx & Sy = 2,4 or some one else. For instance I tested above example on (' cameraman.tif' ) (in MATLAB pictures) I = imread (' cameraman.tif' ) [G, gabout] = gaborfilter1 (I, 2,4,16, pi/3) figure, imshow (uint8 (gabout))
Update
: 2025-02-19
Size
: 1kb
Publisher
:
郑碧波
[
matlab
]
sy
DL : 0
MATLAB是矩阵实验室(Matrix Laboratory)的简称,是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分-MATLAB is Matrix lab (Matrix Laboratory) abbreviation, is the product of our company MathWorks business mathematics software for algorithm development, data visualization, data analysis and numerical calculation of the senior technical calculation language and interactive environment, mainly including MATLAB and Simulink two most
Update
: 2025-02-19
Size
: 9kb
Publisher
:
cookse
[
Software Engineering
]
SVMDTC
DL : 0
研 究永磁 同步 电机 (P M SM )直 接 转 矩控制 (D T C ) 系统 。针 对传 统控 制 系统 中存 在 的 转 矩和 磁 链 脉 动 大 的 问题 , 将 空 间 矢 量 调 制 (S V M ) 引入PM SM —D T C 系统 。通 过 对 永 磁 同 步 电机 数 学模型及 空 间 电 压 矢 量 调 制 算 法 的 分 析 , 在 M atlab/Sim ulin k 环 境 下 , 对 P M S M 的 S V M —D T C 系 统 进行仿 真 。仿 真 结果 表 明 . 系统模 型具 有 很好 的 动静 态性能 。- In this paper, permanent magnet syn— chronous motor ( PMSM ) direct torque contro1( DTC ) system was studied .For inhibiting the rip pie of torque and flux link age of traditional co ntrol s y ste m s , th e P M S M —D T C sy stem w a s co m b in e d w ith the space vector modulation (SVM ). Based on the study with the mathematical model of PMSM and SVM, and simulated the system in Matlab/Simulink.The system model has been proved reasonab le and effective with good dynamic and static performance.
Update
: 2025-02-19
Size
: 236kb
Publisher
:
yangyang
[
Other
]
Introduction-to-FIR-Digital-Filters-_-Embedded-Sy
DL : 1
Filter Design using MATLAB
Update
: 2025-02-19
Size
: 189kb
Publisher
:
asquare
[
matlab
]
sy
DL : 0
用于运动模糊图像的复原,在matlab环境下编写维纳滤波和其他算子图像复原-For motion blur image restoration, write Wiener filtering image restoration and other operators in the matlab environment
Update
: 2025-02-19
Size
: 3kb
Publisher
:
szy
[
Other
]
sy
DL : 0
matlab for sythesis in speech
Update
: 2025-02-19
Size
: 1kb
Publisher
:
`ellallllll
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.