Skip to content

In this MATLAB project, we explored the spectrum of the faint star HD94028 in Leo. Using diffraction grating results, we aim to discern the star's motion and whether its spectrum indicates a blue shift (toward Earth) or redshift (away from Earth).

License

Notifications You must be signed in to change notification settings

saro0307/Stellar-Motion-using-MATLAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Motion Project using MATLAB

Overview

This GitHub repository contains MATLAB code for the Stellar Motion project. The project involves analyzing stellar data, calculating stellar motion, and comparing stellar spectra. The main components of the project are organized into three MATLAB MAT files: starData.mat, StellarMotion.mat, and Comparing_Stellar_Spectra.mat.

Contents

1. starData.mat

This MAT file contains essential data related to stars. The data includes information such as star positions, brightness, and spectral characteristics. This file serves as the foundational dataset for the Stellar Motion project.

2. StellarMotion.mat

The StellarMotion.mat file is the second part of the project. It includes MATLAB code that calculates the motion of stars based on the data provided in starData.mat. This part of the project aims to analyze the dynamics of stellar objects and visualize their motion over time.

3. Comparing_Stellar_Spectra.mat

The Comparing_Stellar_Spectra.mat file contains MATLAB code for comparing stellar spectra. It involves analyzing the spectral characteristics of different stars and identifying patterns or variations. This part of the project contributes to a deeper understanding of the diversity of stellar objects.

License

This project is released under the MIT License. Feel free to use, modify, and distribute the code in accordance with the terms specified in the license.

How to Use

To use the Stellar Motion project, follow these steps:

  1. Clone the repository to your local machine using the following command:

    git clone https://github.com/your-username/StellarMotion.git
    
  2. Open MATLAB and navigate to the project directory.

  3. Load the necessary MAT files:

    load('starData.mat');
    load('StellarMotion.mat');
    load('Comparing_Stellar_Spectra.mat');
  4. Execute the MATLAB scripts and functions to analyze stellar data, calculate motion, and compare spectra.

Contributions

Contributions to the project are welcome. If you have suggestions, bug reports, or want to add new features, please create a pull request.

Issues

If you encounter any issues or have questions, feel free to open an issue on the GitHub repository.

Thank you for using the Stellar Motion project! Happy coding!

About

In this MATLAB project, we explored the spectrum of the faint star HD94028 in Leo. Using diffraction grating results, we aim to discern the star's motion and whether its spectrum indicates a blue shift (toward Earth) or redshift (away from Earth).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published