-
documentimportnode11
My Failing Certificate extends My Certificate.
- 2014-02-25 10:51:30下载
- 积分:1
-
PVSF
At this moment, the major
obstacle of wide PV system commercialization is the
high initial investment cost that stems from the strict
grid connection standards and high expectations from
the PV system [2], [3]. The grid-connected PV system
consists of two parts: PV arrays that convert irradiation
to electrical energy, and the converter that feeds the
energy into the grid.
- 2010-07-20 21:05:45下载
- 积分:1
-
new2
Sample Code for Generic OFDM with Cyclic Prefixing
- 2010-08-10 20:07:24下载
- 积分:1
-
matab
matab矢量控制 用来计算PWM控制,该文件来自Ti公司的网站(matab )
- 2009-12-04 16:41:25下载
- 积分:1
-
c17_cellularsetup
对于蜂窝移动通信的matlab仿真,实用性很强(For cellular mobile communication matlab simulation, very practical)
- 2009-12-07 10:27:43下载
- 积分:1
-
PathPlan
path planning for robot
- 2010-05-20 18:22:35下载
- 积分:1
-
huiguifenxi
线性回归问题,内有简单matlab程序(可运行)以及PPT详解。(Linear regression, there are simple matlab (runs) and PPT explain.)
- 2013-04-26 14:48:18下载
- 积分:1
-
dct
M=512 原图像长度
N=64
K=8
I=zeros(M,M)
J=zeros(N,N)
BLOCK=zeros(K,K)
显示原图像
I=imread( f:ceshiyuanshitu.bmp )
figure
imshow(I)
xlabel( 原始图像 )
显示水印图像
J=imread( f:ceshilogistic_nuaa64.bmp )
figure
imshow(J)
xlabel( 水印图像 )
嵌入水印
tem=1
for p=1:N
for q=1:N
x=(p-1)*K+1
y=(q-1)*K+1
BLOCK=I(x:x+K-1,y:y+K-1)
BLOCK=dct2(BLOCK)
if J(p,q)==0
a=-1
else
a=1
end
BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01)
BLOCK=idct2(BLOCK)
I(x:x+K-1,y:y+K-1)=BLOCK
end
end
显示嵌入水印后的图像
figure
imshow(I)
xlabel( 嵌入水印后的图像 )
imwrite(I, f:ceshiembedded.bmp )
- 2010-06-13 18:43:39下载
- 积分:1
-
一段通过nmf做音频分离的程序
一段通过nmf做音频分离的程序,可以把男声和女声分离,并且降低噪音(Separated by nmf do some audio program that can separate the male and female, and lower noise)
- 2021-04-26 23:48:45下载
- 积分:1
-
MPLAB_IDE
说明: 用于学习MPLAB软件,是中文的用户手册(MPLAB software for learning, is a Chinese user manual)
- 2010-04-12 15:19:18下载
- 积分:1