-
vc调用matlab
将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 (m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.)
- 2005-03-22 21:40:12下载
- 积分:1
-
Clique
实现clique聚类,包含sample,有助于clique聚类的学习(Clique clustering to achieve, including the sample, contribute to the learning clique clustering)
- 2009-06-19 09:14:38下载
- 积分:1
-
DGPSO
差分进化算法代码,请下载使用,很有学习价值,我已验证可以使用(Differential evolution algorithm code, please download, it is worth learning, I' ve verified that you can use)
- 2013-11-17 20:54:26下载
- 积分:1
-
FSO_Analysis
自由空间光通信系统在大气湍流信道下的3个主要性能指标分析,即平均误码率、中断概率和平均信道容量。其中大气湍流采用gamma-gamma湍流信道衰退模型。3个M文件为平均误码率与平均信噪比之间的关系(BER_SNR.m),中断概率(OutageP.m),以及平均信道容量与平均信噪比之间的关系(C_SNR.m)。程序可直接运行。(The analysis of 3 key performance indicators of Free-Space Optical communication system in atmospheric turbulent channel, namely the average bit error rate, outage probability and the average channel capacity. The atmospheric turbulence is modeled by the gamma-gamma turbulent channel fading model. Three M-files are the relationship between the average bit error rate and the the average SNR (BER_SNR.m), outage probability (OutageP.m), the relationship between the average channel capacity and the average SNR (C_SNR.m).The programs can run directly.)
- 2021-03-01 19:09:34下载
- 积分:1
-
MATLAbCODE.txt
matlab code for red ball tracker by a robot using image processing.
- 2011-01-12 13:52:56下载
- 积分:1
-
experiment-with-eye-diagrams
实验四 数字解调与眼图
1. 验证2DPSK 相干解调原理。
2. 验证2FSK 过零检测解调原理。
(Four digital demodulation experiment with eye diagrams
1. verify the 2DPSK coherent demodulation.
2. Verify 2FSK zero-crossing detection and demodulation principle.)
- 2015-02-20 16:27:04下载
- 积分:1
-
today_blog
Algorithm development starts in MATLAB, Lab-view, C and JAVA which uses complex floating point arithmetic. These algorithms get transfer to hardware implementation team. Then the hardware design teams implement this abstract algorithm on the specific hardware that meets the system level specifications
- 2014-12-12 01:51:39下载
- 积分:1
-
fuzzyPID
这是一个m语言的程序,主要是实现模糊pid的控制算法(This is a program m language, mainly fuzzy pid control algorithm implementation)
- 2015-05-22 12:09:53下载
- 积分:1
-
filter
创建一个first order 低通模拟信号滤波器。输入为热噪音(creative a first order low pass filter, the in put is the white noise.)
- 2013-10-20 12:57:21下载
- 积分:1
-
fixed
波束形成过程中,滤波器权值固定不变。一旦阵列的几何形状、目标方向确定,其波束模式特性也将确定(In the beamforming process, the filter weights are fixed. Once the array geometry and target direction are determined, the beam pattern characteristics will also be determined.)
- 2018-06-13 18:23:56下载
- 积分:1