Assume that you are to provide a memo to a fellow student which summarizes one E

Assume that you are to provide a memo to a fellow student which summarizes one Engineering
major available at the University of Houston. The summary should include a brief descriiption of
the important topics studied in the major, as well as the types of employment one may pursue with
this degree. Within the memo, provide a link to the homepage of the department which offers this
major. Identify the Department Chairperson by name and email. Your memo should identify at
least two topics associated with the major that you find the most appealing and explain why the
topics are of interest to you. You should also identify at least one area associated with this major
which causes concern or is unknown to you.
(For this engineering, do biomedical engineering)
Guidelines:
At the top of the memo, include your name and email address. The memo should be limited to
one page, single spaced, Times New Roman font size 12. Your entire write-up must be in
complete sentences. Memos shorter than half a page or longer than one page will not be
accepted for credit. The document must be in pdf format and uploaded to the appropriate
location in Blackboard by the due date. Name your pdf file, CougarnetName_Assignment1.pdf
(for example, vkkota_Assignment1.pdf).

Please write a report proposal for recommended elevators in a building (floor pl

Please write a report proposal for recommended elevators in a building (floor plan uploaded) The criteria for the proposal:
Introduce the 2 types of elevators traction and hydraulic.
Explain traction elevators and the different types (gearled/gearless). Explain hydraulic elevators and the different types (plunger/holeless). Recommend a gearless hydraulic elevator system, specifically the Otis Gen 3 Core traction elevator (https://www.otis.com/en/us/products-services/products/gen3). explain why the gen 3 core elevator is recommended, for example: Designed specifically for low rise buildings (standard features)
Reduces up to 75% energy consumption through a compact gearless machine
Smooth coated steel belts (noise reduction from metal to metal contact of steel ropes)
Optimized for rapid installation
(mention LEED benefits and other benefits if you can find them). Mention the specifications of the elevator, found in the website, for example: Travel Height Maximum: 59’ (18 m)
Maximum Stops: 8
Speed (fpm): 150 (.76 m/s) – 200 (1.02 m/s)
Capacity (lbs): 2100 – 2500
Includes cab air purifier (reduces airborne bacteria and viruses)
Compact gearless machine
also mention disadvantages of the elevator such as price etc.
For the second portion of the report, a LEED scorecard has been provided, explain how each category will be completed with the given point system. For example: Location and Transportation: Building is located in a dense urban area with access to the subway, reduce the need for car usage
Water efficiency: Rainwater harvesting systems, efficient landscaping
Energy and atmosphere: HVAC systems, LED lighting, solar panels if possible
Materials and Resources: recycled, locally sourced materials. Construction waste management plans.
Indoor environmental quality: air quality, natural light
But go into more detail than the example I provided.
I have uploaded a presentation that summarizes the categories for the report, I don’t need you to do all the categories, only elevator systems and LEED. You may provide additional sources if you wish.

Descriiption In an operating system, scheduling algorithms are one of the key su

Descriiption
In an operating system, scheduling algorithms are one of the key success factors in running jobs or processes that request the processor imbedded in the operating system.
Assignment:
Determine which scheduling algorithms (from the ones you researched in the Discussion Board assignment) are best suited for the enterprise you selected.
The project deliverables are the following:
Update the Operating Systems Design Document title page with the new date and project name.
Update the previously completed sections based on instructor feedback.
Include new content (2–3 pages) on scheduling algorithms.
Describe whether your environment is a virtual or nonvirtual environment.
Based on which environment, describe at least 2 scheduling algorithms you intend to use in that environment.
Discuss some of the benefits and challenges that your selection of scheduling algorithms presents.
Name the document “Yourname_CS630_IP2.doc.”
Submit the document for grading.
Please submit your assignment.
For assistance with your assignment, please use your textbook, all course resources, and any external research and resources you have gathered.
https://studentlogin.coloradotech.edu/?v=26&ssid=3&cid=6#/class/319223/assignments/priority
user name Rana.Abduljabbar
Paswword :Roosevelt@21

Basic Filtering in the Frequency Domain 1 Low-pass Take the Discrete Fourier Tr

Basic Filtering in the Frequency Domain
1 Low-pass
Take the Discrete Fourier Transform (DFT) of an image (use the fft2 command in Matlab) and multiply its spectrum by a circle of a diameter that retains about ¼ of the lowest spatial frequencies. Note: make sure the DC part of the DFT and filter are centered. The center of the circle should have a value of 1 and the remainder 0. Take the inverse DFT of the product and visually verify that the results looks like a low-pass filtered image. This is one version of a low-pass filter.
Compare this low-pass filter’s frequency response to that of the uniform filter in Chap. 3 and note the difference. The circle is in the filter used above is its frequency response. For the uniform filter, put a 3 x 3 array of 1/9 in a matrix, then pad that matrix with zeros until it is the same size as your circle image. Then take it’s DFT and plot it’s absolute value to see its frequency response.
2 High-pass
Filter an image like you did above, but with a circle of that retains about ½ the highest spatial frequencies. In this case, the center of the circle should be 0, and remainder 1.
Compare this filter’s frequency response to the Sobel edge operators. Meaning, add the absolute values of the frequency responses for gx and gy of the Sobel operators. Describe the differences between the two filters, Sobel and circle.
Turn in:
1- Brief description of what you have done
2- Explanation and/or discussion of results
Image and low-pass version from part 1
Frequency response of ideal (circle) low-pass filter
Frequency response of 3 x 3 low-pass filter
Image and high-pass version from part 2
Frequency response of ideal high-pass filter
Frequency response of sum of absolute values of Sobel operators
3- Appendix: program listing
———————————————————————————————————————————————————————
PLEASE NOTE THAT CONDITIONS:
1. Avoid plagiarism.
2. Do not use artificial intelligence such as ChatGPT, etc.
3. Utilize MATLAB software and attach a screenshot of the codes used within the program for each section.
4. Explain the solution method for each section.
5. The project requires attaching MATLAB results, including codes and images (as required by the project).
6. List the names of the programs used in the project on the last page.
7. Sentence formatting is required.
8. An attachment is provided for further clarification.

Basic Filtering in the Frequency Domain 1 Low-pass Take the Discrete Fourier Tr

Basic Filtering in the Frequency Domain
1 Low-pass
Take the Discrete Fourier Transform (DFT) of an image (use the fft2 command in Matlab) and multiply its spectrum by a circle of a diameter that retains about ¼ of the lowest spatial frequencies. Note: make sure the DC part of the DFT and filter are centered. The center of the circle should have a value of 1 and the remainder 0. Take the inverse DFT of the product and visually verify that the results looks like a low-pass filtered image. This is one version of a low-pass filter.
Compare this low-pass filter’s frequency response to that of the uniform filter in Chap. 3 and note the difference. The circle is in the filter used above is its frequency response. For the uniform filter, put a 3 x 3 array of 1/9 in a matrix, then pad that matrix with zeros until it is the same size as your circle image. Then take it’s DFT and plot it’s absolute value to see its frequency response.
2 High-pass
Filter an image like you did above, but with a circle of that retains about ½ the highest spatial frequencies. In this case, the center of the circle should be 0, and remainder 1.
Compare this filter’s frequency response to the Sobel edge operators. Meaning, add the absolute values of the frequency responses for gx and gy of the Sobel operators. Describe the differences between the two filters, Sobel and circle.
Turn in:
1- Brief description of what you have done
2- Explanation and/or discussion of results
Image and low-pass version from part 1
Frequency response of ideal (circle) low-pass filter
Frequency response of 3 x 3 low-pass filter
Image and high-pass version from part 2
Frequency response of ideal high-pass filter
Frequency response of sum of absolute values of Sobel operators
3- Appendix: program listing
———————————————————————————————————————————————————————
PLEASE NOTE THAT CONDITIONS:
1. Avoid plagiarism.
2. Do not use artificial intelligence such as ChatGPT, etc.
3. Utilize MATLAB software and attach a screenshot of the codes used within the program for each section.
4. Explain the solution method for each section.
5. The project requires attaching MATLAB results, including codes and images (as required by the project).
6. List the names of the programs used in the project on the last page.
7. Sentence formatting is required.
8. An attachment is provided for further clarification.

Project Report Provide a technical report which may address these in sections or

Project Report
Provide a technical report which may address these in sections or sub-sections: introduction,
scopes, design objectives, proposed network layouts, network options/ details/ considerations,
discussions, recommendations, and conclusions. Use double-space for line separation
A technical report should have a cover page (not a cover letter) with essential items such as the
title, engineer’s name, and date. A content page(s) showing all sections (and sub-sections) and
the related page numbers. Page numbering should start only at the beginning page or
introductory page.
A conclusion section should be concise, summarizing all the main findings of your project.
The report should include all the information in writings referring to the specific numbered
tables and figures. Follow ASCE Journal Style of writing. Examples:
(1) Avoid using “I” or “we” if necessary.
(2) Place the caption of a data table on top of the table while placing the caption of a figure below
it.
Project Submission
BOTH on-campus and distance students
A submission link will appear in the Project Section of the courses site on Blackboard. Submit
your project report (including assumptions, design layout, cost calculations, etc.) in a single
PDF file before the due date.
BOTH on-campus and distance students
Select all your relevant final WaterGEMS project files and upload them in an uploading link
found in the Blackboard’s Course Project section.
Make sure that all the relevant files are copied, and the project can be run from a single folder.
How to know your submitted files will work? Before you submit, make copies of all your
final WaterGEMS files in a new folder on your computer and run WaterGEMS from this new
folder. Conduct a check to ensure that the program can run without any trouble

Please rewrite these Word document word in attachment. Please note that there is

Please rewrite these Word document word in attachment. Please note that there is a structure to follow in the Word document and special characters such as. chapter{title}, cite{ref}, etc. These should not be deleted when rewriting. Check the plagiarism for these documents via Turnitin to get the lowest percentage (0%0

Dear Sir or Madam, I am seeking professional assistance in writing a scientific

Dear Sir or Madam,
I am seeking professional assistance in writing a scientific article focused on the phenomenon of cybersickness in virtual reality (VR) environments. The article should adhere to a strict 6-page limit, including references, and is intended for submission to an upcoming conference. Below, I outline the desired structure and specific elements to be included in the manuscriipt.
Objective:
The paper aims to explore cybersickness and its under-researched contributing factors such as stress, cognitive load, and movement (body and head movements). This investigation is motivated by observations from our VR training programs for law enforcement, which suggest higher instances of cybersickness than previously reported in literature.
Structure and Content:
My abstract (keep exactly this one):
This survey focuses on a crucial issue in virtual reality (VR) – cybersickness. Cybersickness is similar to motion sickness, but occurs with electronic screens or VR displays, as opposed to actual movement. Cybersickness refers to a cluster of symptoms, including nausea, eye strain, vertigo and sweating, to name a few. Some studies have reported that roughly 40% of the population may suffer from cybersickness. In our projects, we are interested in using VR for training of law enforcement officers, thus the scenarios are often stressful, involve several head movements (e.g., during surveillance) and often fast-moving scenes (e.g., car chases). We have observed over the years that our cybersickness statistics are usually higher than those reported in the literature. In this survey, we explore the literature to see if there have been any reported links between stress, cognitive load, and head and body movement to cybersickness levels. A total of xx papers were surveyed. Findings were often mixed and inconclusive, but pointed towards a positive relationship between cybersickness and both cognitive load and stress. Studies looking at head movements, on the other hand, showed a negative relationship with levels of cybersickness. It is hoped that these insights may help VR researchers develop new training protocols that can be more comfortable for users.
Introduction (1 page):
Introduce the concept of cybersickness, defining it and distinguishing it from traditional motion sickness. (Don’t forget to put references when you state something.)
Talk about factors hindering cybersickness (see PDF in attachment for example)
Highlight the relevance of studying stress, cognitive load, and physical movements (head and body) as potential contributors to cybersickness, emphasizing the novelty and necessity of this investigation (in line with our futur project with law enforcement).
Literature Review (Sections 2-4, approx. 3 pages):
Each section should focus on one of the three factors (stress, cognitive load, movements) and review existing literature, incorporating findings from the provided Excel file of scientific articles. you will also have to find new ones. Specifically:
Section 2: Impact of Stress on Cybersickness
Section 3: Impact of Cognitive Load on Cybersickness
Section 4: Impact of Movements on Cybersickness
Moreover, include analyses from the following papers, ensuring they are integrated into the respective sections:
Link to paper on Frontiers : https://www.frontiersin.org/articles/10.3389/frvir.2022.943409/full
Link to paper on IEEE Xplore : https://ieeexplore.ieee.org/abstract/document/9419213
Please ensure the article focuses on how the identified factors, such as stress, cognitive load, and physical movements, impact the onset of cybersickness, rather than the reverse scenario where, for example, cybersickness induces responses like stress in individuals. Additionally, it would be beneficial to include a table in each section summarizing the key findings, similar to the format utilized in the provided Excel file, to clearly present the data and analyses.
Discussion (1 page):
Discuss the implications of the literature findings in the context of VR training for law enforcement, including stress-inducing scenarios, surveillance activities, and dynamic scenes like car chases. Propose recommendations for future VR training protocols that could mitigate cybersickness, based on our project’s objectives and observations.
Conclusion (0.5 pages):
Summarize the key insights and their potential impact on developing more effective and comfortable VR training programs for law enforcement officers.
References (0.5 pages):
List all cited works, ensuring adherence to the conference’s formatting guidelines.

Read the following: Reliability Engineering/ERAU Hunt Library – O’Reilly Chapter

Read the following:
Reliability Engineering/ERAU Hunt Library – O’Reilly
Chapter 2 (Sections 2.2), Hazard Rate
An idealized (though rarely occurring) shape of the hazard rate of a product is the bathtub curve. The bathtub curve is a model for system reliability, including early life burn-in and eventual wear-out at the system’s end of life.
The ‘bathtub’ refers to the shape of a line that curves up at both ends, similar in shape to a bathtub. The bathtub curve has 3 regions:
The first region has a decreasing failure rate due to early failures.
The middle region is a constant failure rate due to random failures.
The last region is an increasing failure rate due to wear-out failures.
Considering the above diagrams and considering the piecewise linear bathtub hazard function defined over the three regions of interest given below. The constants in the expressions are determined to satisfy the normal requirements for h(t) to be a hazard function.
Address the following questions in this discussion:
Briefly describe each region of the bathtub curve.
Develop the equations for the reliability function and the probability density function for the time to failure random variable based on the above hazard function.
How does the bathtub curve concept, which encompasses phases of early failures, random failures, and wear-out failures, relate to and impact the reliability of a system? Additionally, demonstrate your understanding by applying statistical techniques to model system reliability based on the given hazard function.
Submission and Grading
See the grading rubric for formative guidance before submitting your assignment.
Comments from Customer
Show all work.