-
imageprocessor
图像放大缩小算法 matlab
图像放大缩小算法 matlab
图像放大缩小算法 matlab( matlab matlab matlab matlab matlab matlab)
- 2015-04-11 22:03:28下载
- 积分:1
-
consellation
在:1)理想无噪生条件,2)SNR=10dB,3)SNR=20dB,4)两径衰落信
道{0, 0}、{-6dB,-10symbol}条件下,分别产生 1000 个符号的 QPSK、8PSK、
16QAM 星座点, 画出信号序列的星座图, 提交电子版信号产生、 加噪、 显示的*.m
程序和电子版 WORD 报告。 报告要求给出原理描述、 框图和分析说明输出结果。(In: 1) an ideal noiseless Health conditions, 2) SNR = 10dB, 3) SNR = 20dB, 4) two-path fading channel {0, 0}, {-6dB,-10symbol} under conditions generate 1,000 symbols QPSK, 8PSK, 16QAM constellation points, draw constellation signal sequence, submit an electronic version of the signal, noise, display*. m procedures and electronic WORD report. Reporting requirements given Principles, and the analysis shows a block diagram of the output.)
- 2020-07-02 22:00:01下载
- 积分:1
-
cp0801_PAMreceiver
超宽带脉冲幅度调制接收端频谱,与其他的几个共用(Ultra-wideband pulse amplitude modulation spectrum receiver, and some other common)
- 2009-03-26 20:22:10下载
- 积分:1
-
elman(ex)
说明: 文中给出Elman matlab中的代码,详细介绍了从输入层,输出层,反馈层的设计,经试验验证,能收敛到正确的结果(The paper gives Elman matlab code, details from the input layer, output layer, the feedback layer design, the experimental verification, can converge to correct results)
- 2011-04-01 09:24:07下载
- 积分:1
-
此例程可实现FMCW雷达数据处理得到距离 Example
说明: 此例程可实现FMCW雷达数据处理得到距离。(This routine can realize the FMCW radar data processing to get the distance.)
- 2020-01-12 01:58:41下载
- 积分:1
-
GMres
数值算法中另一个经典算法gmres算法,用来求解大型矩阵方程问题。(Another classic algorithm gmres algorithm used to solve the problem of large matrix equations.)
- 2005-04-21 01:01:38下载
- 积分:1
-
RS_simulink
RS编码的matlab仿真(m文件仿真),对加入突发噪声信道的RS(15,11)编码进行的仿真.(RS coding matlab simulation (m simulation files), joining the burst noise channel RS (15,11) code for simulation.)
- 2011-07-25 15:23: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
-
BP
说明: Belief Propagation (BP) Implementations
gabp.m, run_gabp.m => Gaussian BP - parallel version
asynch_GBP.m => Gaussian BP - serial version
sparse_gabp.m, run_sparse_gabp.m => Gaussian BP - sparse version, optimized, tested on sparse matrices
gabpms.ms, run_gabpms.m => Quadratic Min-Sum algorithm - Moallemi and Van-Roy
- 2009-12-23 03:00:29下载
- 积分:1
-
polygonalApproximation
这是一种折线逼近算法,主要被用来拟合直线。(polygonal Approximation used to fit line segment )
- 2010-05-27 15:12:49下载
- 积分:1