-
GroupSparseBox_V2
Approximate Greedy Solutions to the problem min||x(k)||_2,0 such that Ax = b
- 2009-09-12 23:34:06下载
- 积分:1
-
audiosignalreadwriteplay
语音处理基础,语音的读写录制和播放,matlab源码。pdf格式。(audio signal s read,write,play)
- 2009-05-16 10:26:45下载
- 积分:1
-
OFDM_matlab
该程序基本涵盖了OFDM-16QAM系统传输的全过程,除了调制解调外,有添加循环前缀,加窗的过程。生成图像有各个阶段的时域、频域图,以及发射前后的星座图。(This basically covers the whole process of OFDM transmission- 16 qam system, in addition to the modem, have add cyclic prefix, plus the window procedure. Generate the image at various stages of time domain and frequency domain graph, and before and after the launch of the constellation diagram.)
- 2015-03-29 10:00:45下载
- 积分:1
-
gpops
伪谱法安装程序,直接在MATLAB环境下运行安装文件,随后即可使用,效果不错的一种方法,希望有用。(The installer pseudo-spectral method)
- 2020-11-14 21:59:43下载
- 积分: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
-
xindaomoni
利用matlab程序对正交频分复用中的信道进行了模拟(Matlab program to use orthogonal frequency division multiplexing in the channel to simulate)
- 2008-04-18 22:35:47下载
- 积分:1
-
power_brushlessDCmotor
A three-phase motor rated 1 kW, 500 Vdc, 3000 rpm is fed by a six step voltage inverter. The inverter is a MOSFET bridge of the SimPowerSystems™ library. A speed regulator is used to control the DC bus voltage. The inverter gates signals are produced by decoding the Hall effect signlas of the motor. The three-phase output of the inverter are applied to the PMSM block s stator windings. The load torque applied to the machine s shaft is first set to 0 and steps to its nominal value (11 N.m) at t = 0.1 s.
Two control loops are used. The inner loop synchronises the inverter gates signals with the electromotive forces. The outer loop controls the motor s speed by varying the DC bus voltage.
- 2011-10-19 22:21:07下载
- 积分:1
-
GNSS
GNSS系统——GNSS是Global Navigation Satellite System的缩写。很长时间以来,它有两个译名:全球卫星导航系统和全球导航卫星系统。(The GNSS system GNSS Global Navigation Satellite System is the abbreviation of. It is a long time, it has two names: global satellite navigation systems and global navigation satellite system.)
- 2014-11-26 20:13:14下载
- 积分:1
-
MONTE-CALOR-BASIC
蒙特卡洛入门教程的实例!内附程序和课件!对于学习蒙特卡洛很有帮助!(Examples of Monte Carlo tutorial! Containing the procedures and courseware! Very helpful for learning the Monte carlo!)
- 2020-09-13 19:37:57下载
- 积分:1
-
gaosimar
高斯--马尔科夫过程的matlab代码以及仿真(Gauss Markov process, as well as simulation matlab code)
- 2008-05-08 13:21:03下载
- 积分:1