-
meanfilter
说明: 脉象信号去除基线漂移,非线性一维信号去除基线漂移,中值法(MATLAB wavelet procedure to baseline drift, baseline drift realize pulse)
- 2009-08-30 09:51:51下载
- 积分:1
-
BSSGUIlunwen
盲源分离(BSS: Blind Source Separation),又称为盲信号分离,是指在信号的理论模型和源信号无法精确获知的情况下,如何从混迭信号(观测信号)中分离出各源信号的过程。盲源分离和盲辨识是盲信号处理的两大类型。盲源分离的目的是求得源信号的最佳估计,盲辨识的目的是求得传输通道混合矩阵。(Blind signal separation (BSS), also known as blind source separation, is the separation of a set of source signals from a set of mixed signals, without the aid of information (or with very little information) about the source signals or the mixing process. This problem is in general highly underdetermined, but useful solutions can be derived under a surprising variety of conditions. Much of the early literature in this field focuses on the separation of temporal signals such as audio. However, blind signal separation is now routinely performed on multidimensional data, such as images and tensors, which may involve no time dimension whatsoever.)
- 2017-09-20 11:01:09下载
- 积分:1
-
Monte Carlo method
用蒙特卡洛原理计算定积分的几个例子,使用平台MATLAB,程序里有问题描述和程序的详细讲解(Monte Carlo method used to calculate a few examples of fixed points, the use of platform MATLAB, the program has a problem description and procedures to explain in detail)
- 2017-10-31 16:58:25下载
- 积分:1
-
shiyan3
产生16路信号,画出16路原始信号的频谱叠加图以及滤波器响应,并画出结果信号的时域和频域波形(Generate 16-channel signal, draw 16 original signal spectrum overlay and a filter response, and draw result signals in time domain and frequency domain waveforms)
- 2013-09-17 09:46:54下载
- 积分:1
-
matlab-target-tracking
很好用的几个matlab多目标视频跟踪的程序,有粒子滤波的,帧差法的等等,可以直接仿真运行(Good use of several multi-target video tracking matlab procedures, particle filter, frame difference method, etc., can be directly run the simulation)
- 2013-09-21 15:35:11下载
- 积分:1
-
ofdm2
orthogonal division multiplixing(ofdm) is a new scheme used in wireless communication systems its also called multicarrier system and achieved this. cyclic prefix is used to minimize the intersymbol interference(ISI) and intercarrier interference
- 2014-01-17 15:12:25下载
- 积分:1
-
LinearBPM
这是一个简单的FFT为无电位1 +1 +1 Ð 薛定谔方程的光束传播方法。如果该软件灵活,允许引入的术语(如果是极少数需要包括色散效应高阶导数)。例如,如果一个人渴望解决的一个方程的形式:
(四/ dz的+ Ð ^ 2/dx ^ 2 - 0.25 * Ð ^ 3/dx ^ 3)== 0 Ÿ
它可以解决使用以下代码:
Ž = linspace(0,1,512)
x = linspace(-5,5,1024)
psi0 =进出口(- x的。^ 2)
Ð = D_lateral1D(十,2)-0.25 * D_lateral1D(十,3)
字段= LinearBPM(psi0,有D,Z)
凡D_lateral1D是一个函数,提供“取代”的微分算子。
这个函数是在一个非线性的BPM,我曾对(分步,谱方法等),将提交给我,当我完成他们的文件和组织功能更复杂的设置非常初期阶段。
(This is a simple FFT based beam propagation method for potential-free 1+1+1D Schrodinger equation. The software if flexible and allows to introduce high-order derivatives in the term (very handful if is needed to include dispersion effects). For example, if one desires to solve an equation in the form:
(d/dz+ d^2/dx^2- 0.25*d^3/dx^3)Y == 0
It can be solved using the following code:
z=linspace(0,1,512)
x=linspace(-5,5,1024)
psi0=exp(-x.^2)
D=D_lateral1D(x,2)-0.25*D_lateral1D(x,3)
field=LinearBPM(psi0,D,z)
Where D_lateral1D is a provided function that "replaces" the derivative operator.
This function is a very early stage in a more complex set of non-linear BPM functions that I have made (split-step, spectral methods, etc.) and I will submit them when I finish their documentation and organization.
Sorry for my English, I m eager for your comments.
)
- 2010-07-05 12:02:42下载
- 积分:1
-
infaceeyeexpprot
Robust Eye Detection
- 2009-03-23 10:16:58下载
- 积分:1
-
Radar
雷达压缩技术研究 线性调频脉冲压缩时域仿真(Radar pulse compression chirp compression technology research domain simulation
)
- 2012-05-08 15:35:17下载
- 积分:1
-
ginput2
Do you still use GINPUT to graphically select points on current axes with the mouse? Try this one!
With GINPUT2 you can also:
1. ZOOM: in, out (double-click)!
2. PAN: when dragging!
3. DELETE: last selected point!
4. PLOT: while selecting! (optional, just input the line style!)
5. SCALE or GEOREFERENCE images! (optional, just input: true)
So, besides of selecting points in a more precise way (zooming) you can DIGITIZE(!!!) lines with the last two options, by simply using:
>> ginput2(true, .k )
Enjoy it!
- 2010-02-17 07:17:07下载
- 积分:1