-
exerciseofmatlab
说明: 通过50道练习题,对matlab进行了一个总体的实例讲解,对于初学者尽快了解matlab的功能与应用有很大帮助(Through the 50 exercises, carried out on an overall matlab examples to explain, as soon as possible for beginners to understand the function and application of matlab are very helpful)
- 2009-07-29 12:12:31下载
- 积分:1
-
func_coherence(1)
Soruce code for Spectral Analysis
- 2011-08-25 17:21:22下载
- 积分:1
-
inverter1edited
Finally it is observed that by using this filter, the common mode noise level of 2MHz resonant converter is suppressed according to CISPR 22 standard limits
- 2013-09-13 00:51:09下载
- 积分:1
-
matlab-chapter3
matlab课程 实验答案 第三章 内附代码 word格式(Chapter3 matlab course experiment answer included the code word format)
- 2013-03-26 09:57:13下载
- 积分:1
-
fska
2-fsk调制解调,采用相干解调,画出调制前调制后,加噪声,解调的函数图(modulated and demodulated by 2-fsk)
- 2014-01-03 15:14:24下载
- 积分: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
-
job-shop-with-changed-matrix
一个车间调度的程序,其独特之处在于可以任意输入测试矩阵进行测试。(A shop scheduling program, its unique in the input test matrix can be arbitrary test.)
- 2011-12-13 21:56:03下载
- 积分:1
-
Selective
数据链路层滑动窗口协议的设计与实现源码
信道模型为8000bps 全双工卫星信道,信道传播时延270 毫秒,信道误码率为10-5,信道提供字节流传输服务,网络层分组长度在240~256字节范围。(Sliding window data link layer protocol design and implementation of source-channel model 8000bps full-duplex satellite channel, the channel propagation delay 270 ms, the channel bit error rate of 10-5, the channel provides a byte stream transfer service, network layer packet length in the range of 240 to 256 bytes.)
- 2013-12-08 11:45:53下载
- 积分:1
-
plot
matlab经典算法,包括各种绘图制图命令和例子(matlab classic algorithms, including various drawing graphics commands and examples of)
- 2010-01-29 10:30:20下载
- 积分:1
-
frame_difference
说明: 视频帧差算法实现的背景减除。matlab代码。(Video frame difference algorithm of background subtraction. matlab code.)
- 2010-04-21 10:39:49下载
- 积分:1