-
scodes6
ga code for ucp programm using ga tool extracted
- 2013-04-12 08:49:57下载
- 积分:1
-
Mutiple_Frequency_PWM
matlab多电平拓扑三相电路仿真原理图,很实用(matlab multi-level topology of three-phase circuit simulation schematic, very practical)
- 2011-07-07 20:08:57下载
- 积分:1
-
exercise2
说明: 给定一幅图片输出其直方图,灰度拉伸,均衡化后的灰度直方图(Histogram, gray stretch, equalization)
- 2010-04-13 22:21:08下载
- 积分:1
-
lvboqi
这是基于DSP的自适应滤波器的仿真程序....使用于MATLAB...(This is a DSP-based adaptive filter .... the simulation program used in MATLAB ...)
- 2009-06-29 13:03:20下载
- 积分:1
-
EEE-212-lab-sheet
empirical formula with kaiser
clc
clear all
fs=1000
fc=250
df=50
r=0.001
f=fc/fs
dw=2*pi*(df/fs)
a=-20*log(r)
n=floor(((a-8)/(2.285*dw))+1)
if a>50
b=0.1102*(a-8.7)
elseif a>=21 && a<=50
b=0.5842*((a-21)^0.4)+0.07886*(a-21)
elseif a<21
b=0.0
end
w=kaiser(n,b)
for i=1:n
if i~=(n-1)/2
hd(i)= (2*f*sin((i-((n-1)/2))*2*pi*f))/((i-((n-1)/2))*2*pi*f)
elseif i==(n-1)/2
hd(i)=2*f
end
end
for j=1:n
h(j)=w(j)*hd(j)
end
subplot(3,1,1), plot(w)
subplot(3,1,2), plot(h)
subplot(3,1,3), plot(h,n)
- 2014-12-24 23:21:13下载
- 积分:1
-
statement-005
ECMA Section: 12.6.3 The for..in Statement.
- 2013-12-24 13:15:31下载
- 积分:1
-
sanxiang nibianqi
主要是对逆变器低电压穿越控制策略的研究的介绍(Low voltage ride through control strategy of inverter)
- 2017-06-25 19:19:24下载
- 积分:1
-
ModulationCapacity
modulation channel capacity
- 2010-02-23 14:41:36下载
- 积分:1
-
Pulse-Code-Modulation
脉冲编码调制(PCM,Pulse Code Modulation)是一种将模拟语音信号转换成数字信号的编码方式,从数学上来看,量化过程就是把一个连续幅度值的无限数集合映射成一个离散幅度值的有限数集合,编码就是用一组二进制数来表示这些映射后的有限数。
国际标准化的PCM采用折叠二进制码,符合长途电话质量。根据量化方法的不同,PCM 可分为均匀量化PCM 和对数PCM 两大类,对数PCM中,A律和μ律编码都已被定为国际标准。
本程序实现了A律、μ律以及均匀量化三种PCM,并带有GUI界面,方便使用。可以计算编码后的码率、运行时间以及最小均方误差。(Pulse Code Modulation (PCM, Pulse Code Modulation) is an analog voice signal into digital signal encoding, from the mathematical point of view, the process is to quantify the magnitude of the value of an infinite number of continuous mapping into a discrete set of the limited range of values number set, code is a set of binary digits, said after a limited number of these maps.
By folding the International Standardization of PCM binary code, in line with long-distance telephone quality. According to the different quantitative methods, PCM can be divided into uniform quantization PCM PCM and the number of two categories, on the number of PCM, A law and μ-law code have been designated as international standards.
A law implemented in this program, μ law and the uniform quantization of three PCM, with a GUI interface, easy to use. Encoded bit rate can be calculated, running time and minimum mean square error.
)
- 2011-02-05 23:10:39下载
- 积分:1
-
Kalman_Fliter
卡尔曼滤波器示例程序,可以自动作出图像。(Kalman Fliter)
- 2012-02-07 15:35:30下载
- 积分:1