Please take on this order only if you are an expert thas has knowledgable in adv

Please take on this order only if you are an expert thas has knowledgable in advanced Thermodynamics in order to conduct analysis of Exergy and Energy on a power plant that consist of components with all necessary information needed available such as Turbines and Compressors and Pumps, etc.
All data are in the excel file attached and the analysis will be conducted in Excel. All information needed about the plant, properties, equations, deliverables required from the expert, etc are in the pdf file attached.
The figures show:
1- A sketch of a Combined Power Plant
2- Data for the Power Plant at 100% and 75% Loads with Natural Gas and Fuel Oil types of fuel.
3- Relations to help you analyzing the Plant.
You need to:
1- Perform energy analysis of the plant for all conditions provided. (for each component, for the
two parts of the plant, and for the whole plant)
2- Perform Exergy analysis for the plant for all conditions provided. (for each component, for the
two parts of the plant, and for the whole plant)
3- Write a report and include your conclusions based on the performed analysis.
Please be competent in the analysis and make it easy and well structured to follow and clear enough to get high grade. We are using two books in the class by Moran and Cengel. If you need them, let me know.
Let me know if you have any questions.

• Measures of Operational success. Within the context of measures of operational

• Measures of Operational success. Within the context of measures of operational success address how it aligns with Quality Management and complete an analysis of its relevance and underpinning principles. (60 /100%). Review an organization that demonstrates these principles. Complete an analysis of their structure in relation to the topic presented and where required, advise them on how to put these principles into practice. (40%/100%). Your paper must be professionally presented, and academic references used as required using the Harvard reference style. Submission Guidelines – 1250 word essay (+/- 5%). – 12pt / 1.5 spacing / 1.27 margins

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