-
LDPC--C
说明: 此为C++环境下的LDPC编译码的完整的源代码。常用于通信系统的编译码仿真过程。有助于各种项目的完成。(This is the C++ environment LDPC coding and decoding of the complete source code. Commonly used in the encoding and decoding communication system simulation. Contribute to the completion of various projects.)
- 2011-03-14 18:56:37下载
- 积分:1
-
Boltzman
说明: 用matlab实现的神经网络Hopfield网络算法,初步编写,欢迎指正(nertural network)
- 2010-03-30 11:01:07下载
- 积分:1
-
m_to_COM
在VISUAL C++ 6.0编译器环境下,实现MATLAB中COM组件的开发。(In VISUAL C++ 6.0 compiler environment, to achieve the development of MATLAB, COM components.)
- 2010-05-17 16:02:07下载
- 积分:1
-
lvboqi
我上机实验时在matlab环境上编写的一个关于滤波器的程序文件。(This is a file about filter builded in matlab.)
- 2013-01-10 11:31:41下载
- 积分:1
-
FIR
数字滤波器的MATLAB实现,很实用,非常好,欢迎下载不用上传就能下载(FIR)
- 2010-10-21 12:04:48下载
- 积分:1
-
File_Cp
同步复制,模仿系统的同步复制,与异步复制进行对比比较速度差距(this is a copy code)
- 2015-01-05 21:16:42下载
- 积分:1
-
pt_line
固高控制卡程序,pt控制方式,需要的可以下载看看.(Googol control card program)
- 2013-12-01 21:58:24下载
- 积分:1
-
fenliangtiqu
在matlab环境中运用hsv空间对空间中的各种参数进行提取,并修改分量(Hsv space to extract the various parameters of space use in the Matlab environment, and modify the component)
- 2012-05-25 15:38:38下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1