-
SIMULINK
用matlab对F16进行动态仿真,学习matlab的可以看一下。(Matlab on the F16 with the dynamic simulation, learning matlab that can look at.)
- 2010-06-21 17:20:55下载
- 积分:1
-
ZuiXiaoErCheng
最小二乘法的matlab M文件,简单易懂,还画出了相应的图形(Least squares matlab M files, easy to understand, but also draw the corresponding graph)
- 2011-01-06 00:01:26下载
- 积分:1
-
1001241510173bb29f1ee52f3e
说明: 统计学的计算的matlab实现,大家可以好好学习学习了(Matlab achieve statistical calculations, we can learn from studying the)
- 2010-04-26 22:04:55下载
- 积分:1
-
myDFT
This function is equivalent to matlab fft2 function, but without using for loops, instead this function is implemented using matrix multiplication.
- 2012-03-26 20:21:50下载
- 积分:1
-
interfaceGUI
fusion toolkit GUI
外国人写的GUI界面处理工具原码 相信会对你有所帮助(fusion foreigners write GUI toolkit GUI interface processing tools will believe that the original code help you)
- 2007-05-11 15:05:56下载
- 积分:1
-
pls
一个非常实用的pls,matlab源程序,希望给大家已帮助(A very useful pls, matlab source code, I hope to have helped)
- 2011-07-18 16:39:35下载
- 积分: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
-
psbio
matlab study (portuguese)
- 2011-11-24 17:27:11下载
- 积分:1
-
armx
此函数中详细介绍了如何现代功率谱估计法中的AR模型来妒忌信号的功率谱;(This function is described in detail how modern power spectrum estimation of AR model to envy the power spectrum of the signal )
- 2013-12-06 17:01:54下载
- 积分:1
-
UInfformax_Fas
用matlab实现扩展Informax算法与固定点算法Faast ICA,可对混合后信号进行独立分量分离 已通过测试。
(Using matlab to expand Informax algorithm with fixed-point algorithm Faast ICA, independent component separation of the mixed signal has been tested.)
- 2012-07-10 16:43:25下载
- 积分:1