Workspace
共 35 篇文章
Workspace 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 35 篇文章,持续更新中。
CCSv4拷入Workspace配置环境
TI+CCSv4中项目拷入Workspace配置环境,欢迎大家下载。
蘑菇云开发板入门教程
<p><img src="/uploads/pic/43/843/fd12cdf0377473b73e16165cfce8c843-1.png" alt="蘑菇云开发板入门教程" title="蘑菇云开发板入门教程"></p><p>蘑菇云</p><p>ESP 8266 开发课堂 入门篇</p><p>第一讲</p><p>开发环境搭建</p><p>1</p><p>下载 IDE 集成开发环境</p><p
基于matlab FPGA verilog的FIR滤波器设计
<p>本例程实现8阶滤波器,9个系数,由于系数的对称性,h(0)=h(8),h1(1)=h(7),h(2)=h(6),h(3)=h(5),h(4)为中间单独一个系数。</p><p>实现框图:</p><p>推导出当系数N为偶数时,例如N=4:y(n)=h(0)*{x(0)+x(n-3)}+h(1)*{x(n-1)+x(n-2)}</p><p>当系数N为奇数时,例如N=5:y(n)=h(0)*{x(0
KEIL MDK教程
<p>熟悉KeilC51的朋友对于Keil MDK上手应该比较容易,毕竞界面是很像的。但ARM内核毕竞不同于51内核,因此无论在设置上还是在编程思想上,都需要下番功夫研究的。本文以MDKV4.03为例,详细的写一下MDK的设置、界面、工具。可能会有些杂乱,但我想所涉及的东西都是最常用的;可能不是那么的严谨清晰,我想谁也没把我期望成专家!哈,有问题欢迎留言。正式开始。</p><p>首先启动MDK.当
学习用PSPICE设计模电实验
<p>1.创建一个新项目:激活Design Manager,在菜单File中选择New Workspace,然后填入项目名称expl。</p><p>2.输入网单文件:在Tools菜单中选择TextEdit,输入如下所示的网单文件。</p><p>3.保存文件:将文件命名为expl.cir。</p><p>4.对电路进行模拟:在Tools菜单中选择PspiceA/D,再在PspiceA/D的File菜单
simulink仿真
simulink仿真<span style="text-indent:-36pt;"> 采用图中的方式,信号源均在</span><span style="text-indent:-36pt;">Workspace</span><span style="text-indent:-36pt;">中生成,再调入</span><span style="text-indent:-36pt;">si
This m file hide an image jpeg,png in another jpeg,png image. The height and width of the secr
This m file hide an image jpeg,png in another jpeg,png image.
The height and width of the secret image is in LSB of 1st 32 pixels of 1st row of the cover image.This helps in the recovery of secr
一级倒立摆的模糊控制与神经网络控制。Simulink仿真环境。使用说明:在使用模糊控制时先把*.fis导入workspace
一级倒立摆的模糊控制与神经网络控制。Simulink仿真环境。使用说明:在使用模糊控制时先把*.fis导入workspace,否则无法运行。
最近看到有人提问怎样用FFT实现频谱分析
最近看到有人提问怎样用FFT实现频谱分析,我认为能够进行到频谱分析的人,对于系统研究的深度基本上已经相当不错了。本人今天做了一个例程,发给大家参考一下。
历程主要内容(signal_analyzer.rar)如下:
test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。
signal_analyzer.m首先将test1.txt 的数据读入w
超宽带UWB,包括:uwb.mdl: UWB model - open this to begin. uwb_lib.mdl: Library blocks for UWB model. uwb_
超宽带UWB,包括:uwb.mdl: UWB model - open this to begin.
uwb_lib.mdl: Library blocks for UWB model.
uwb_init.m: Initialization called before model is loaded.
uwb_settings: Sets up structure containing sy
CHAPT13AnsiWinTerm.cpp Class used in Win32 terminal emulation CHAPT13AnsiWinTerm.h Header file for
CHAPT13\AnsiWinTerm.cpp Class used in Win32 terminal emulation
CHAPT13\AnsiWinTerm.h Header file for the AnsiWinTerm class
CHAPT13\Chapt13.cpp 32-bit test program of terminal emulation
CHAPT13\Chap
OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the ope
OpenSVM was developped under Visual C++ 6.0 SP6,
You can open the workspace file(*.dsw) in the opensvm-src folder.
The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000
VC 源代码 --- --- --- --- --- --- --- --- --- --- --- --- --- -- dswRename_src.zip 一个可
VC 源代码
--- --- --- --- --- --- --- --- --- --- --- --- --- --
dswRename_src.zip
一个可以重命名workspace的程序。
simplecomserver_src.zip
演示了如何生成一个COM组件。
consolePipe_src.zip
consolePip
matlab最常用命令 1.有关命令行环境的一些操作:  (1) clc 擦去一页命令窗口,光标回屏幕左上角 
matlab最常用命令
1.有关命令行环境的一些操作:
 (1) clc 擦去一页命令窗口,光标回屏幕左上角
 (2) clear 从工作空间清除所有变量
 (3) clf 清除图形窗口内容
 (4) who
Visual C++开发环境是一个基于Windows 操作系统的可视化、面向对象的集成开发环 境(Integrated Development Environment
Visual C++开发环境是一个基于Windows 操作系统的可视化、面向对象的集成开发环
境(Integrated Development Environment,IDE)。在该环境下用户可以开发有关C 和C++
的各种应用程序,应用程序包括建立、编辑、浏览、保存、编译、链接和调试等操作,这
些操作都可以通过单击菜单选项或工具栏按钮来完成,使用方便、快捷。它还提供了项目
工作区(Wor
the source code is writed by the authot, the susan algorithm to detecte the corner linear and many o
the source code is writed by the authot, the susan algorithm to detecte the corner linear and many other features. you can use it in your workspace in windows or linux.
test1.txt 第一列为时间t
test1.txt 第一列为时间t,0.001s为步长;第二列为系统的输入信号;第三列为系统的输出信号。
signal_analyzer.m首先将test1.txt 的数据读入workspace,然后进行FFT,分析出两信号的频率,输出对于输入的幅值衰减(db),输出对输入的相位差。
cost存放了一个强连通图的边权矩阵
cost存放了一个强连通图的边权矩阵,作为一个实例。
可在workspace中加载
运用此算法要注意多次试验。
bianquan.m文件给出了一个参数实例,可在命令窗口中输入bianquan,得到邻接矩阵C和节点个数N以及一个任意给出的路径R,,回车后再输入jiaohuan3,得到了最优解。
由于没有经过大量的实验,又是近似算法,对于网络比较复杂的情况,可以尝试多运行几次j
给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换. === === "Window Tabs" (WndTabs) is
给VC增加多标签功能,每个打开的文件显示为一个标签,可以快速切换文件.安装后解压语言文件到安装目录,可以实现多语言切换.
=== ===
"Window Tabs" (WndTabs) is an add-in for Microsoft Visual C++ v6 family of
products (VC5, VC6, eVC3, eVC4 and Visual Fortran)
% % set some variables in the workspace to control behaviour: % % graphicsMode 0 no graphics, %
%
% set some variables in the workspace to control behaviour:
%
% graphicsMode 0 no graphics,
% 1 graphics, particles, beacons, ground truth
% 2 graphics, as above + range circles
%
% perfe