-
s-function
本文主要介绍了如何在MATLAB中创建s函数,s函数的定义、功能以及如何正确的编写s函数,从而简化MATLAB的编程,使MATLAB模块更加清晰。(this passage mainly describe the s function in MATLAB about creating this function and how to use this function)
- 2014-09-16 09:23:24下载
- 积分:1
-
通过粒子群能够很好的解决优化问题 pso
资料包括PSO,PSO-PID,PSO-AM,PSO-BP,FOA.通过粒子群能够很好的解决优化问题,对于学习PSO的初学者有很大的帮助,另外提供一个果蝇算法,望比对学习。(Data including PSO and PSO- PID, PSO- AM, PSO and BP, FOA.)
- 2016-06-02 11:41:10下载
- 积分:1
-
convertTDMS
导入LabView的TDMS的文件作为一个在与选择保存在文件中的数据在垫子MATLAB的工作空间的结构(版本1.1或1.2)。这是写在MATLAB2010b。原函数的基础上,由Brad堪寻的技术和格兰特Lohsen与杰夫Sitterle的GTRI(通过此功能4版本1)的工作。版本9功能(菲利普上编写的),除加入了添加的各种以前的版本更新,可以处理已被“优化“由LabVIEW文件。这个功能已经测试了多种TDMS的文件数量有限。(Import a LabView TDMS file (version 1.1 or 1.2) as a structure in the MATLAB workspace with the option to save the data in a MAT file. It was written in MATLAB 2010b. The original function was based on the work by Brad Humphreys of ZIN Technologies and Grant Lohsen & Jeff Sitterle of GTRI (versions 1 through 4 of this function). The Version 9 function (written by Philip Top), in addition to incorporating the various updates that were added to previous versions, can process files that have been "optimized" by LabView. This function has been tested with a limited number of diverse TDMS files.)
- 2011-05-23 11:28:47下载
- 积分:1
-
envelop-demodulation--
包络解调分析在轴承故障诊断中的应用,可为故障诊断提供方法(Envelope demodulation analysis in Bearing Fault Diagnosis for fault diagnosis method)
- 2013-05-12 22:58:28下载
- 积分:1
-
gangjie_v27
能量熵的计算,是路径规划的实用方法,课程设计时编写的matlab程序代码。( Energy entropy calculation, Is a practical method of path planning, Course designed to prepare the matlab program code.)
- 2017-02-07 11:12:10下载
- 积分:1
-
tvpvar
说明: 时变参数向量自回归模型的估计代码以及模型应用方法(Estimation code and application of Time-Varying parameter vector autoregressive model)
- 2019-05-02 13:45:56下载
- 积分:1
-
duoyonghujianceqi
一个多用户检测器的matlab代码程序
采用m序列作为扩频码
非常不错(very good)
- 2010-05-13 15:10:46下载
- 积分:1
-
Simulation-ofJamming
Simulation of Barrage-Type Jamming for Synthetic Aperture Radars 在雷达干扰中常用的(Simulation of Barrage-Type Jamming for Synthetic Aperture Radars)
- 2011-08-20 09:14:18下载
- 积分:1
-
MatchFilterLFM
高分辨率雷达 距离向压缩算法滤波器设计 三种方法 全面设计(clc
clear all
close all
2013年9月28日
---------------参数----------
Tr=42e-6
fs=9.5e6
K=0.7e11
Nfft=2048
-------------匹配滤波 时域生成--------------
t=(-Tr/2+1/fs:1/fs:Tr/2-1/fs)
w = kaiser(length(t),2.5)
w=w
w = ones(1,length(t))
ht1=w.*exp(-1i*pi*K*t.^2)
ht2=w.*exp(1i*pi*K*t.^2)
hf1=fft(ht1,Nfft)
hf2=fft(ht2,Nfft)
figure
subplot(211)
plot(abs(hf1))
title( 匹配滤波器1 幅频响应 )
subplot(212)
plot(phase(hf1))
title( 匹配滤波器1 相位 )
figure
subplot(211)
plot(abs(hf2))
title( 匹配滤波器2 幅频响应 )
)
- 2013-10-12 22:32:06下载
- 积分:1
-
troper_noise_1
用MATLAB仿真MEMS用斩波放大器对有色噪声的抑制作用(MATLAB troper noise)
- 2012-02-13 17:45:24下载
- 积分:1