Scilab Home Page | Wiki | Bug Tracker | Forge | Mailing List Archives | Scilab Online Help | ATOMS
File : Details
Login with GitLab

TelecomToolbox

Similation of digital encoding (NRZ,Manchester) and ASK,PSK,FSK and QAM modulations
(5104 downloads for this version - 5104 downloads for all versions)
Details
Version
1.0
Author
Albert TERRAS
Maintainer
Albert TERRAS
Category
License
Supported Scilab Version
5.3
Creation Date
February 4, 2010
Description
            This toolbox allows to simulate ASK,PSK,FSK and QAM modulations            
Files (2)
[4.15 kB]
Miscellaneous file

News (0)
Comments (2)     Leave a comment 
Comment from Sylvestre LEDRU -- February 4, 2010, 04:39:06 PM    
Don't you want to create an ATOMS module out of these two files ?
Answer from Albert TERRAS -- February 8, 2010, 10:41:30 AM    
Could be very interesting but is it difficult? I would like to be able create  a help file
for each function, is it possible in a module?
Answer -- February 8, 2010, 10:51:18 AM    
> Could be very interesting but is it difficult?

Not at all.

> I would like to be able create  a help file for
> each function, is it possible in a module?


Yes. Here is a full example of a module:

http://scene10.test.atoms.scilab.org/toolboxes/toolbox_2/2.0/files/toolbox_2.tar.gz

.
|-- builder.sce
|-- changelog.txt
|-- etc
|   |-- toolbox_2.quit
|   `-- toolbox_2.start
|-- help
|   |-- builder_help.sce
|   |-- en_US
|   |   |-- build_help.sce
|   |   |-- t2_function1.xml
|   |   |-- t2_function2.xml
|   |   `-- t2_function3.xml
|   `-- fr_FR
|       `-- build_help.sce
|-- license.txt
|-- macros
|   |-- buildmacros.sce
|   |-- t2_function1.sci
|   |-- t2_function2.sci
|   |-- t2_function3.sci
|   `-- t2_version.sci
|-- readme.txt
`-- tests
    `-- unit_tests
        |-- t2_common.txt
        |-- t2_function1.dia.ref
        |-- t2_function1.tst
        |-- t2_function2.dia.ref
        |-- t2_function2.tst
        |-- t2_function3.dia.ref
        `-- t2_function3.tst

Pierre
Comment from Amudala Palli RamaKrishna -- August 21, 2023, 05:35:54 AM    
nice... I got internet. https://19216801.pro/
Leave a comment
You must register and log in before leaving a comment.
Login with GitLab
Email notifications
Send me email when this toolbox has changes, new files or a new release.
You must register and log in before setting up notifications.