-
PingMianXuanZhuanFa
Jacobi 方法,利用平面旋转矩阵所构成的正交相似变换将对 对称矩阵化为对角型的方法(Jacobi method, the use of planar rotation matrix by orthogonal similarity transformation consisting of the symmetric matrix into a diagonal-based method)
- 2009-02-12 16:49:30下载
- 积分:1
-
matlab
matlab c++书写上传资料的详细功能、包含内容说明(至少(matlab C++)
- 2010-05-09 14:45:30下载
- 积分:1
-
convolutive
卷积盲源分离,采用matlab编程,带有说明文档。(convolution Blind Source Separation using Matlab programming, with documentation.)
- 2020-06-30 12:00:02下载
- 积分:1
-
besimu_rice
用matlab仿真莱斯信道,分析该信道下系统的误码性能(Analysis of the error performance of the channel system with the matlab simulation Royce channel,)
- 2013-04-02 13:30:13下载
- 积分:1
-
ChanAlgorithm
写的关于chan算法基于doa的无线定位仿真程序,写给大家看看(Written on the chan wireless location algorithm is based on doa simulation program, written for everyone to see)
- 2011-01-20 16:35:08下载
- 积分:1
-
linear-burgers-equation
编程序给出线性burgers方程解析解
条件:-10<x<10,正三角形位于-0.5 <x <0.5
u和c测试几个数据(Programmed to give a linear analytical solution burgers equation
Conditions:-10 <x <10, equilateral triangle at-0.5 <x <0.5
u and c test several data)
- 2014-08-09 08:50:57下载
- 积分: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
-
pyinstaller-2.0
pyinstaller源码,用于将软件编译成windows可执行文件,exe。( file build)
- 2014-12-03 10:21:06下载
- 积分:1
-
chengxu_four
模糊控制技术轨迹跟踪问题,利用simulink搭建仿真系统进行了仿真(Trajectory tracking fuzzy control)
- 2010-10-21 16:09:49下载
- 积分:1
-
fabryparot4project
calculate the band of Fabry-Parot Filter (A Fabry-Parot Filter consist of the cavity formed by two highly reflective mirrors placed parallel to each other , as shown in the figure 1.The input light beam to the filter enters the first mirror at right angles to its surface. The output of the filter is the light beam leaving the second mirror. This filter is called Fabry-Parot or etalon. This is a classical device that has been used widely in interferometric applications. Fabry-Parot filters have been used for WDM in several optical network test beds. There are better filters today, such as thin film resonant multi cavity filter and they can still be viewed as Fabry-Perot filter. This type of filter transmits a narrow band of wavelengths and rejects wavelengths outside of that band. An interesting feature of this type of filter is its ability to "select" a different peak wavelength as the filter is tilted)
- 2009-06-12 16:08:36下载
- 积分:1