-
02
说明: matlab m语言编写的拼图游戏,对于学习matlab很有帮助-matlab m jigsaw puzzle languages, matlab helpful for learning(matlab m language of the jigsaw puzzle, matlab helpful for learning-matlab m jigsaw puzzle languages, matlab helpful for learning)
- 2009-11-30 17:28:11下载
- 积分:1
-
Potential_Flow_Simulator
flow simulation with 2D mesh
- 2011-05-10 01:37:31下载
- 积分:1
-
magpha
通过傅里叶变换的方法,对两个单频信号的相位差进行计算,信号相关性计算(Fourier transform method, the phase difference between two single-frequency signal is calculated)
- 2013-09-16 20:43:44下载
- 积分:1
-
GA
说明: 程序1:遗传算法和非线性规划函数的优化;
程序2:基于遗传算法的BP神经网络优化;
程序3:基于遗传算法的TSP算法;
程序4:基于遗传算法的LQR控制器优化设计
程序5:基于遗传算法的函数优化(Program 1: genetic algorithms and nonlinear programming function optimization Program 2: Based on the genetic algorithm BP neural network optimization Program 3: TSP algorithm based on genetic algorithm Program 4: LQR controller based on genetic algorithm optimization procedures 5: Function Optimization Based on Genetic Algorithm)
- 2013-11-08 15:30:23下载
- 积分:1
-
AberrationSwissArmyKnife-master
说明: 刀刃法测mtf,希望对你有所帮助,一个朋友给的,我不太会调试(MTF measurement by blade method)
- 2019-12-07 14:08:48下载
- 积分:1
-
xiuca
钙离子是如何耦合的,以此例为样,可以编制多个钙离子耦合(How the coupling of calcium)
- 2010-06-22 10:30:29下载
- 积分:1
-
opiu
能够实现MIT/BIH心电信号三文件的读取功能,有需要的可以下载了解,比较实用。(To achieve MIT/BIH ECG reading the three documents, can be downloaded in need of understanding and more practical.)
- 2009-05-16 11:08:00下载
- 积分:1
-
face_recognition_adaBoost_M2
matlab下adaboost算法程序,有运行结果在内(The following algorithm matlab adaboost procedures, operating results, including)
- 2011-05-27 15:13:43下载
- 积分: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
-
MatlabEng_demo
C#调用matlab具体步骤实现。如果你的c#程序发布出来后,要在其他电脑上运行,那么这台电脑除了要装.net环境还要装MCR环境。(C# call matlab detailed steps.If your c# program after released, to run on other computers, so in addition to the computer. The.net environment and environment of MCR.)
- 2014-11-02 14:29:56下载
- 积分:1